Update description data

This commit is contained in:
LeRatierBretonnien 2023-02-10 20:31:18 +01:00
parent 87bb1b6e93
commit b962f9ed41
3 changed files with 6 additions and 3 deletions

View File

@ -56,7 +56,7 @@ export class WarheroActorSheet extends ActorSheet {
competency: this.actor.getCompetency(), competency: this.actor.getCompetency(),
race: duplicate(race), race: duplicate(race),
class: duplicate(this.actor.getClass()), class: duplicate(this.actor.getClass()),
moneys: duplicate(this.actor.getMoneys()), //moneys: duplicate(this.actor.getMoneys()),
description: await TextEditor.enrichHTML(this.object.system.biodata.description, {async: true}), description: await TextEditor.enrichHTML(this.object.system.biodata.description, {async: true}),
notes: await TextEditor.enrichHTML(this.object.system.biodata.notes, {async: true}), notes: await TextEditor.enrichHTML(this.object.system.biodata.notes, {async: true}),
options: this.options, options: this.options,

View File

@ -1548,3 +1548,6 @@ form .notes {
.directory .directory-header .header-search input { .directory .directory-header .header-search input {
color: rgba(52, 52, 52, 0.95); color: rgba(52, 52, 52, 0.95);
} }
a.content-link, a.inline-roll {
color: #222;
}

View File

@ -101,7 +101,7 @@
"styles": [ "styles": [
"styles/simple.css" "styles/simple.css"
], ],
"version": "10.0.23", "version": "10.0.24",
"compatibility": { "compatibility": {
"minimum": "10", "minimum": "10",
"verified": "10", "verified": "10",
@ -109,7 +109,7 @@
}, },
"title": "Warhero RPG", "title": "Warhero RPG",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-warhero/raw/branch/master/system.json", "manifest": "https://www.uberwald.me/gitea/public/fvtt-warhero/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/uberwald/fvtt-warhero/archive/fvtt-warhero-10.0.23.zip", "download": "https://www.uberwald.me/gitea/uberwald/fvtt-warhero/archive/fvtt-warhero-10.0.24.zip",
"url": "https://www.uberwald.me/gitea/public/fvtt-warhero", "url": "https://www.uberwald.me/gitea/public/fvtt-warhero",
"background": "images/ui/warhero_welcome_page.webp", "background": "images/ui/warhero_welcome_page.webp",
"id": "fvtt-warhero" "id": "fvtt-warhero"