forked from GitHub-Mirrors/foundry-sw5e
Add Skills to Starships
Added skills to the starship sheets and made them rollable. Sorry about the direct commit to Develop, but I forgot to branch it off...
This commit is contained in:
parent
a28cbc5a8a
commit
fa7b03109f
7 changed files with 95 additions and 90 deletions
|
@ -860,7 +860,7 @@ export default class Actor5e extends Actor {
|
|||
const rollData = mergeObject(options, {
|
||||
parts: parts,
|
||||
data: data,
|
||||
title: game.i18n.format("SW5E.SkillPromptTitle", {skill: CONFIG.SW5E.skills[skillId]}),
|
||||
title: game.i18n.format("SW5E.SkillPromptTitle", {skill: CONFIG.SW5E.skills[skillId] || CONFIG.SW5E.starshipSkills[skillId]}),
|
||||
halflingLucky: this.getFlag("sw5e", "halflingLucky"),
|
||||
reliableTalent: reliableTalent,
|
||||
messageData: {"flags.sw5e.roll": {type: "skill", skillId }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue