COrrections, WIP
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
"Actor": {
|
||||
"types": [
|
||||
"character",
|
||||
"npc",
|
||||
"army"
|
||||
"npc"
|
||||
],
|
||||
"templates": {
|
||||
"softlock": {
|
||||
@@ -190,38 +189,6 @@
|
||||
"social": 0,
|
||||
"trade": 0
|
||||
}
|
||||
},
|
||||
"army": {
|
||||
"templates": [
|
||||
"softlock"
|
||||
],
|
||||
"warlord": "",
|
||||
"warlord_actor_id": null,
|
||||
"allies_backers": "",
|
||||
"purpose_mustering": "",
|
||||
"battle_readiness": {
|
||||
"casualties_strength": {
|
||||
"max": 0,
|
||||
"value": 0
|
||||
},
|
||||
"panic_discipline": {
|
||||
"max": 0,
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
"commander": "",
|
||||
"commander_actor_id": null,
|
||||
"commander_abilities": "",
|
||||
"army_abilities": "",
|
||||
"commander_standing": {
|
||||
"honor": 0,
|
||||
"glory": 0,
|
||||
"status": 0
|
||||
},
|
||||
"supplies_logistics": "",
|
||||
"notes": "",
|
||||
"description": "",
|
||||
"past_battles": ""
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
@@ -229,19 +196,13 @@
|
||||
"item",
|
||||
"armor",
|
||||
"weapon",
|
||||
"technique",
|
||||
"property",
|
||||
"peculiarity",
|
||||
"advancement",
|
||||
"title",
|
||||
"bond",
|
||||
"signature_scroll",
|
||||
"item_pattern",
|
||||
"army_cohort",
|
||||
"army_fortification",
|
||||
"arcane",
|
||||
"etat",
|
||||
"mystere"
|
||||
"mystere",
|
||||
"technique_ecole",
|
||||
"mot_invocation"
|
||||
],
|
||||
"templates": {
|
||||
"basics": {
|
||||
@@ -259,7 +220,8 @@
|
||||
"xp_cost": 3,
|
||||
"rank": 1,
|
||||
"bought_at_rank": 1,
|
||||
"ring": "void"
|
||||
"ring": "void",
|
||||
"invocation_type": ""
|
||||
},
|
||||
"item": {
|
||||
"equipped": false,
|
||||
@@ -303,23 +265,6 @@
|
||||
"grip_1": "",
|
||||
"grip_2": ""
|
||||
},
|
||||
"technique": {
|
||||
"templates": [
|
||||
"basics",
|
||||
"advancement"
|
||||
],
|
||||
"skill": "",
|
||||
"difficulty": "",
|
||||
"technique_type": "kata",
|
||||
"invocation_type": "",
|
||||
"mode_invocation": 0
|
||||
},
|
||||
"property": {
|
||||
"templates": [
|
||||
"basics"
|
||||
],
|
||||
"properties": []
|
||||
},
|
||||
"peculiarity": {
|
||||
"templates": [
|
||||
"basics",
|
||||
@@ -336,62 +281,6 @@
|
||||
"advancement_type": "skill",
|
||||
"skill": ""
|
||||
},
|
||||
"title": {
|
||||
"templates": [
|
||||
"basics",
|
||||
"advancement"
|
||||
],
|
||||
"advancements": [],
|
||||
"xp_used_total": 0
|
||||
},
|
||||
"bond": {
|
||||
"templates": [
|
||||
"basics",
|
||||
"advancement"
|
||||
],
|
||||
"bond_type": ""
|
||||
},
|
||||
"item_pattern": {
|
||||
"templates": [
|
||||
"basics",
|
||||
"advancement"
|
||||
],
|
||||
"linked_property_id": null,
|
||||
"rarity_modifier": ""
|
||||
},
|
||||
"signature_scroll": {
|
||||
"templates": [
|
||||
"basics",
|
||||
"advancement"
|
||||
]
|
||||
},
|
||||
"army_cohort": {
|
||||
"templates": [
|
||||
"basics"
|
||||
],
|
||||
"leader": "",
|
||||
"leader_actor_id": null,
|
||||
"equipment": "",
|
||||
"abilities": "",
|
||||
"battle_readiness": {
|
||||
"casualties_strength": {
|
||||
"max": 0,
|
||||
"value": 0
|
||||
},
|
||||
"panic_discipline": {
|
||||
"max": 0,
|
||||
"value": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"army_fortification": {
|
||||
"templates": [
|
||||
"basics"
|
||||
],
|
||||
"difficulty": 0,
|
||||
"attrition_reduction": 0,
|
||||
"notes": ""
|
||||
},
|
||||
"arcane": {
|
||||
"templates": [
|
||||
"basics"
|
||||
@@ -418,6 +307,20 @@
|
||||
"mystere_type": "mineur",
|
||||
"prerequisite_skill": "",
|
||||
"prerequisite_condition": ""
|
||||
},
|
||||
"technique_ecole": {
|
||||
"templates": [
|
||||
"basics"
|
||||
],
|
||||
"application": "",
|
||||
"bonus": 3
|
||||
},
|
||||
"mot_invocation": {
|
||||
"templates": [
|
||||
"basics"
|
||||
],
|
||||
"invocation_type": "",
|
||||
"mode_invocation": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user