7 Commits

Author SHA1 Message Date
Dylan K. Taylor
13187e1749 Removed damage-table mess and added API methods Item->getAttackPoints() and Item->getDefensePoints() 2017-08-26 12:59:03 +01:00
Dylan K. Taylor
9e142655ea Removed redundant count parameter from item constructors, added some documentation and tightened safety checks
the count parameter is useless since Item ctor should now only be used for constructing item _types_, not actual items. All item creations for inventories etc, should go through the ItemFactory.
2017-08-25 19:06:23 +01:00
Dylan K. Taylor
51b0673b4b Bite the bullet and enable strict types on everything 2017-06-07 12:53:16 +01:00
Dylan K. Taylor
9004417456 Fixed file headers (#255) 2017-01-13 16:57:05 +00:00
Shoghi Cervantes
dda9c598f1 Added new Tool type selection constants 2014-10-07 10:16:05 +02:00
Shoghi Cervantes
169c55443a Fixed #1213 2014-06-16 23:00:54 +02:00
Shoghi Cervantes
9a5ffbe56c Added Tool for Items, new items 2014-04-02 04:26:53 +02:00