64 Commits

Author SHA1 Message Date
48b162f221 add esweapon to item mod.rs and fix dumb mistakes 2020-09-06 23:46:52 -03:00
85798c83a2 use from_value 2020-09-06 02:20:27 -03:00
5ba9908b50 basic srank structs and functions 2020-09-06 02:16:46 -03:00
031f3bba23 add modifiers to weapon+armor+mag 2020-08-20 20:19:46 -06:00
c0421e0c16 Merge pull request 'i t e m r e f a c t o r' (#189) from it_never_ends into master 2020-07-19 17:08:38 -04:00
344cfc6dc4 i t e m r e f a c t o r
also some bank functionality
2020-07-19 14:14:07 -06:00
040415e699 fix unit modifier indexes 2020-07-01 18:01:08 -03:00
f7b91772b0 another item refactor (plus tool usage) 2020-06-29 20:41:44 -06:00
e0f73cf273 max_stack should be usize 2020-05-30 10:28:23 -06:00
cde9b8ebb6 use btrees for these for easier testing 2020-05-29 23:36:35 -06:00
4e1f816f24 max stack for each tool 2020-05-29 16:42:43 -03:00
51dc531330 fix warnings 2020-05-25 10:03:25 -06:00
3524f38240 dont unwrap 2020-05-23 01:16:02 -03:00
629b53586d hook up box drops, add specific box drops, and item-from-bytes functions 2020-05-22 18:58:51 -03:00
580a21d9fc Merge pull request 'item structure overhaul' (#143) from item_overhaul2 into master 2020-05-06 09:57:17 -04:00
9a721e0980 item structure overhaul
also, item pickup
2020-05-05 22:13:45 -06:00
51e7ab0c45 Merge pull request 'armour_bytes' (#142) from armour_bytes into master 2020-05-04 19:01:36 -04:00
9c17377722 drop shields with non-0 stats 2020-05-04 19:50:47 -03:00
6ef78b4ed6 drop armour with stats 2020-05-03 14:26:40 -03:00
d421b30a88 remove commented things 2020-05-02 22:17:12 -03:00
e255b43c10 hella warnings cleanup pt 1. remove unused imports, allow deadcode and unused results 2020-05-02 22:08:37 -03:00
b22ce086f7 guess I needed this PartialEq for the tests 2020-04-27 07:07:09 -06:00
02c9cdc276 drop techs 2020-04-27 06:55:18 -06:00
91c44628ea fix meseta drops 2020-04-26 22:51:09 -06:00
4a526e7673 basic item drop logic 2020-04-26 22:01:05 -06:00
663797e55b remove unneeded PartialEq derive 2020-04-26 21:58:43 -06:00
0eb9035bad make TechniqueDisk and Tool Copy 2020-04-26 21:54:01 -06:00
ff2ae85299 add mag colors 2020-04-21 18:59:03 -06:00
07a1712f4d fix some item names 2020-04-13 01:00:19 -07:00
332f22f34e weapon % fix v2 and give the level 199 guy a 100h hell gun 2020-04-10 02:04:37 -03:00
895891fabc oops forgot to handle missing specials 2020-04-08 20:02:06 -03:00
a2dca1d5fe send all the weapon bytes 2020-04-08 19:41:12 -03:00
0cf0022bf9 StackedItem -> ItemInstance, add Meseta 2020-04-04 10:49:37 -07:00
8d86cf3088 mag naming 2020-03-31 21:15:01 -07:00
d9f88d55a2 use New variants of entities for creation 2020-03-30 19:28:49 -07:00
b39ee6c0f3 use Option for entity primary keys 2020-03-29 22:00:07 -07:00
44c35f350d Item -> ItemEntity 2020-03-29 14:53:51 -07:00
0954d85e5a CharacterEntityId 2020-03-29 14:50:43 -07:00
a7434346db move equipped flag to itemlocation::inventory 2020-03-29 12:06:32 -07:00
3e9cf6677f fix weapon names+extra spaces 2020-03-29 12:06:32 -07:00
3600197993 fix tool names 2020-03-29 12:06:32 -07:00
9cf2979777 fix case on unit names 2020-03-29 12:06:32 -07:00
e41f79f41a tech drops 2020-03-29 12:06:31 -07:00
9a1feb8836 mags! 2020-03-29 12:06:31 -07:00
359120de07 redo active item stuff 2020-03-29 12:06:23 -07:00
51bfddb9e9 should probably include tech item file 2020-03-18 18:23:08 -07:00
afbd63ff6a tech table load config 2020-03-18 18:21:34 -07:00
2981b163c2 remove shield+unit midstruct 2020-03-16 21:48:26 -07:00
e72caebbf8 remove armor midstruct 2020-03-16 21:08:44 -07:00
76829dd16d remove unused use statements 2020-03-16 20:43:20 -07:00