summaryrefslogtreecommitdiff
path: root/world/map/db/item_db.txt
AgeCommit message (Collapse)AuthorFilesLines
2014-06-16removing item_db.txtwushin1-969/+0
2014-05-03Fix Buy/Sell Price of Towels to be Zerowushin1-11/+11
2014-04-15New Core Functionwushin1-11/+11
Travelers to warp about Checks being moved into functions Warp Towel Behavior changed
2014-04-11New Items/Mobs for Sprite 1.5wushin1-12/+56
2013-12-26Annual Xmas Eventwushin1-1/+14
2013-11-24Fix indenting of item_dbBen Longbons1-15/+15
At some point, 'make indent' needs to be run, but that will cause merge conflicts so I'm not doing it yet.
2013-11-24Merge pull request #45 from wushin/equip-arrow-fixtux9th1-10/+12
Unequip & Multiple Ammo Types and Launcher Fix
2013-10-29Simple annual Halloween eventMadCamel1-0/+1
2013-10-25Multiple Ammo Typeswushin1-10/+12
Added Item SlingShot Added Item SlingBullet Added Const AMMO_NONE, AMMO_BOW, AMMO_SLING Added Function CheckAmmo Added Trigger OnQuequipAmmo to Unequipcb Added Var @AmmoType to Ammo Added Var @LauncherType to Launchers Added File launcher_ammo.txt to scripts Needs TMWA-server commit equip-arrow to work (equip_arrow)
2013-09-16Make RequireStat script less sillyBen Longbons1-3/+3
2013-08-31item_db: lower sell prices of lazurite{shard,crystal} and heart of lazurite ↵Vincent Petithory1-3/+3
to reasonable amounts
2013-08-27Pad names with _ instead of = to make it easier to detect merge conflictsBen Longbons1-34/+34
2013-08-27fixed item_db.txt for HEAD of TMWAwushin1-14/+13
Removed first line sed %s/\ ,\ /0,\ /g to fix empty values by ,
2013-08-25Merge remote-tracking branch 'origin/master' into waricJessica Tölke1-867/+869
Conflicts: world/map/db/item_db.txt
2013-07-24Truncate item names to what the server actually seesBen Longbons1-176/+177
This is far from optimal, but the server was already doing it silently, and the new server now rejects it. Also make magic.conf use an item name, since previously it was (correctly) rejecting the item name as nonexistent and was using an ID instead.
2013-07-23Switch supposed comments to actually use the comment prefixBen Longbons1-34/+34
2013-07-10Replace implict 0 in empty CSV fields with explicit 0Ben Longbons1-862/+862
2013-07-07Merge remote-tracking branch 'origin/master' into waricJessica Tölke1-1/+1
Conflicts: world/map/db/mob_db.txt
2013-06-20Reenable the MoneyChanger in the casino to sell Casino Coins.Jessica Tölke1-1/+1
Adjust the buy-price of casino coins in item_db to be the same as the sell-price.
2013-06-09Merge remote-tracking branch 'origin/master' into waricJessica Tölke1-13/+14
Conflicts: world/map/db/item_db.txt
2013-06-09Add different colors of the Rose Hat.Jessica Tölke1-1/+6
2013-05-27Move id's of summon flowers and rose hat, since 891 is already taken.Jessica Tölke1-6/+6
2013-05-27Add Rose Hat to item_db.Jessica Tölke1-0/+1
2013-05-27Adding summon flowers.Jessica Tölke1-0/+5
2013-05-27Add Silksheet(891) to item_dbbh281-0/+1
2013-05-25Some fixes to item_dbStefan Dombrowski1-13/+13
* Comment out the spear, like in client data * Adjust some prices, so they are not lower than the sell price * The label for BlackWizardHat does not say that it's red anymore * Changing some types from useable to gerneric, since there is no use script
2013-04-29Be coherent about what's armor and what's a weaponBen Longbons1-5/+5
Newly added assertions in the server caught this.
2013-03-20Merge branch 'easter'Jessica Tölke1-0/+6
Conflicts: world/map/db/item_db.txt
2013-03-13Rename Beanie Copter Cap to Beanie Copter.Jessica Tölke1-1/+1
2013-03-02Add BeanieCopterCap.Jessica Tölke1-0/+1
2013-02-21Add GM Killing Event materials:Vincent Petithory1-0/+2
* MagicGMTopHat: The hat to give powers to a gm * Add #pullrabbit spell associated to the magic gm top hat. Requires ./build-magic.sh * Add Murderer Crown (prize)
2013-02-14Adding different versions of the eggshell hatStefan Beller1-0/+6
2013-01-16Increase attack value of Ice Gladius from 100 to 110.Jessica Tölke1-1/+1
2013-01-07Add Ragged Shorts to item_db.Jessica Tölke1-0/+1
2012-12-31Fix spelling of "Miner's Hat" instead of "Miners Hat".Jessica Tölke1-1/+1
Reported by georgemhtr.
2012-12-22Move back Banshee Bow criticals to 70, for balancing with the recent ↵Vincent Petithory1-1/+1
draining 4% HP (previously 3)
2012-12-17Add Illia items:Vincent Petithory1-0/+9
* Sealed Soul * Lock Picks * Lazurite Shard, Crystal, Heart * Bull Helmet * Heart of Isis * Banshee Bow
2012-12-17Add all combinations of sorcerer robes regarding their dyed line. Update ↵Vincent Petithory1-0/+114
submodule pointer.
2012-12-16Add dyed Cotton Cloth itemsVincent Petithory1-0/+10
2012-11-12Adding items for Christmas Event 2012.Jessica Tölke1-1/+8
2012-10-25Pickled Beets were accidently only usable by female characters.Jessica Tölke1-1/+2
2012-09-09Add Warlord Boots to item DBVincent Petithory1-0/+1
2012-08-28Add the Fine Dress:Vincent Petithory1-0/+11
* Add the Fine Dress and its dyed variants, * Add the Fine Dress to the npc dyer and to the npc bleacher.
2012-06-03Adding new item Antlers to item_db and as drop to the Reinboo. 'make indent' ↵Jessica Tölke1-704/+705
ran and submodule pointer updated.
2012-04-21Adding silk gloves, updating submodule pointer.Jessica Tölke1-0/+1
2012-04-10Adding new item 'Ice Gladius'. Submodule pointer updated.Jessica Tölke1-0/+1
2012-04-10Make Grimoire equipment and give stats. Submodule pointer updated.Jessica Tölke1-1/+1
2012-03-19Change effect of Pickled Beets to heal 50 HP and turn your hair purple, ↵Jessica Tölke1-4/+4
submodule pointer updated.
2012-03-07Add new itemscafe1-0/+4
2012-02-16Moving Wedding Ring to a different item slot, so it's possible to have it ↵Jessica Tölke1-1/+1
equipped together with another ring.