|
From: Crossfire C. r. messages.
<cro...@li...> - 2014-08-03 18:46:38
|
Revision: 19598
http://sourceforge.net/p/crossfire/code/19598
Author: partmedia
Date: 2014-08-03 18:46:25 +0000 (Sun, 03 Aug 2014)
Log Message:
-----------
Tweak and balance food items
Adjust nutrition, value, and weight of all food items. In some cases,
use more descriptive item names. Weights are set for the currently
unbalanced player carrying capacity. When that is balanced, all the
weights here should be divided by a factor of ten.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/food/apple.arc
arch/trunk/food/bag_popcorn.arc
arch/trunk/food/blackroot.arc
arch/trunk/food/booze.arc
arch/trunk/food/cabbage.arc
arch/trunk/food/cake.arc
arch/trunk/food/caramel.arc
arch/trunk/food/carrot.arc
arch/trunk/food/ch_burger.arc
arch/trunk/food/chicken_egg.arc
arch/trunk/food/chocolate.arc
arch/trunk/food/clover.arc
arch/trunk/food/coffee.arc
arch/trunk/food/drag_steak.arc
arch/trunk/food/fish.arc
arch/trunk/food/fishfood.arc
arch/trunk/food/food.arc
arch/trunk/food/fried_egg.arc
arch/trunk/food/haggis.arc
arch/trunk/food/leg_mutton.arc
arch/trunk/food/loaf.arc
arch/trunk/food/man_root.arc
arch/trunk/food/mint.arc
arch/trunk/food/mushroom_1.arc
arch/trunk/food/mushroom_2.arc
arch/trunk/food/mushroom_3.arc
arch/trunk/food/onion.arc
arch/trunk/food/orange.arc
arch/trunk/food/orcchop.arc
arch/trunk/food/pear.arc
arch/trunk/food/pipeweed.arc
arch/trunk/food/poisonfood.arc
arch/trunk/food/potato.arc
arch/trunk/food/roast_bird.arc
arch/trunk/food/rose.arc
arch/trunk/food/s_weasel.arc
arch/trunk/food/tomato.arc
arch/trunk/food/uf6.arc
arch/trunk/food/w_glass.arc
arch/trunk/food/water.arc
arch/trunk/food/waybread.arc
arch/trunk/food/wine.arc
Removed Paths:
-------------
arch/trunk/food/apple_partitions.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/ChangeLog 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,3 +1,6 @@
+2014-08-03 Kevin Zheng
+ * food/: Tweak and balance food items.
+
2014-06-13 SilverNexus
* weapon/sword/sword_3.arc,
* weapon/sword/nineringsword.arc,
Modified: arch/trunk/food/apple.arc
===================================================================
--- arch/trunk/food/apple.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/apple.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,54 @@
Object apple
+client_type 601
face apple.111
+food 50
+identified 1
+material 32
+name_pl apples
+nrof 1
+type 6
+value 7
+weight 2000
+end
+
+Object apple_half
+client_type 601
+face apple_half.111
food 25
+identified 1
+material 32
+name apple half
+name_pl apple halves
nrof 1
type 6
+value 3
+weight 1000
+end
+
+Object apple_fourth
+client_type 601
+face apple_fourth.111
+food 12
+identified 1
material 32
-value 2
-weight 100
+name apple fourth
+name_pl apple fourths
+nrof 1
+type 6
+value 1
+weight 500
+end
+
+Object apple_eighth
+client_type 601
+face apple_eighth.111
+food 6
identified 1
-name_pl apples
-client_type 601
+material 32
+name apple eighth
+name_pl apple eighths
+nrof 1
+type 6
+value 0
+weight 250
end
Deleted: arch/trunk/food/apple_partitions.arc
===================================================================
--- arch/trunk/food/apple_partitions.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/apple_partitions.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,42 +0,0 @@
-Object apple_half
-face apple_half.111
-name apple halve
-name_pl apple halves
-food 12
-nrof 1
-type 6
-material 32
-value 1
-weight 50
-identified 1
-client_type 601
-end
-
-Object apple_fourth
-face apple_fourth.111
-name apple fourth
-name_pl apple fourths
-food 6
-nrof 1
-type 6
-material 32
-value 1
-weight 25
-identified 1
-client_type 601
-end
-
-Object apple_eighth
-face apple_eighth.111
-name apple eighth
-name_pl apple eighths
-food 3
-nrof 1
-type 6
-material 32
-value 1
-weight 12
-identified 1
-client_type 601
-end
-
Modified: arch/trunk/food/bag_popcorn.arc
===================================================================
--- arch/trunk/food/bag_popcorn.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/bag_popcorn.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -2,12 +2,12 @@
name bag of popcorn
face bag_popcorn.111
on_use_yield bag_empty
-food 50
+food 75
nrof 1
type 6
material 32
-value 6
-weight 250
+value 12
+weight 1500
identified 1
name_pl bags of popcorn
client_type 601
Modified: arch/trunk/food/blackroot.arc
===================================================================
--- arch/trunk/food/blackroot.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/blackroot.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object blackroot
name blackroot
face blackroot.111
-food 15
+food 30
nrof 1
type 6
material 32
value 300
-weight 300
+weight 1000
identified 1
name_pl blackroot
client_type 601
Modified: arch/trunk/food/booze.arc
===================================================================
--- arch/trunk/food/booze.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/booze.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object booze
face booze.111
on_use_yield boozebottle_empty
-food 100
+food 65
nrof 1
type 54
material 32
-value 5
-weight 6500
+value 15
+weight 10000
identified 1
name_pl boozes
client_type 611
Modified: arch/trunk/food/cabbage.arc
===================================================================
--- arch/trunk/food/cabbage.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/cabbage.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,11 +1,11 @@
Object cabbage
face cabbage.111
-food 80
+food 50
nrof 1
type 6
material 32
-value 4
-weight 1500
+value 7
+weight 4000
identified 1
name_pl cabbages
client_type 601
Modified: arch/trunk/food/cake.arc
===================================================================
--- arch/trunk/food/cake.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/cake.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,10 +1,10 @@
Object cake
face cake.111
-food 125
+food 200
nrof 1
type 6
material 32
-value 8
+value 15
weight 3000
identified 1
name_pl cakes
Modified: arch/trunk/food/caramel.arc
===================================================================
--- arch/trunk/food/caramel.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/caramel.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object caramel
face caramel.111
-food 5
+food 65
nrof 1
type 6
material 32
-value 2
-weight 30
+value 8
+weight 1500
identified 1
-name_pl cakes
+name_pl caramels
client_type 601
end
Modified: arch/trunk/food/carrot.arc
===================================================================
--- arch/trunk/food/carrot.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/carrot.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object carrot
name carrots
face carrot.111
-food 20
+food 50
nrof 1
type 6
material 32
-value 1
-weight 100
+value 7
+weight 2000
identified 1
name_pl carrots
client_type 601
Modified: arch/trunk/food/ch_burger.arc
===================================================================
--- arch/trunk/food/ch_burger.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/ch_burger.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -4,8 +4,8 @@
nrof 1
type 6
material 32
-value 10
-weight 6500
+value 35
+weight 7000
identified 1
client_type 601
end
Modified: arch/trunk/food/chicken_egg.arc
===================================================================
--- arch/trunk/food/chicken_egg.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/chicken_egg.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -2,7 +2,7 @@
name egg
type 72
face ant_egg.111
-food 10
-weight 20
+food 80
+weight 1000
nrof 1
end
Modified: arch/trunk/food/chocolate.arc
===================================================================
--- arch/trunk/food/chocolate.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/chocolate.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,13 @@
Object chocolate
face chocolate.111
-food 50
+food 100
nrof 1
type 6
material 32
value 10
-weight 100
+weight 2000
identified 1
-name_pl chocolates
+name candy bar
+name_pl candy bars
client_type 601
end
Modified: arch/trunk/food/clover.arc
===================================================================
--- arch/trunk/food/clover.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/clover.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,11 +1,11 @@
Object clover
face clover.111
-food 5
+food 30
nrof 1
type 6
material 32
-value 5
-weight 100
+value 6
+weight 1000
name_pl clovers
client_type 601
end
Modified: arch/trunk/food/coffee.arc
===================================================================
--- arch/trunk/food/coffee.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/coffee.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -6,8 +6,8 @@
nrof 1
type 7
material 32
-value 1
-weight 100
+value 25
+weight 5000
identified 1
name_pl cups of coffee
client_type 601
Modified: arch/trunk/food/drag_steak.arc
===================================================================
--- arch/trunk/food/drag_steak.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/drag_steak.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -5,8 +5,8 @@
nrof 1
type 72
material 32
-value 10
-weight 5
+value 35
+weight 10000
identified 1
name_pl steaks
client_type 624
Modified: arch/trunk/food/fish.arc
===================================================================
--- arch/trunk/food/fish.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/fish.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -4,11 +4,11 @@
Object fish_1
name fish
face fish_1.111
-food 100
+food 150
nrof 1
type 6
material 32
-value 4
+value 7
weight 3500
identified 1
name_pl fishes
@@ -26,11 +26,11 @@
Object fish_2
name fish
face fish_2.111
-food 100
+food 160
nrof 1
type 6
material 32
-value 4
+value 8
weight 3500
identified 1
name_pl fishes
@@ -52,11 +52,11 @@
Object fish_3
name fish
face fish_3.111
-food 100
+food 170
nrof 1
type 6
material 32
-value 4
+value 9
weight 3500
identified 1
name_pl fishes
@@ -72,11 +72,11 @@
Object fish_4
name fish
face fish_4.111
-food 100
+food 180
nrof 1
type 6
material 32
-value 4
+value 10
weight 3500
identified 1
name_pl fishes
@@ -92,11 +92,11 @@
Object fish_5
name fish
face fish_5.111
-food 100
+food 190
nrof 1
type 6
material 32
-value 4
+value 11
weight 3500
identified 1
name_pl fishes
@@ -112,11 +112,11 @@
Object fish_6
name fish
face fish_6.111
-food 100
+food 200
nrof 1
type 6
material 32
-value 4
+value 12
weight 3500
identified 1
name_pl fishes
Modified: arch/trunk/food/fishfood.arc
===================================================================
--- arch/trunk/food/fishfood.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/fishfood.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,14 +1,14 @@
Object fishfood
-name fish
+name cooked fish
face fishfood.111
-food 100
+food 200
nrof 1
type 6
material 32
-value 4
+value 12
weight 3500
identified 1
-name_pl fishes
+name_pl cooked fish
client_type 601
harvest_race fish
harvest_exp 100
Modified: arch/trunk/food/food.arc
===================================================================
--- arch/trunk/food/food.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/food.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,13 @@
Object food
face food.111
-food 200
+food 600
nrof 1
type 6
material 32
-value 10
-weight 6500
+value 45
+weight 20000
identified 1
-name_pl foods
+name food ration
+name_pl food rations
client_type 601
end
Modified: arch/trunk/food/fried_egg.arc
===================================================================
--- arch/trunk/food/fried_egg.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/fried_egg.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -2,7 +2,7 @@
name fried egg
type 72
face fried_egg.111
-food 20
-weight 50
+food 100
+weight 1000
nrof 1
end
Modified: arch/trunk/food/haggis.arc
===================================================================
--- arch/trunk/food/haggis.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/haggis.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,11 +1,11 @@
Object haggis
name haggis
face haggis.111
-food 500
+food 450
nrof 1
type 6
material 32
-value 80
+value 60
weight 8000
identified 1
name_pl haggises
Modified: arch/trunk/food/leg_mutton.arc
===================================================================
--- arch/trunk/food/leg_mutton.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/leg_mutton.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,11 +1,11 @@
Object leg_mutton
face leg_mutton.111
-food 150
+food 350
nrof 1
type 6
material 32
-value 50
-weight 1500
+value 35
+weight 8000
identified 1
name leg of mutton
name_pl legs of mutton
Modified: arch/trunk/food/loaf.arc
===================================================================
--- arch/trunk/food/loaf.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/loaf.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object loaf
name bread
face loaf.111
-food 100
+food 180
nrof 1
type 6
material 32
-value 5
-weight 3000
+value 10
+weight 5000
identified 1
name_pl breads
client_type 601
Modified: arch/trunk/food/man_root.arc
===================================================================
--- arch/trunk/food/man_root.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/man_root.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object mandrake_root
name mandrake root
face root.111
-food 15
+food 30
nrof 1
type 6
material 32
value 300
-weight 300
+weight 1000
identified 1
name_pl mandrake roots
client_type 601
Modified: arch/trunk/food/mint.arc
===================================================================
--- arch/trunk/food/mint.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/mint.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object mint
name mint sprig
face mint.111
-food 5
+food 30
nrof 1
type 6
material 32
-value 5
-weight 100
+value 6
+weight 500
name_pl mint sprigs
client_type 601
end
Modified: arch/trunk/food/mushroom_1.arc
===================================================================
--- arch/trunk/food/mushroom_1.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/mushroom_1.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object mushroom_1
name mushroom
face mushroom_1.111
-food 50
+food 30
nrof 1
type 6
material 32
value 5
-weight 100
+weight 1000
name_pl mushrooms
client_type 601
end
Modified: arch/trunk/food/mushroom_2.arc
===================================================================
--- arch/trunk/food/mushroom_2.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/mushroom_2.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -5,8 +5,8 @@
type 6
material 32
value 6
-food 55
-weight 100
+food 35
+weight 1000
name_pl mushrooms
client_type 601
end
Modified: arch/trunk/food/mushroom_3.arc
===================================================================
--- arch/trunk/food/mushroom_3.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/mushroom_3.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object mushroom_3
name mushroom
face mushroom_3.111
-food 60
+food 40
nrof 1
type 6
material 32
value 7
-weight 50
+weight 1000
name_pl mushrooms
client_type 601
end
Modified: arch/trunk/food/onion.arc
===================================================================
--- arch/trunk/food/onion.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/onion.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object onion
name onion
face onion.111
-food 50
+food 40
nrof 1
type 6
material 32
-value 2
-weight 100
+value 7
+weight 1000
identified 1
name_pl onions
client_type 601
Modified: arch/trunk/food/orange.arc
===================================================================
--- arch/trunk/food/orange.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/orange.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object orange
name orange
face orange.111
-food 25
+food 80
nrof 1
type 6
material 32
-value 2
-weight 100
+value 7
+weight 2000
identified 1
name_pl oranges
client_type 601
Modified: arch/trunk/food/orcchop.arc
===================================================================
--- arch/trunk/food/orcchop.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/orcchop.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object orcchop
name orc chop
face orcchop.111
-food 10
+food 50
nrof 1
type 6
material 32
-value 1
-weight 650
+value 4
+weight 3000
identified 1
name_pl orc chops
client_type 624
Modified: arch/trunk/food/pear.arc
===================================================================
--- arch/trunk/food/pear.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/pear.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,11 +1,11 @@
Object pear
face pear.111
-food 25
+food 50
nrof 1
type 6
material 32
-value 2
-weight 100
+value 7
+weight 2000
identified 1
name_pl pears
client_type 601
Modified: arch/trunk/food/pipeweed.arc
===================================================================
--- arch/trunk/food/pipeweed.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/pipeweed.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object pipeweed
name pipeweed
face pipeweed.111
-food 5
+food 30
nrof 1
type 6
material 32
value 300
-weight 32
+weight 2000
name_pl pipeweed
client_type 601
end
Modified: arch/trunk/food/poisonfood.arc
===================================================================
--- arch/trunk/food/poisonfood.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/poisonfood.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -5,7 +5,7 @@
nrof 1
type 7
material 32
-weight 6500
+weight 10000
identified 0
name_pl boozes
client_type 611
@@ -13,7 +13,7 @@
known_cursed 0
title of poison
end
-#
+
Object wine_poison
name bottle of wine
face wine.111
@@ -23,7 +23,7 @@
type 7
material 36
value 10
-weight 1000
+weight 10000
identified 0
name_pl bottles of wine
client_type 611
@@ -31,7 +31,7 @@
known_cursed 0
title of poison
end
-#
+
Object w_glass_poison
name glass of wine
face w_glass.111
@@ -39,8 +39,8 @@
nrof 1
type 7
material 36
-value 2
-weight 1000
+value 3
+weight 3000
identified 0
name_pl glasses of wine
client_type 611
@@ -48,7 +48,7 @@
known_cursed 0
title of poison
end
-#
+
Object water_poison
face water.111
on_use_yield wbottle_empty
@@ -56,7 +56,7 @@
nrof 1
type 7
material 32
-value 5
+value 3
weight 1500
name water
name_pl waters
Modified: arch/trunk/food/potato.arc
===================================================================
--- arch/trunk/food/potato.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/potato.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object potato
name potatoes
face potato.111
-food 200
+food 70
nrof 1
type 6
material 32
value 7
-weight 4000
+weight 3000
identified 1
name_pl potatoes
client_type 601
Modified: arch/trunk/food/roast_bird.arc
===================================================================
--- arch/trunk/food/roast_bird.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/roast_bird.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object roast_bird
name roast bird
face roast_bird.111
-food 450
+food 350
nrof 1
type 6
material 32
-value 40
-weight 7500
+value 35
+weight 12000
identified 1
name_pl roast birds
client_type 601
Modified: arch/trunk/food/rose.arc
===================================================================
--- arch/trunk/food/rose.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/rose.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,60 +1,60 @@
Object rose_pink
name pink rose
face rose_pink.111
-food 5
+food 10
nrof 1
type 6
material 32
value 60
-weight 2
+weight 500
name_pl pink roses
client_type 601
end
Object rose_red
name red rose
face rose_red.111
-food 5
+food 10
nrof 1
type 6
material 32
value 80
-weight 2
+weight 500
name_pl red roses
client_type 601
end
Object rose_white
name white rose
face rose_wh.111
-food 5
+food 10
nrof 1
type 6
material 32
value 45
-weight 2
+weight 500
name_pl white roses
client_type 601
end
Object rose_yellow
name yellow rose
face rose_yel.111
-food 5
+food 10
nrof 1
type 6
material 32
value 45
-weight 2
+weight 500
name_pl yellow roses
client_type 601
end
Object rose_black
name black rose
face rose_black.111
-food 5
+food 10
nrof 1
type 6
material 32
value 160
-weight 2
+weight 500
name_pl black roses
client_type 601
end
Modified: arch/trunk/food/s_weasel.arc
===================================================================
--- arch/trunk/food/s_weasel.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/s_weasel.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,12 +1,12 @@
Object s_weasel
name sizzling weasel on a stick
face s_weasel.111
-food 30
+food 120
nrof 1
type 6
material 32
-value 5
-weight 10
+value 35
+weight 4000
identified 1
name_pl sizzling weasels on a stick
client_type 601
Modified: arch/trunk/food/tomato.arc
===================================================================
--- arch/trunk/food/tomato.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/tomato.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -6,22 +6,22 @@
type 6
material 32
value 7
-weight 1000
+weight 2000
identified 1
name_pl tomatoes
client_type 601
end
Object tomato_big
-name very large tomato
+name big tomato
face tomato_big.111
-food 200
+food 100
nrof 1
type 6
material 32
-value 14
-weight 1000
+value 12
+weight 3000
identified 1
-name_pl very large tomatoes
+name_pl big tomatoes
client_type 601
end
Modified: arch/trunk/food/uf6.arc
===================================================================
--- arch/trunk/food/uf6.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/uf6.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -6,7 +6,7 @@
type 54
material 32
value 155
-weight 11500
+weight 25000
name uranium hexafluoride gas
name_pl uranium hexafluoride gas
client_type 611
Modified: arch/trunk/food/w_glass.arc
===================================================================
--- arch/trunk/food/w_glass.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/w_glass.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -2,12 +2,12 @@
name glass of wine
face w_glass.111
on_use_yield w_glass_empty
-food 10
+food 60
nrof 1
type 54
material 36
-value 2
-weight 1000
+value 50
+weight 3000
identified 1
name_pl glasses of wine
client_type 611
Modified: arch/trunk/food/water.arc
===================================================================
--- arch/trunk/food/water.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/water.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -6,7 +6,7 @@
type 54
material 32
value 5
-weight 1500
+weight 10000
name_pl waters
client_type 611
on_use_with_vial_poison remove $1 remove $2 add water_poison
Modified: arch/trunk/food/waybread.arc
===================================================================
--- arch/trunk/food/waybread.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/waybread.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -1,11 +1,11 @@
Object waybread
face waybread.111
-food 500
+food 600
nrof 1
type 6
material 32
-value 30
-weight 1000
+value 45
+weight 5000
identified 1
name_pl waybreads
client_type 601
Modified: arch/trunk/food/wine.arc
===================================================================
--- arch/trunk/food/wine.arc 2014-08-03 14:37:59 UTC (rev 19597)
+++ arch/trunk/food/wine.arc 2014-08-03 18:46:25 UTC (rev 19598)
@@ -6,8 +6,8 @@
nrof 1
type 54
material 36
-value 10
-weight 1000
+value 50
+weight 10000
identified 1
name_pl bottles of wine
client_type 611
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|