CSS+Predilection+Niveau de competence

This commit is contained in:
2023-12-21 15:41:17 +01:00
parent f487908ecd
commit c48401a199
80 changed files with 277 additions and 217 deletions

View File

@@ -127,6 +127,9 @@ export class MournbladeActor extends Actor {
getArmors() {
return this.getItemSorted(["protection"])
}
getRuneEffects() {
return this.getItemSorted(["runeeffect"])
}
getOrigine() {
return this.items.find(item => item.type == "origine")
}