Update powers
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"Actor": {
|
||||
"types": ["character", "npc"],
|
||||
"types": [
|
||||
"character",
|
||||
"npc",
|
||||
"monster"
|
||||
],
|
||||
"templates": {
|
||||
"biodata": {
|
||||
"biodata": {
|
||||
@@ -51,7 +55,7 @@
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"hp":{
|
||||
"hp": {
|
||||
"label": "WH.ui.HitPoints",
|
||||
"abbrev": "hp",
|
||||
"style": "edit",
|
||||
@@ -60,7 +64,7 @@
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"knowledge":{
|
||||
"knowledge": {
|
||||
"label": "WH.ui.Knowledge",
|
||||
"abbrev": "knowledge",
|
||||
"style": "edit",
|
||||
@@ -69,14 +73,14 @@
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"def":{
|
||||
"def": {
|
||||
"label": "WH.ui.Defence",
|
||||
"abbrev": "def",
|
||||
"style": "edit",
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"txcm":{
|
||||
"txcm": {
|
||||
"label": "WH.ui.Throw2HitM",
|
||||
"abbrev": "txcm",
|
||||
"istxc": true,
|
||||
@@ -85,7 +89,7 @@
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"txcr":{
|
||||
"txcr": {
|
||||
"label": "WH.ui.Throw2HitR",
|
||||
"abbrev": "txcr",
|
||||
"istxc": true,
|
||||
@@ -94,7 +98,7 @@
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"mana":{
|
||||
"mana": {
|
||||
"label": "WH.ui.Mana",
|
||||
"abbrev": "pm",
|
||||
"style": "edit",
|
||||
@@ -103,28 +107,28 @@
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"ini":{
|
||||
"ini": {
|
||||
"label": "WH.ui.Initiative",
|
||||
"abbrev": "ini",
|
||||
"style": "edit",
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"movearth":{
|
||||
"movearth": {
|
||||
"label": "WH.ui.Movement",
|
||||
"abbrev": "mov",
|
||||
"style": "edit",
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"movswim":{
|
||||
"movswim": {
|
||||
"label": "WH.ui.MovementSwim",
|
||||
"abbrev": "mov",
|
||||
"style": "edit",
|
||||
"max": 1,
|
||||
"value": 1
|
||||
},
|
||||
"movfly":{
|
||||
"movfly": {
|
||||
"label": "WH.ui.MovementFly",
|
||||
"abbrev": "mov",
|
||||
"style": "edit",
|
||||
@@ -144,27 +148,27 @@
|
||||
"label": "WH.ui.malusmultiweapon",
|
||||
"abbrev": "malusmultiweapon",
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
"value": 0
|
||||
},
|
||||
"drbonus": {
|
||||
"label": "WH.ui.drbonus",
|
||||
"abbrev": "drbonus",
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
"value": 0
|
||||
},
|
||||
"drbonustotal": {
|
||||
"label": "WH.ui.drbonustotal",
|
||||
"abbrev": "drbonustotal",
|
||||
"disabled": true,
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
"value": 0
|
||||
},
|
||||
"parrybonus": {
|
||||
"label": "WH.ui.parrybonus",
|
||||
"abbrev": "parrybonus",
|
||||
"isparrybonus": true,
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
"value": 0
|
||||
},
|
||||
"parrybonustotal": {
|
||||
"label": "WH.ui.parrybonustotal",
|
||||
@@ -172,7 +176,7 @@
|
||||
"disabled": true,
|
||||
"style": "edit",
|
||||
"roll": true,
|
||||
"value": 0
|
||||
"value": 0
|
||||
},
|
||||
"counterspell": {
|
||||
"label": "WH.ui.counterspell",
|
||||
@@ -180,20 +184,20 @@
|
||||
"style": "edit",
|
||||
"hasmax": true,
|
||||
"max": 1,
|
||||
"value": 0
|
||||
"value": 0
|
||||
},
|
||||
"createitem": {
|
||||
"label": "WH.ui.createitem",
|
||||
"abbrev": "createitem",
|
||||
"style": "edit",
|
||||
"value": 0
|
||||
"value": 0
|
||||
},
|
||||
"nblanguage": {
|
||||
"label": "WH.ui.languagesbonus",
|
||||
"abbrev": "nblanguage",
|
||||
"style": "edit",
|
||||
"disabled": true,
|
||||
"value": 0
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -203,14 +207,37 @@
|
||||
}
|
||||
},
|
||||
"character": {
|
||||
"templates": [ "biodata", "core" ]
|
||||
"templates": [
|
||||
"biodata",
|
||||
"core"
|
||||
]
|
||||
},
|
||||
"npc": {
|
||||
"templates": [ "biodata", "core" ]
|
||||
}
|
||||
"templates": [
|
||||
"biodata",
|
||||
"core"
|
||||
]
|
||||
},
|
||||
"monster": {
|
||||
"templates": [
|
||||
"biodata",
|
||||
"core"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": [ "equipment", "race", "weapon", "armor", "shield", "skill", "power", "language", "condition", "class"],
|
||||
"types": [
|
||||
"equipment",
|
||||
"race",
|
||||
"weapon",
|
||||
"armor",
|
||||
"shield",
|
||||
"skill",
|
||||
"power",
|
||||
"language",
|
||||
"condition",
|
||||
"class"
|
||||
],
|
||||
"templates": {
|
||||
"commonclassrace": {
|
||||
"weapons": {
|
||||
@@ -219,7 +246,7 @@
|
||||
"twohanded": false,
|
||||
"shooting": false,
|
||||
"polearm": false,
|
||||
"throwing": false
|
||||
"throwing": false
|
||||
},
|
||||
"armors": {
|
||||
"light": false,
|
||||
@@ -230,7 +257,7 @@
|
||||
"light": false,
|
||||
"medium": false,
|
||||
"tower": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
@@ -238,7 +265,9 @@
|
||||
"description": ""
|
||||
},
|
||||
"class": {
|
||||
"templates": ["commonclassrace"],
|
||||
"templates": [
|
||||
"commonclassrace"
|
||||
],
|
||||
"description": ""
|
||||
},
|
||||
"race": {
|
||||
@@ -248,7 +277,9 @@
|
||||
"attributebonus1": "",
|
||||
"attributebonus4": "",
|
||||
"attributebonus8": "",
|
||||
"templates": ["commonclassrace"]
|
||||
"templates": [
|
||||
"commonclassrace"
|
||||
]
|
||||
},
|
||||
"language": {
|
||||
"shortdescription": "",
|
||||
@@ -264,6 +295,9 @@
|
||||
"weapon": {
|
||||
"weapontype": "short",
|
||||
"damage": "1d6",
|
||||
"damage2hands": "1d6",
|
||||
"rollformula": "",
|
||||
"damageformula": "",
|
||||
"cost": 0,
|
||||
"equipped": false,
|
||||
"quantity": 1,
|
||||
@@ -279,7 +313,7 @@
|
||||
"quantity": 1,
|
||||
"slotused": 1,
|
||||
"slotlocation": "armor",
|
||||
"description":""
|
||||
"description": ""
|
||||
},
|
||||
"shield": {
|
||||
"shieldtype": "light",
|
||||
@@ -289,7 +323,7 @@
|
||||
"quantity": 1,
|
||||
"slotused": 1,
|
||||
"slotlocation": "shield",
|
||||
"description":""
|
||||
"description": ""
|
||||
},
|
||||
"equipment": {
|
||||
"equiptype": "",
|
||||
@@ -298,18 +332,18 @@
|
||||
"equipped": false,
|
||||
"slotused": 1,
|
||||
"slotlocation": "backpack",
|
||||
"description":""
|
||||
"description": ""
|
||||
},
|
||||
"power": {
|
||||
"level": "",
|
||||
"magicschool": "",
|
||||
"description": ""
|
||||
},
|
||||
"spell":{
|
||||
"spell": {
|
||||
"lore": "",
|
||||
"circle": 1,
|
||||
"range": "",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user