Add files
This commit is contained in:
12
lang/fr.json
12
lang/fr.json
@@ -126,6 +126,18 @@
|
|||||||
"damageBonus": {
|
"damageBonus": {
|
||||||
"label": "Bonus D."
|
"label": "Bonus D."
|
||||||
},
|
},
|
||||||
|
"hp": {
|
||||||
|
"label": "HP",
|
||||||
|
"value": {
|
||||||
|
"label": "Actuel"
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"label": "Max"
|
||||||
|
},
|
||||||
|
"stunned": {
|
||||||
|
"label": "Etourdi"
|
||||||
|
}
|
||||||
|
},
|
||||||
"resources": {
|
"resources": {
|
||||||
"permanentRating": {
|
"permanentRating": {
|
||||||
"label": "Valeur permanente"
|
"label": "Valeur permanente"
|
||||||
|
|||||||
@@ -61,8 +61,8 @@ export default class CthulhuEternalCreatureSheet extends CthulhuEternalActorShee
|
|||||||
const context = await super._prepareContext()
|
const context = await super._prepareContext()
|
||||||
context.tabs = this.#getTabs()
|
context.tabs = this.#getTabs()
|
||||||
|
|
||||||
context.enrichedDescription = await TextEditor.enrichHTML(this.document.system.description, { async: true })
|
context.enrichedDescription = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.description, { async: true })
|
||||||
context.enrichedNotes = await TextEditor.enrichHTML(this.document.system.notes, { async: true })
|
context.enrichedNotes = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.notes, { async: true })
|
||||||
|
|
||||||
context.tooltipsCharacteristic = {
|
context.tooltipsCharacteristic = {
|
||||||
str: game.i18n.localize("CTHULHUETERNAL.Characteristic.Str"),
|
str: game.i18n.localize("CTHULHUETERNAL.Characteristic.Str"),
|
||||||
|
|||||||
0
packs-system/rituals/000161.log
Normal file
0
packs-system/rituals/000161.log
Normal file
BIN
packs-system/rituals/MANIFEST-000159
Normal file
BIN
packs-system/rituals/MANIFEST-000159
Normal file
Binary file not shown.
0
packs-system/skills/000330.log
Normal file
0
packs-system/skills/000330.log
Normal file
BIN
packs-system/skills/MANIFEST-000328
Normal file
BIN
packs-system/skills/MANIFEST-000328
Normal file
Binary file not shown.
Reference in New Issue
Block a user