From 1b8be8c9e1bdded7efa47a99a482e468194ef32d Mon Sep 17 00:00:00 2001 From: rixty dixet Date: Mon, 22 Mar 2021 20:14:58 +0100 Subject: [PATCH] Upload files to 'items' --- items/items.txt | 32 ++++++++++++++++ items/qualities.txt | 79 ++++++++++++++++++++++++++++++++++++++ items/sets.txt | 1 + items/step_sounds.txt | 11 ++++++ items/types.txt | 89 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 212 insertions(+) create mode 100644 items/items.txt create mode 100644 items/qualities.txt create mode 100644 items/sets.txt create mode 100644 items/step_sounds.txt create mode 100644 items/types.txt diff --git a/items/items.txt b/items/items.txt new file mode 100644 index 0000000..21ff7ca --- /dev/null +++ b/items/items.txt @@ -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 \ No newline at end of file diff --git a/items/qualities.txt b/items/qualities.txt new file mode 100644 index 0000000..12607f0 --- /dev/null +++ b/items/qualities.txt @@ -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 diff --git a/items/sets.txt b/items/sets.txt new file mode 100644 index 0000000..ba2dad3 --- /dev/null +++ b/items/sets.txt @@ -0,0 +1 @@ +# item sets diff --git a/items/step_sounds.txt b/items/step_sounds.txt new file mode 100644 index 0000000..ad454fc --- /dev/null +++ b/items/step_sounds.txt @@ -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 \ No newline at end of file diff --git a/items/types.txt b/items/types.txt new file mode 100644 index 0000000..c37bc55 --- /dev/null +++ b/items/types.txt @@ -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