Add files
This commit is contained in:
14
lang/fr.json
14
lang/fr.json
@@ -43,7 +43,7 @@
|
||||
"damageBonus": {
|
||||
"label": "Bonus D."
|
||||
},
|
||||
"hp": {
|
||||
"hp": {
|
||||
"label": "HP",
|
||||
"stunned": {
|
||||
"label": "Etourdi"
|
||||
@@ -126,6 +126,18 @@
|
||||
"damageBonus": {
|
||||
"label": "Bonus D."
|
||||
},
|
||||
"hp": {
|
||||
"label": "HP",
|
||||
"value": {
|
||||
"label": "Actuel"
|
||||
},
|
||||
"max": {
|
||||
"label": "Max"
|
||||
},
|
||||
"stunned": {
|
||||
"label": "Etourdi"
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"permanentRating": {
|
||||
"label": "Valeur permanente"
|
||||
|
@@ -61,8 +61,8 @@ export default class CthulhuEternalCreatureSheet extends CthulhuEternalActorShee
|
||||
const context = await super._prepareContext()
|
||||
context.tabs = this.#getTabs()
|
||||
|
||||
context.enrichedDescription = await TextEditor.enrichHTML(this.document.system.description, { async: true })
|
||||
context.enrichedNotes = await TextEditor.enrichHTML(this.document.system.notes, { async: true })
|
||||
context.enrichedDescription = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.description, { async: true })
|
||||
context.enrichedNotes = await foundry.applications.ux.TextEditor.implementation.enrichHTML(this.document.system.notes, { async: true })
|
||||
|
||||
context.tooltipsCharacteristic = {
|
||||
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