forked from public/fvtt-cthulhu-eternal
Fix #45 - Auto addk unarmed fight on new actor
This commit is contained in:
parent
42f25aa186
commit
da9d0e41a5
@ -328,6 +328,7 @@
|
|||||||
"veryHarsh": "Very Harsh"
|
"veryHarsh": "Very Harsh"
|
||||||
},
|
},
|
||||||
"Label": {
|
"Label": {
|
||||||
|
"Unarmed": "Unarmed",
|
||||||
"Cured": "Cured",
|
"Cured": "Cured",
|
||||||
"Uncured": "Uncured",
|
"Uncured": "Uncured",
|
||||||
"nudgedRoll": "Nudged Roll",
|
"nudgedRoll": "Nudged Roll",
|
||||||
|
@ -23,6 +23,8 @@ export default class CthulhuEternalActor extends Actor {
|
|||||||
data.items.push(skill.toObject())
|
data.items.push(skill.toObject())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
data.items.push({ type:"weapon", img: "systems/fvtt-cthulhu-eternal/assets/icons/icon_fist.svg",
|
||||||
|
name: game.i18n.localize("CTHULHUETERNAL.Label.Unarmed"), system: { damage: "1d4-1", weaponType: "unarmed" } })
|
||||||
}
|
}
|
||||||
|
|
||||||
return super.create(data, options);
|
return super.create(data, options);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user