Upload files to 'items'
This commit is contained in:
parent
d3221c5953
commit
1b8be8c9e1
|
@ -0,0 +1,32 @@
|
||||||
|
|
||||||
|
[item]
|
||||||
|
id=1
|
||||||
|
name=Gold
|
||||||
|
icon=256
|
||||||
|
quality=currency
|
||||||
|
price=1
|
||||||
|
price_sell=1
|
||||||
|
max_quantity=50000
|
||||||
|
soundfx=soundfx/inventory/inventory_coins.ogg
|
||||||
|
|
||||||
|
[item]
|
||||||
|
id=2
|
||||||
|
name=Example Weapon
|
||||||
|
icon=0
|
||||||
|
quality=normal
|
||||||
|
level=1
|
||||||
|
price=100
|
||||||
|
item_type=weapon
|
||||||
|
equip_flags=weapon
|
||||||
|
|
||||||
|
[item]
|
||||||
|
id=31
|
||||||
|
name=Hoe
|
||||||
|
quality=low
|
||||||
|
item_type=tools
|
||||||
|
equip_flags=hoe
|
||||||
|
icon=119
|
||||||
|
soundfx=soundfx/inventory/inventory_metal.ogg
|
||||||
|
gfx=battle_axe
|
||||||
|
loot_animation=animations/tools/hoe.txt
|
||||||
|
#dmg=melee,5,15
|
|
@ -0,0 +1,79 @@
|
||||||
|
[quality]
|
||||||
|
id=unidentified
|
||||||
|
name=Unidentified
|
||||||
|
color=127,127,127
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=low
|
||||||
|
name=Low
|
||||||
|
color=127,127,127
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=normal
|
||||||
|
name=Normal
|
||||||
|
color=255,255,255
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=high
|
||||||
|
name=High
|
||||||
|
color=64,255,64
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=epic
|
||||||
|
name=Epic
|
||||||
|
color=64,128,255
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=rare
|
||||||
|
name=Rare
|
||||||
|
color=160,64,255
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=unique
|
||||||
|
name=Unique
|
||||||
|
color=255,192,64
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=one_time_use
|
||||||
|
name=One-time Use
|
||||||
|
color=64,255,255
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=currency
|
||||||
|
name=Currency
|
||||||
|
color=255,232,156
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=amethyst
|
||||||
|
name=Amethyst
|
||||||
|
color=255,0,255
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=topaz
|
||||||
|
name=Topaz
|
||||||
|
color=204,204,0
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=sapphire
|
||||||
|
name=Sapphire
|
||||||
|
color=0,102,204
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=emerald
|
||||||
|
name=Emerald
|
||||||
|
color=0,255,0
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=ruby
|
||||||
|
name=Ruby
|
||||||
|
color=255,0,0
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=diamond
|
||||||
|
name=Diamond
|
||||||
|
color=128,128,128
|
||||||
|
|
||||||
|
[quality]
|
||||||
|
id=bloodstone
|
||||||
|
name=Blodstone
|
||||||
|
color=102,0,0
|
|
@ -0,0 +1 @@
|
||||||
|
# item sets
|
|
@ -0,0 +1,11 @@
|
||||||
|
id=cloth
|
||||||
|
step=soundfx/steps/step_cloth1.ogg
|
||||||
|
step=soundfx/steps/step_cloth2.ogg
|
||||||
|
step=soundfx/steps/step_cloth3.ogg
|
||||||
|
step=soundfx/steps/step_cloth4.ogg
|
||||||
|
|
||||||
|
id=leather
|
||||||
|
step=soundfx/steps/step_leather1.ogg
|
||||||
|
step=soundfx/steps/step_leather2.ogg
|
||||||
|
step=soundfx/steps/step_leather3.ogg
|
||||||
|
step=soundfx/steps/step_leather4.ogg
|
|
@ -0,0 +1,89 @@
|
||||||
|
# Equipment types
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=belt
|
||||||
|
name=Belt
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=bracelets
|
||||||
|
name=Bracelets
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=main
|
||||||
|
name=Right Hand
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=head
|
||||||
|
name=Helm
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=chest
|
||||||
|
name=Body Armor
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=hands
|
||||||
|
name=Gloves
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=legs
|
||||||
|
name=Pants
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=feet
|
||||||
|
name=Boots
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=amulet
|
||||||
|
name=Amulet
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=ring
|
||||||
|
name=Ring
|
||||||
|
|
||||||
|
# Carried types
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=consumable
|
||||||
|
name=Consumable
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=gem
|
||||||
|
name=Gem
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=key
|
||||||
|
name=Key
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=book
|
||||||
|
name=Book
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=runes
|
||||||
|
name=Rune
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=reagents
|
||||||
|
name=Reagent
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=questitem
|
||||||
|
name=Quest Item
|
||||||
|
|
||||||
|
# tools
|
||||||
|
|
||||||
|
[type]
|
||||||
|
id=axe
|
||||||
|
name=Axe
|
||||||
|
[type]
|
||||||
|
id=rod
|
||||||
|
name=Rod
|
||||||
|
[type]
|
||||||
|
id=hoe
|
||||||
|
name=Hoe
|
||||||
|
[type]
|
||||||
|
id=pick
|
||||||
|
name=Pick
|
||||||
|
[type]
|
||||||
|
id=can
|
||||||
|
name=Can
|
Loading…
Reference in New Issue