]> jfr.im git - irc/gameservirc.git/blame - gameserv-2.0/data/items/masteritems.dat
Changed all modifiers to be ranges. A single number is now treated as a range of...
[irc/gameservirc.git] / gameserv-2.0 / data / items / masteritems.dat
CommitLineData
317ce8de 1# It's important to note that the ID system works off of a long int (32 bit) and can go up to 2 billion +\r
2# The ID numbers below are arbitrarily chosen for organizational purposes\r
3# However, there needs to be some way to distinguish between two items if they have the same name, so I HAD to \r
4# implement IDs\r
5# type~ID~name~price~uses~strengthmod~defensemod~maxhpmod~hpmod~forestfightsmod~playerfightsmod~goldmod~bankbalmod\r
6# Weapons 1-3000\r
7Weapon~1~Stick~200~-1~10~0~0~0\r
8Weapon~2~Dagger~1000~-1~15~0~0~0\r
9Weapon~3~Quarterstaff~3000~-1~25~0~0~0\r
10Weapon~4~Short Sword~10000~-1~35~0~0~0\r
11Weapon~5~Long Sword~30000~-1~45~0~0~0\r
12Weapon~6~Silver Spear~100000~-1~65~0~0~0\r
13Weapon~7~Battle Axe~150000~-1~85~0~0~0\r
14Weapon~8~The Ragnarok~200000~-1~125~0~0~0\r
15Weapon~9~Chain Saw~400000~-1~185~0~0~0\r
16Weapon~10~Poison Sword~1000000~-1~255~0~0~0\r
17Weapon~11~Flame Sword~4000000~-1~355~0~0~0\r
18Weapon~12~Earth Hammer~10000000~-1~505~0~0~0\r
19Weapon~13~Light Saber~40000000~-1~805~0~0~0\r
20Weapon~14~Masamune~100000000~-1~1205~0~0~0\r
21Weapon~15~Excalibur~400000000~-1~1805~0~0~0\r
22# Armor 3001-6000\r
23Armor~3001~Clothes~200~-1~0~3~0~0\r
24Armor~3002~Leather Vest~1000~-1~0~5~0~0\r
25Armor~3003~Chain Mail~3000~-1~0~10~0~0\r
26Armor~3004~Plate Armor~10000~-1~0~15~0~0\r
27Armor~3005~Full Body Armor~30000~-1~0~25~0~0\r
28Armor~3006~Magic Mail~100000~-1~0~35~0~0\r
29Armor~3007~Graphite Suit~150000~-1~0~50~0~0\r
30Armor~3008~Steel Suit~200000~-1~0~75~0~0\r
31Armor~3009~Force Field~400000~-1~0~100~0~0\r
32Armor~3010~Armor of Light~1000000~-1~0~150~0~0\r
33Armor~3011~Mythril Vest~4000000~-1~0~225~0~0\r
34Armor~3012~DemiGod Armor~10000000~-1~0~300~0~0\r
35Armor~3013~Hades' Cloak~40000000~-1~0~400~0~0\r
36Armor~3014~Dragon Scales~100000000~-1~0~600~0~0\r
37Armor~3015~Adamantium~400000000~-1~0~1000~0~0\r
38# Potions 6001-9000\r
8e6e952d 39#type~id~name~price~uses~strength low~strength high~defense l~defense h~maxhp range~hp range~forest fights range\\r
40#~player fights range~gold range~bank range\r
41Potion~6001~Very Weak Healing Potion~600~1~0~0~0~0~0~0~10~40~0~0~0~0~0~0~0~0\r
42Potion~6002~Weak Healing Potion~1200~1~0~0~0~0~0~0~20~60~0~0~0~0~0~0~0~0\r
43Potion~6003~Healing Potion~5400~1~0~0~0~0~0~0~100~250~0~0~0~0~0~0~0~0\r
44Potion~6004~Strong Healing Potion~50000~1~0~0~0~0~0~0~500~1000~0~0~0~0~0~0~0~0\r
45Potion~6005~Defense Potion~25000~1~0~0~1~2~0~0~0~0~0~0~0~0~0~0~0~0\r
46Potion~6006~Strength Potion~25000~1~1~2~0~0~0~0~0~0~0~0~0~0~0~0~0~0\r
47Potion~6007~Health Potion~25000~1~0~0~0~0~2~6~0~0~0~0~0~0~0~0~0~0\r
317ce8de 48# Miscellaneous 9001-12000