ModernUO/Projects/UOContent/Items/Skill Items
Kamron Batman 89815ad4d3
feat: Updates to Serialization Generator v2.2 (#1157)
* Adds `SerializationProperty` - This will generate the private variable for serialization. Also provides an option `useField` to specify your own. Example:
  ```cs
  [SerializationProperty(0, useField: nameof(_resource)]
  ```
2022-09-04 08:45:27 -07:00
..
Blacksmith Items/Misc fix(core): Fixes several serialization issues (#355) 2020-12-23 07:11:41 -08:00
Camping fix: Cleans up LINQ calls. (#965) 2022-03-20 19:20:54 -07:00
Carpenter Items fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00
Fishing SpecialFishingNet: fixes indexing bug (#1132) 2022-07-26 09:50:07 -07:00
Harvest Tools fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00
Lumberjack fix: Optimizes OPL using string interpolation (#1041) 2022-06-02 10:09:53 -07:00
Magical fix: Cleans up some comments and spell code (#1120) 2022-07-16 19:45:41 -07:00
Misc fix: Fixes exceptional crafting chance (#1136) 2022-08-06 06:53:02 -07:00
Musical Instruments fix: Fixes localization corner cases with OPL (#1050) 2022-06-12 21:17:42 -07:00
Ninjitsu fix: Cleans up some comments and spell code (#1120) 2022-07-16 19:45:41 -07:00
Specialized feat(core): Makes spanwriter resizable (#376) 2020-12-31 19:57:02 -08:00
Tailor Items feat: Updates to Serialization Generator v2.2 (#1157) 2022-09-04 08:45:27 -07:00
Thief fix: Codegens lockable containers and cleans up lockpickable (#976) 2022-03-26 21:48:18 -07:00
Tinkering chore: Cleans up pattern checks. (#892) 2021-12-24 15:53:59 -08:00
Tools fix: Fixes undead slayer chance (#1135) 2022-08-02 21:21:37 -07:00