addon-register
This commit is contained in:
@@ -80,9 +80,9 @@ const _patch_up_in_arms = () => {
|
||||
}
|
||||
let addaction = game.wfrp4e.config.groupAdvantageActions.find(ga => ga.name == "Additional Action")
|
||||
if (addaction) {
|
||||
addaction.name = "Action Supplémentaire"
|
||||
addaction.description = "Vous profitez d'une opportunité pour accomplir une action remarquable.",
|
||||
addaction.effect = "<strong>Action Gratuite</strong>: Vous réalisez une action supplémentaire. Cette action ne génère jamais d'Avantage pour vous. Vous pouvez réaliser cette dépense d'Avantages seulement une seule fois par Tour."
|
||||
addaction.name = "Zusätzliche Aktion";
|
||||
addaction.description = "Du nutzt eine Gelegenheit, um eine bemerkenswerte Handlung durchzuführen.";
|
||||
addaction.effect = "<strong>Freie Aktion</strong>: Du führst eine zusätzliche Aktion aus. Diese Aktion gewährt dir niemals einen Vorteil. Du kannst diese Ausgabe von Vorteilen nur einmal pro Runde durchführen."
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user