Various fixes and enhancents
This commit is contained in:
181
template.json
181
template.json
@@ -25,19 +25,28 @@
|
||||
"str": {
|
||||
"label": "WH.ui.Strength",
|
||||
"abbrev": "str",
|
||||
"style": "dropdown",
|
||||
"style": "edit",
|
||||
"hassave": true,
|
||||
"roll": true,
|
||||
"save": 0,
|
||||
"value": 0
|
||||
},
|
||||
"dex": {
|
||||
"label": "WH.ui.Dexterity",
|
||||
"abbrev": "dex",
|
||||
"style": "dropdown",
|
||||
"style": "edit",
|
||||
"hassave": true,
|
||||
"roll": true,
|
||||
"save": 0,
|
||||
"value": 0
|
||||
},
|
||||
"min": {
|
||||
"label": "WH.ui.Mind",
|
||||
"abbrev": "min",
|
||||
"style": "dropdown",
|
||||
"style": "edit",
|
||||
"hassave": true,
|
||||
"roll": true,
|
||||
"save": 0,
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
@@ -50,6 +59,15 @@
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"knowledge":{
|
||||
"label": "WH.ui.Knowledge",
|
||||
"abbrev": "knowledge",
|
||||
"style": "edit",
|
||||
"hasmax": false,
|
||||
"roll": true,
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"def":{
|
||||
"label": "WH.ui.Defence",
|
||||
"abbrev": "def",
|
||||
@@ -57,10 +75,21 @@
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"txc":{
|
||||
"label": "WH.ui.Throw2Hit",
|
||||
"abbrev": "txc",
|
||||
"txcm":{
|
||||
"label": "WH.ui.Throw2HitM",
|
||||
"abbrev": "txcm",
|
||||
"istxc": true,
|
||||
"style": "edit",
|
||||
"roll": true,
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"txcr":{
|
||||
"label": "WH.ui.Throw2HitR",
|
||||
"abbrev": "txcr",
|
||||
"istxc": true,
|
||||
"style": "edit",
|
||||
"roll": true,
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
@@ -75,16 +104,94 @@
|
||||
"ini":{
|
||||
"label": "WH.ui.Initiative",
|
||||
"abbrev": "ini",
|
||||
"style": "dropdown",
|
||||
"style": "edit",
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"mov":{
|
||||
"movearth":{
|
||||
"label": "WH.ui.Movement",
|
||||
"abbrev": "mov",
|
||||
"style": "dropdown",
|
||||
"style": "edit",
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"movswim":{
|
||||
"label": "WH.ui.MovementSwim",
|
||||
"abbrev": "mov",
|
||||
"style": "edit",
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"movfly":{
|
||||
"label": "WH.ui.MovementFly",
|
||||
"abbrev": "mov",
|
||||
"style": "edit",
|
||||
"max": 1,
|
||||
"value": 1
|
||||
}
|
||||
},
|
||||
"secondary": {
|
||||
"xp": {
|
||||
"label": "WH.ui.XP",
|
||||
"abbrev": "xp",
|
||||
"islevel": true,
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
},
|
||||
"malusmultiweapon": {
|
||||
"label": "WH.ui.malusmultiweapon",
|
||||
"abbrev": "malusmultiweapon",
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
},
|
||||
"drbonus": {
|
||||
"label": "WH.ui.drbonus",
|
||||
"abbrev": "drbonus",
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
},
|
||||
"drbonustotal": {
|
||||
"label": "WH.ui.drbonustotal",
|
||||
"abbrev": "drbonustotal",
|
||||
"disabled": true,
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
},
|
||||
"parrybonus": {
|
||||
"label": "WH.ui.parrybonus",
|
||||
"abbrev": "parrybonus",
|
||||
"isparrybonus": true,
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
},
|
||||
"parrybonustotal": {
|
||||
"label": "WH.ui.parrybonustotal",
|
||||
"abbrev": "parrybonustotal",
|
||||
"disabled": true,
|
||||
"style": "edit",
|
||||
"roll": true,
|
||||
"value": 0
|
||||
},
|
||||
"counterspell": {
|
||||
"label": "WH.ui.counterspell",
|
||||
"abbrev": "counterspell",
|
||||
"style": "edit",
|
||||
"hasmax": true,
|
||||
"max": 1,
|
||||
"value": 0
|
||||
},
|
||||
"createitem": {
|
||||
"label": "WH.ui.createitem",
|
||||
"abbrev": "createitem",
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
},
|
||||
"nblanguage": {
|
||||
"label": "WH.ui.languages",
|
||||
"abbrev": "nblanguage",
|
||||
"style": "edit",
|
||||
"disabled": true,
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -101,40 +208,52 @@
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": [ "race", "weapon", "armor", "shield", "equipment", "money" , "skill", "power", "condition", "class"],
|
||||
"types": [ "equipment", "race", "weapon", "armor", "shield", "money" , "skill", "power", "language", "condition", "class"],
|
||||
"templates": {
|
||||
"commonclassrace": {
|
||||
"weapons": {
|
||||
"short": false,
|
||||
"long": false,
|
||||
"twohanded": false,
|
||||
"shotgun": false,
|
||||
"throwing": false
|
||||
},
|
||||
"armors": {
|
||||
"light": false,
|
||||
"medium": false,
|
||||
"heavy": false
|
||||
},
|
||||
"shields": {
|
||||
"light": false,
|
||||
"medium": false,
|
||||
"tower": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
"description": ""
|
||||
},
|
||||
"class": {
|
||||
"weapons": {
|
||||
"short": false,
|
||||
"long": false,
|
||||
"twohanded": false,
|
||||
"shotgun": false,
|
||||
"throwing": false
|
||||
},
|
||||
"armors": {
|
||||
"light": false,
|
||||
"medium": false,
|
||||
"heavy": false
|
||||
},
|
||||
"shields": {
|
||||
"light": false,
|
||||
"medium": false,
|
||||
"tower": false
|
||||
},
|
||||
"templates": ["commonclassrace"],
|
||||
"description": ""
|
||||
},
|
||||
"race": {
|
||||
"description": "",
|
||||
"hpprogresion": "hp2",
|
||||
"languages": "",
|
||||
"attributebonus": "",
|
||||
"weapons": "",
|
||||
"shields": "",
|
||||
"armors": ""
|
||||
"attributebonus1": "",
|
||||
"attributebonus4": "",
|
||||
"attributebonus8": "",
|
||||
"templates": ["commonclassrace"]
|
||||
},
|
||||
"language": {
|
||||
"description": ""
|
||||
},
|
||||
"skill": {
|
||||
"classskill": false,
|
||||
"unlimited": false,
|
||||
"currentuse": 0,
|
||||
"maxuse": 0,
|
||||
"description": ""
|
||||
},
|
||||
"weapon": {
|
||||
|
||||
Reference in New Issue
Block a user