File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## 8.0.0 (Unreleased)
44
5- - Remove ` npc_spell ` table.
6- - Remove spell teacher relations from API models (` Npc.teaches ` , ` Spell.taught_by ` ).
7- - Remove spell purchase price (` spell.price ` ) from parser, schema and models.
8- - Remove spell-offer generation from ` Module:ItemPrices/spelldata ` .
9- - Fix creature elemental modifier mapping: ` energyDmgMod ` now maps to ` modifier_energy ` and ` iceDmgMod ` to ` modifier_ice ` .
10- - Add missing item infobox mapping for ` death_attack ` .
11- - Add weapon proficiency perk generation from ` Weapon Proficiency Name ` and ` Weapon Proficiency Tables ` , using hybrid heading/template parsing and case-insensitive section-name matching.
5+ - Spell changes
6+ - Remove ` npc_spell ` table.
7+ - Remove spell teacher relations from API models (` Npc.teaches ` , ` Spell.taught_by ` ).
8+ - Remove spell purchase price (` spell.price ` ) from parser, schema and models.
9+ - Remove spell-offer generation from ` Module:ItemPrices/spelldata ` .
10+ - Creature changes
11+ - Fix elemental modifier mapping: ` energyDmgMod ` now maps to ` modifier_energy ` and ` iceDmgMod ` to ` modifier_ice ` .
12+ - Item changes
13+ - Add missing item infobox mapping for ` death_attack ` .
14+ - Add weapon proficiency perks.
15+ - Add ` proficiency_perks ` to ` Item ` (stored in ` item_proficiency_perk ` ).
1216
1317## 7.0.3 (2025-07-28)
1418
You can’t perform that action at this time.
0 commit comments