optolith-database-schema 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/gen/types.d.ts +1295 -1182
  3. package/lib/types/Locale.d.ts +97 -133
  4. package/lib/types/Locale.js +147 -134
  5. package/lib/types/equipment/item/Animal.d.ts +1 -1
  6. package/lib/types/equipment/item/AnimalCare.d.ts +1 -1
  7. package/lib/types/equipment/item/Armor.d.ts +44 -0
  8. package/lib/types/equipment/item/Armor.js +9 -1
  9. package/lib/types/equipment/item/BandageOrRemedy.d.ts +45 -9
  10. package/lib/types/equipment/item/CeremonialItem.d.ts +45 -9
  11. package/lib/types/equipment/item/Clothes.d.ts +45 -9
  12. package/lib/types/equipment/item/Container.d.ts +45 -9
  13. package/lib/types/equipment/item/EquipmentOfBlessedOnes.d.ts +77 -20
  14. package/lib/types/equipment/item/EquipmentOfBlessedOnes.js +5 -6
  15. package/lib/types/equipment/item/IlluminationLightSource.d.ts +45 -9
  16. package/lib/types/equipment/item/IlluminationRefillOrSupply.d.ts +45 -9
  17. package/lib/types/equipment/item/Jewelry.d.ts +1 -1
  18. package/lib/types/equipment/item/Laboratory.d.ts +1 -1
  19. package/lib/types/equipment/item/Liebesspielzeug.d.ts +45 -9
  20. package/lib/types/equipment/item/LuxuryGood.d.ts +45 -9
  21. package/lib/types/equipment/item/MagicalArtifact.d.ts +61 -21
  22. package/lib/types/equipment/item/MagicalArtifact.js +33 -3
  23. package/lib/types/equipment/item/MusicalInstrument.d.ts +48 -9
  24. package/lib/types/equipment/item/MusicalInstrument.js +5 -1
  25. package/lib/types/equipment/item/OrienteeringAid.d.ts +45 -9
  26. package/lib/types/equipment/item/Poison.d.ts +41 -5
  27. package/lib/types/equipment/item/Poison.js +33 -1
  28. package/lib/types/equipment/item/RopeOrChain.d.ts +45 -9
  29. package/lib/types/equipment/item/Stationery.d.ts +45 -9
  30. package/lib/types/equipment/item/ThievesTool.d.ts +45 -9
  31. package/lib/types/equipment/item/ToolOfTheTrade.d.ts +1 -1
  32. package/lib/types/equipment/item/TravelGearOrTool.d.ts +45 -9
  33. package/lib/types/equipment/item/Vehicle.d.ts +1 -1
  34. package/lib/types/equipment/item/Weapon.d.ts +105 -78
  35. package/lib/types/equipment/item/Weapon.js +8 -46
  36. package/lib/types/equipment/item/WeaponAccessory.d.ts +45 -9
  37. package/lib/types/equipment/item/_Item.d.ts +148 -29
  38. package/lib/types/equipment/item/_Item.js +94 -2
  39. package/lib/types/specialAbility/CombatStyleSpecialAbility.d.ts +52 -0
  40. package/lib/types/specialAbility/CombatStyleSpecialAbility.js +2 -1
  41. package/lib/types/specialAbility/MagicalSign.d.ts +75 -40
  42. package/lib/types/specialAbility/MagicalSign.js +23 -2
  43. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,37 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.23.0](https://github.com/elyukai/optolith-database-schema/compare/v0.22.0...v0.23.0) (2025-12-04)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **gen:** duplicate translation postfix
11
+ * This removes previous note and rules fields.
12
+ * add map and permanent cost options to magical signs
13
+ * add item restrictions to equipment of blessed ones
14
+ * unify item restrictions and add profession restrictions
15
+ * translation keys follow Unicode MessageFormat 2.0
16
+
17
+ ### Features
18
+
19
+ * add expression-based poison duration option ([fcb30ba](https://github.com/elyukai/optolith-database-schema/commit/fcb30ba06b93924ce9399ea5481b98bd2689b229)), closes [#70](https://github.com/elyukai/optolith-database-schema/issues/70)
20
+ * add item restrictions to armor ([6a14e81](https://github.com/elyukai/optolith-database-schema/commit/6a14e811fe71e2f6ade006572d4ba4740cc7b4cd)), closes [#68](https://github.com/elyukai/optolith-database-schema/issues/68)
21
+ * add item restrictions to equipment of blessed ones ([d2418f4](https://github.com/elyukai/optolith-database-schema/commit/d2418f4036c52d5cf972208c67ecf1229e883c85)), closes [#72](https://github.com/elyukai/optolith-database-schema/issues/72)
22
+ * add map and permanent cost options to magical signs ([6958dd7](https://github.com/elyukai/optolith-database-schema/commit/6958dd7f7bda88027d38ba2a3de75a0c645ff7f7)), closes [#75](https://github.com/elyukai/optolith-database-schema/issues/75)
23
+ * add structure points option to some item categories ([6281812](https://github.com/elyukai/optolith-database-schema/commit/62818120f9e849ba7e95f3a68a3f00758fb8a514)), closes [#76](https://github.com/elyukai/optolith-database-schema/issues/76)
24
+ * add translatable intoxicant addiction chance ([bd6fc3c](https://github.com/elyukai/optolith-database-schema/commit/bd6fc3c1448c4b6a221603f33197d8b44a743509)), closes [#71](https://github.com/elyukai/optolith-database-schema/issues/71)
25
+ * allow penalty for combat style special abilities ([90ca20f](https://github.com/elyukai/optolith-database-schema/commit/90ca20f52f806824325a916b8a89f46070db941a)), closes [#77](https://github.com/elyukai/optolith-database-schema/issues/77)
26
+ * optional intoxicant overdose ([90d3adc](https://github.com/elyukai/optolith-database-schema/commit/90d3adc6f4a214f3a4178fb402becc446984005d)), closes [#69](https://github.com/elyukai/optolith-database-schema/issues/69)
27
+ * translation keys follow Unicode MessageFormat 2.0 ([b651562](https://github.com/elyukai/optolith-database-schema/commit/b651562db13d1531d160f8d3288485a04f9bfa3e))
28
+ * unify item restrictions and add profession restrictions ([5611ba5](https://github.com/elyukai/optolith-database-schema/commit/5611ba54402ce6ac401d40160513b3db70327d8d)), closes [#51](https://github.com/elyukai/optolith-database-schema/issues/51)
29
+ * use description, effect and cost for magical artifact ([a7988fc](https://github.com/elyukai/optolith-database-schema/commit/a7988fc426ad76f4b876071b4cde05b11d523212)), closes [#74](https://github.com/elyukai/optolith-database-schema/issues/74)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **gen:** duplicate translation postfix ([772da37](https://github.com/elyukai/optolith-database-schema/commit/772da37386622cff0a1ab4954a392eeaca1ac72a))
35
+
5
36
  ## [0.22.0](https://github.com/elyukai/optolith-database-schema/compare/v0.21.2...v0.22.0) (2025-12-01)
6
37
 
7
38