Compare commits
3 Commits
fvtt-warhe
...
fvtt-warhe
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d8bd75348 | |||
| c97a39fe47 | |||
| 0be7e8a3b5 |
15
lang/it.json
15
lang/it.json
@@ -135,7 +135,7 @@
|
||||
"WH.ui.combat": "Combattimento",
|
||||
"WH.ui.skillstab": "Abilità ed effetti",
|
||||
"WH.ui.powers": "Poteri",
|
||||
"WH.ui.equipment": "Equippaggiamento",
|
||||
"WH.ui.equipment": "Equipaggiamento",
|
||||
"WH.ui.biography": "Biografia",
|
||||
"WH.ui.race": "Razza",
|
||||
"WH.ui.class": "Classe",
|
||||
@@ -203,6 +203,19 @@
|
||||
"WH.ui.ignoreeffect": "Ignora effetto",
|
||||
"WH.ui.raceSkills": "Abilità di razza",
|
||||
"WH.ui.identified": "Identificato",
|
||||
"WH.ui.isclasssecondary": "Classe secondaria?",
|
||||
"WH.ui.secondaryclass": "Super warhero",
|
||||
"WH.ui.meleedamagebonus": "Bonus ai danni in corpo a corpo",
|
||||
"WH.ui.rangeddamagebonus": "Bonus ai danni a distanza",
|
||||
"WH.ui.notapplicable": "Non applicabile",
|
||||
"WH.ui.chargedaily": "Al giorno",
|
||||
"WH.ui.chargelimited": "Limitate",
|
||||
"WH.ui.magiccharge": "Cariche magiche",
|
||||
"WH.ui.chargevalue": "Valore delle cariche",
|
||||
"WH.ui.allitems": "Tutti gli oggetti",
|
||||
"WH.ui.small": "Piccola",
|
||||
"WH.ui.medium": "Media",
|
||||
"WH.ui.large": "Grande",
|
||||
|
||||
"WH.ui.bodyslots": "Corpo",
|
||||
"WH.ui.containerslot": "Contenitori",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"modules/warhero-main.js",
|
||||
"modules/import-global.js"
|
||||
],
|
||||
"gridDistance": 5,
|
||||
"gridDistance": 1,
|
||||
"gridUnits": "m",
|
||||
"languages": [
|
||||
{
|
||||
@@ -35,15 +35,15 @@
|
||||
"styles": [
|
||||
"styles/simple.css"
|
||||
],
|
||||
"version": "10.0.50",
|
||||
"version": "10.0.53",
|
||||
"compatibility": {
|
||||
"minimum": "10",
|
||||
"verified": "10",
|
||||
"maximum": "10"
|
||||
},
|
||||
"title": "Warhero RPG",
|
||||
"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.50.zip",
|
||||
"manifest": "https://www.uberwald.me/gitea/public/fvtt-warhero/raw/branch/master/system.json",
|
||||
"download": "https://www.uberwald.me/gitea/public/fvtt-warhero/archive/fvtt-warhero-10.0.53.zip",
|
||||
"url": "https://www.uberwald.me/gitea/public/fvtt-warhero",
|
||||
"background": "images/ui/warhero_welcome_page.webp",
|
||||
"id": "fvtt-warhero"
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<input type="text" class="item-field-label-medium" name="system.biodata.religion" value="{{system.biodata.religion}}" data-dtype="String" />
|
||||
|
||||
<label class="item-field-label-short">{{localize "WH.ui.size"}}</label>
|
||||
<select class="item-field-label-short" type="text" name="system.biodata.size" value="{{system.biodata.size}}" data-dtype="Number">
|
||||
<select class="item-field-label-short" type="text" name="system.biodata.size" value="{{system.biodata.size}}" data-dtype="String">
|
||||
{{#select system.biodata.size}}
|
||||
<option value="small">{{localize "WH.ui.small"}}</option>
|
||||
<option value="medium">{{localize "WH.ui.medium"}}</option>
|
||||
|
||||
Reference in New Issue
Block a user