This commit is contained in:
sladecraven 2022-03-26 20:53:08 +01:00
parent a5ba6d5215
commit e5b8c8f2c7
3 changed files with 36 additions and 30 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,12 +3,18 @@
"title": "Barbarians of Lemuria", "title": "Barbarians of Lemuria",
"description": "The Barbarians of Lemuria system for FoundryVTT!", "description": "The Barbarians of Lemuria system for FoundryVTT!",
"author": "Zigmund,LeRatierBretonnien", "author": "Zigmund,LeRatierBretonnien",
"authors": ["Zigmund", "LeRatierBretonnien"], "authors": [
{
"name": "Zigmund"
},
{
"name": "LeRatierBretonnien"
}
],
"url": "https://github.com/ZigmundKreud/bol", "url": "https://github.com/ZigmundKreud/bol",
"license": "LICENSE.txt", "license": "LICENSE.txt",
"flags": {}, "flags": {},
"version": "1.2.6", "version": "1.2.7",
"templateVersion": 22,
"minimumCoreVersion": "0.8.6", "minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "9", "compatibleCoreVersion": "9",
"scripts": [], "scripts": [],
@ -36,60 +42,60 @@
"label": "Avantages", "label": "Avantages",
"system": "bol", "system": "bol",
"path": "./packs/boons.db", "path": "./packs/boons.db",
"entity": "Item",
"tag": "boon", "tag": "boon",
"type": "Item", "type": "Item",
"private": false "private": false,
"entity": "Item"
}, },
{ {
"name": "flaws", "name": "flaws",
"label": "Désavantages", "label": "Désavantages",
"system": "bol", "system": "bol",
"path": "./packs/flaws.db", "path": "./packs/flaws.db",
"entity": "Item",
"tag": "flaw", "tag": "flaw",
"type": "Item", "type": "Item",
"private": false "private": false,
"entity": "Item"
}, },
{ {
"name": "careers", "name": "careers",
"label": "Carrières héroïques", "label": "Carrières héroïques",
"system": "bol", "system": "bol",
"path": "./packs/careers.db", "path": "./packs/careers.db",
"entity": "Item",
"tag": "career", "tag": "career",
"type": "Item", "type": "Item",
"private": false "private": false,
"entity": "Item"
}, },
{ {
"name": "origins", "name": "origins",
"label": "Origines", "label": "Origines",
"system": "bol", "system": "bol",
"path": "./packs/origins.db", "path": "./packs/origins.db",
"entity": "Item",
"tag": "origin", "tag": "origin",
"type": "Item", "type": "Item",
"private": false "private": false,
"entity": "Item"
}, },
{ {
"name": "races", "name": "races",
"label": "Races", "label": "Races",
"system": "bol", "system": "bol",
"path": "./packs/races.db", "path": "./packs/races.db",
"entity": "Item",
"tag": "race", "tag": "race",
"type": "Item", "type": "Item",
"private": false "private": false,
"entity": "Item"
}, },
{ {
"name": "equipment", "name": "equipment",
"label": "Equipement", "label": "Equipement",
"system": "bol", "system": "bol",
"path": "./packs/equipment.db", "path": "./packs/equipment.db",
"entity": "Item",
"tag": "item", "tag": "item",
"type": "Item", "type": "Item",
"private": false "private": false,
"entity": "Item"
}, },
{ {
"label": "Aides de Jeu", "label": "Aides de Jeu",
@ -97,8 +103,8 @@
"name": "aides-de-jeu", "name": "aides-de-jeu",
"path": "packs/aides-de-jeu.db", "path": "packs/aides-de-jeu.db",
"system": "bol", "system": "bol",
"entity": "JournalEntry", "private": false,
"private": false "entity": "JournalEntry"
}, },
{ {
"label": "Cartes", "label": "Cartes",
@ -106,8 +112,8 @@
"name": "cartes", "name": "cartes",
"path": "packs/cartes.db", "path": "packs/cartes.db",
"system": "bol", "system": "bol",
"entity": "Scene", "private": false,
"private": false "entity": "Scene"
}, },
{ {
"label": "Langues", "label": "Langues",
@ -115,8 +121,8 @@
"name": "languages", "name": "languages",
"path": "packs/languages.db", "path": "packs/languages.db",
"system": "bol", "system": "bol",
"entity": "Item", "private": false,
"private": false "entity": "Item"
}, },
{ {
"label": "Sorts", "label": "Sorts",
@ -124,8 +130,8 @@
"name": "spells", "name": "spells",
"path": "packs/spells.db", "path": "packs/spells.db",
"system": "bol", "system": "bol",
"entity": "Item", "private": false,
"private": false "entity": "Item"
}, },
{ {
"label": "Dieux", "label": "Dieux",
@ -133,8 +139,8 @@
"name": "godsfaith", "name": "godsfaith",
"path": "packs/godsfaith.db", "path": "packs/godsfaith.db",
"system": "bol", "system": "bol",
"entity": "Item", "private": false,
"private": false "entity": "Item"
}, },
{ {
"label": "Options de Combat", "label": "Options de Combat",
@ -142,8 +148,8 @@
"name": "fightoptions", "name": "fightoptions",
"path": "packs/fightoptions.db", "path": "packs/fightoptions.db",
"system": "bol", "system": "bol",
"entity": "Item", "private": false,
"private": false "entity": "Item"
} }
], ],
"system": [], "system": [],

View File

@ -1,11 +1,11 @@
{{#if careers.items}} {{#if careers}}
<div class="flexrow" style="margin-bottom: 1px;"> <div class="flexrow" style="margin-bottom: 1px;">
<div class="flex1 center bg-darkred"> <div class="flex1 center bg-darkred">
<label for="mod">{{localize 'BOL.ui.careers'}}</label> <label for="mod">{{localize 'BOL.ui.careers'}}</label>
</div> </div>
<div class="flex1 center cell"> <div class="flex1 center cell">
<select class="flex1" name="career" id="career" data-type="String" multiple> <select class="flex1" name="career" id="career" data-type="String" multiple>
{{#each careers.items as | career id|}} {{#each careers as | career id|}}
<option value="{{career.data.rank}}">{{career.name}} ({{numberFormat career.data.rank decimals=0 sign=true}})</option> <option value="{{career.data.rank}}">{{career.name}} ({{numberFormat career.data.rank decimals=0 sign=true}})</option>
{{/each}} {{/each}}
</select> </select>