Fix npc generator forgotten "data" switched to "system"
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -6,13 +6,11 @@ Date format : day/month/year
|
|||||||
> - `foundry-version`: Stick to the major version of FoundryVTT.
|
> - `foundry-version`: Stick to the major version of FoundryVTT.
|
||||||
> - `system-version`: System functionalities and Fixes.
|
> - `system-version`: System functionalities and Fixes.
|
||||||
|
|
||||||
## 1.12.3 - ??/02/2025 - Compendiums Filters (Thx Litasa #41)
|
## 1.12.3 - ??/03/2025 - Fixes and Compendiums Filters (Thx Litasa #41)
|
||||||
- Separated the reference and the page number from book reference for filtering purpose.
|
- Separated the reference and the page number from book reference for filtering purpose.
|
||||||
- Adding filters in compendium for rarity, ring, and source
|
- Adding filters in compendium for rarity, ring, and source.
|
||||||
- Adding custom multi-select to easily select and display filtered sources (this should be reused in other places in the code, selecting skills for example)
|
- Add option for GM to limit what sources is being displayed to the players in compendiums. GM can still see everything and give players items/techniques if needed.
|
||||||
- Adding custom data field that uses the multi-select for display
|
- Fixed Npc Generator : Actor now update correctly.
|
||||||
- Add option for GM to limit what sources is being displayed to the players in compendiums. GM can still see everything and give players items/techniques etc if needed. (also tech savvy players can still view the content)
|
|
||||||
TODO
|
|
||||||
|
|
||||||
## 1.12.2 - 16/09/2024 - Bugfixes
|
## 1.12.2 - 16/09/2024 - Bugfixes
|
||||||
- Modified : The checkbox `reverseFatigueBar` is now a drop-down with `none`/`fatigue`/`strife`/`both`, and is now an client preference.
|
- Modified : The checkbox `reverseFatigueBar` is now a drop-down with `none`/`fatigue`/`strife`/`both`, and is now an client preference.
|
||||||
|
|||||||
@@ -380,7 +380,7 @@ export class CharacterGenerator {
|
|||||||
return {
|
return {
|
||||||
img: newImg,
|
img: newImg,
|
||||||
name: newName,
|
name: newName,
|
||||||
data: actorDatas,
|
system: actorDatas,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user