Skip to content

Commit 6ce3abe

Browse files
committed
update changelog
1 parent 2f15082 commit 6ce3abe

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
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

0 commit comments

Comments
 (0)