Create new treasurelist for tool-type items, and allow random_general shop tiles to use it
parent
0f75db07a4
commit
a4b05937fd
|
@ -0,0 +1,26 @@
|
||||||
|
treasureone random_tool
|
||||||
|
arch slicingknife
|
||||||
|
chance 7
|
||||||
|
more
|
||||||
|
arch file
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
arch lockpicks
|
||||||
|
chance 2
|
||||||
|
more
|
||||||
|
arch mining_pick
|
||||||
|
chance 5
|
||||||
|
arch torch_unlit
|
||||||
|
nrof 8
|
||||||
|
chance 3
|
||||||
|
more
|
||||||
|
arch torch_unlit
|
||||||
|
nrof 3
|
||||||
|
chance 7
|
||||||
|
more
|
||||||
|
arch flint_and_steel
|
||||||
|
chance 5
|
||||||
|
more
|
||||||
|
list containers
|
||||||
|
chance 10
|
||||||
|
end
|
|
@ -85,10 +85,7 @@ treasureone random_knowledge
|
||||||
arch scroll_literacy
|
arch scroll_literacy
|
||||||
chance 8
|
chance 8
|
||||||
more
|
more
|
||||||
# not knowledge per se, but is a random skill
|
# lockpicking can not be learned
|
||||||
arch lockpicks
|
|
||||||
chance 8
|
|
||||||
more
|
|
||||||
# meditation can not be learned
|
# meditation can not be learned
|
||||||
arch scroll_missile_weap
|
arch scroll_missile_weap
|
||||||
chance 15
|
chance 15
|
||||||
|
@ -178,16 +175,19 @@ treasureone needle_diseases
|
||||||
end
|
end
|
||||||
treasureone random_shop
|
treasureone random_shop
|
||||||
list random_weapon
|
list random_weapon
|
||||||
chance 15
|
chance 10
|
||||||
more
|
more
|
||||||
list random_armour
|
list random_armour
|
||||||
chance 15
|
chance 10
|
||||||
more
|
more
|
||||||
list random_food
|
list random_food
|
||||||
chance 15
|
chance 10
|
||||||
more
|
more
|
||||||
list random_special
|
list random_special
|
||||||
chance 5
|
chance 5
|
||||||
|
more
|
||||||
|
list random_tool
|
||||||
|
chance 5
|
||||||
end
|
end
|
||||||
treasureone random_weapon
|
treasureone random_weapon
|
||||||
list missile_weapons
|
list missile_weapons
|
||||||
|
@ -244,17 +244,6 @@ treasureone random_special
|
||||||
arch scroll_new
|
arch scroll_new
|
||||||
chance 10
|
chance 10
|
||||||
more
|
more
|
||||||
arch torch_unlit
|
|
||||||
nrof 8
|
|
||||||
chance 3
|
|
||||||
more
|
|
||||||
arch torch_unlit
|
|
||||||
nrof 3
|
|
||||||
chance 7
|
|
||||||
more
|
|
||||||
arch flint_and_steel
|
|
||||||
chance 5
|
|
||||||
more
|
|
||||||
arch amulet
|
arch amulet
|
||||||
chance 10
|
chance 10
|
||||||
more
|
more
|
||||||
|
@ -1556,18 +1545,9 @@ treasureone uncommon_items
|
||||||
arch rod_heavy
|
arch rod_heavy
|
||||||
chance 10
|
chance 10
|
||||||
more
|
more
|
||||||
arch lockpicks
|
|
||||||
chance 5
|
|
||||||
more
|
|
||||||
arch file
|
|
||||||
chance 3
|
|
||||||
more
|
|
||||||
arch ring_spell
|
arch ring_spell
|
||||||
chance 1
|
chance 1
|
||||||
more
|
more
|
||||||
arch slicingknife
|
|
||||||
chance 2
|
|
||||||
more
|
|
||||||
list NONE
|
list NONE
|
||||||
chance 23
|
chance 23
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue