Added names to random item (random/random*.arc) archetypes.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19640 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
84245af088
commit
4bed7d1a7c
20
ChangeLog
20
ChangeLog
|
@ -1,4 +1,24 @@
|
|||
|
||||
Added names for random_items archetypes.
|
||||
random/randomArti.arc
|
||||
random/randomBow.arc
|
||||
random/randomFood.arc
|
||||
random/randomGem.arc
|
||||
random/randomMin.arc
|
||||
random/randomPlt.arc
|
||||
random/randomPoti.arc
|
||||
random/randomRead.arc
|
||||
random/randomScro.arc
|
||||
random/randomShie.arc
|
||||
random/randomSpel.arc
|
||||
random/randomTali.arc
|
||||
random/randomTrea.arc
|
||||
random/randomWeal.arc
|
||||
random/randomWeap.arc
|
||||
random/random_ore.arc
|
||||
random/random_tree.arc
|
||||
RJT 2014-09-08
|
||||
|
||||
New graphic and face for random_ore tile, it was using the same
|
||||
face as random_mineral before.
|
||||
random/randomOre.base.111.png
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_artifact
|
||||
name random artifact
|
||||
face randomArti.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_bow
|
||||
name random bow
|
||||
face randomBow.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_food
|
||||
name random food
|
||||
face randomFood.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_gem
|
||||
name random gem
|
||||
face randomGem.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_mineral
|
||||
name random mineral
|
||||
face randomMin.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_plant
|
||||
name random plant
|
||||
face randomPlt.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_potion
|
||||
name random potion
|
||||
face randomPoti.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_reading
|
||||
name random reading
|
||||
face randomRead.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_scroll
|
||||
name random scroll
|
||||
face randomScro.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_shield
|
||||
name random shield
|
||||
face randomShie.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_spells
|
||||
name random spells
|
||||
face randomSpel.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_talisman
|
||||
name random talisman
|
||||
face randomTali.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_treasure
|
||||
name random treasure
|
||||
face randomTrea.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_wealth
|
||||
name random wealth
|
||||
face randomWeal.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_weapon
|
||||
name random weapon
|
||||
face randomWeap.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_ore
|
||||
name random ore
|
||||
face randomOre.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
Object random_tree_green
|
||||
name random green tree
|
||||
face random_tree_green.111
|
||||
type 4
|
||||
hp 1
|
||||
|
|
Loading…
Reference in New Issue