Fix as per CSV sheet tracking + creature explanation
This commit is contained in:
+145
-33
@@ -4,7 +4,8 @@
|
||||
"ActorTypes": {
|
||||
"character": "Character",
|
||||
"creature": "Creature",
|
||||
"companion": "Companion"
|
||||
"companion": "Companion",
|
||||
"party": "Party"
|
||||
},
|
||||
"ItemTypes": {
|
||||
"weapon": "Weapon",
|
||||
@@ -13,7 +14,8 @@
|
||||
"equipment": "Equipment",
|
||||
"resonance-core": "Resonance Core",
|
||||
"artifact": "Artifact",
|
||||
"feature": "Feature"
|
||||
"feature": "Feature",
|
||||
"creature-trait": "Creature Trait"
|
||||
},
|
||||
"Abilities": {
|
||||
"agility": "Agility",
|
||||
@@ -37,6 +39,24 @@
|
||||
"melee": "Melee",
|
||||
"ranged": "Ranged"
|
||||
},
|
||||
"WeaponProperties": {
|
||||
"ammo": "Ammo",
|
||||
"awkward": "Awkward",
|
||||
"binding": "Binding",
|
||||
"durant": "Durant",
|
||||
"finesse": "Finesse",
|
||||
"fling": "Fling",
|
||||
"fragile": "Fragile",
|
||||
"glinting": "Glinting",
|
||||
"overbearing": "Overbearing",
|
||||
"parrying": "Parrying",
|
||||
"precise": "Precise",
|
||||
"razored": "Razored",
|
||||
"ringing": "Ringing",
|
||||
"two-handed": "Two-Handed",
|
||||
"unwieldy": "Unwieldy",
|
||||
"versatile": "Versatile"
|
||||
},
|
||||
"Resonations": {
|
||||
"accelerate": "Accelerate",
|
||||
"blast": "Blast",
|
||||
@@ -71,7 +91,9 @@
|
||||
"daily": "Daily Resources",
|
||||
"equipment": "Equipment",
|
||||
"features": "Features",
|
||||
"notes": "Notes"
|
||||
"notes": "Notes",
|
||||
"members": "Members",
|
||||
"loot": "Loot"
|
||||
},
|
||||
"Character": {
|
||||
"Background": "Background",
|
||||
@@ -92,6 +114,7 @@
|
||||
"ResonancePerDay": "Resonance per Day",
|
||||
"ArtifactSync": "Artifact Sync",
|
||||
"CarryingCapacity": "Carrying Capacity",
|
||||
"Load": "Load",
|
||||
"Rations": "Rations",
|
||||
"Kiffol": "Kiffol",
|
||||
"Weapons": "Weapons",
|
||||
@@ -231,22 +254,23 @@
|
||||
},
|
||||
"Creature": {
|
||||
"Special": "Special",
|
||||
"Traits": "Traits",
|
||||
"AddTrait": "Add Trait",
|
||||
"Type": "Type",
|
||||
"Number": "Number",
|
||||
"ActionTable": "Action Table",
|
||||
"RollAction": "Roll Action",
|
||||
"DropTableHint": "Drop a Roll Table here to link it",
|
||||
"ClearTable": "Clear",
|
||||
"OpenTable": "Open Table",
|
||||
"NoTableLinked": "No action table is linked to this creature.",
|
||||
"TableNotFound": "The linked action table could not be found.",
|
||||
"Types": {
|
||||
"Human": "Human",
|
||||
"Construct": "Construct",
|
||||
"Animal": "Animal"
|
||||
},
|
||||
"FIELDS": {
|
||||
"abilities": {
|
||||
"label": "Abilities",
|
||||
"agility": {
|
||||
"label": "Agility"
|
||||
},
|
||||
"presence": {
|
||||
"label": "Presence"
|
||||
},
|
||||
"strength": {
|
||||
"label": "Strength"
|
||||
},
|
||||
"toughness": {
|
||||
"label": "Toughness"
|
||||
}
|
||||
},
|
||||
"hp": {
|
||||
"label": "HP",
|
||||
"value": {
|
||||
@@ -265,20 +289,17 @@
|
||||
"label": "Armor Die"
|
||||
}
|
||||
},
|
||||
"attack": {
|
||||
"label": "Attack",
|
||||
"damage": {
|
||||
"label": "Damage"
|
||||
}
|
||||
"creatureType": {
|
||||
"label": "Type"
|
||||
},
|
||||
"number": {
|
||||
"label": "Number"
|
||||
},
|
||||
"actionTableUuid": {
|
||||
"label": "Action Table"
|
||||
},
|
||||
"description": {
|
||||
"label": "Description"
|
||||
},
|
||||
"special": {
|
||||
"label": "Special"
|
||||
},
|
||||
"notes": {
|
||||
"label": "Notes"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -354,6 +375,27 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Party": {
|
||||
"Members": "Members",
|
||||
"Loot": "Shared Loot",
|
||||
"Credits": "Credits",
|
||||
"MoveUp": "Move Up",
|
||||
"MoveDown": "Move Down",
|
||||
"RemoveMember": "Remove Member",
|
||||
"DropMemberHint": "Drop a Character or Companion actor here to add them to the party.",
|
||||
"DropLootHint": "Drop items here to add them to the shared loot.",
|
||||
"FIELDS": {
|
||||
"memberRefs": {
|
||||
"label": "Members"
|
||||
},
|
||||
"credits": {
|
||||
"label": "Credits"
|
||||
},
|
||||
"notes": {
|
||||
"label": "Notes"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DataModel": {
|
||||
"abilities": {
|
||||
"agility": {
|
||||
@@ -373,6 +415,7 @@
|
||||
"Common": {
|
||||
"Attack": "Attack",
|
||||
"ArmorDie": "Armor Die",
|
||||
"ArmorSave": "Armor Save",
|
||||
"ArtifactId": "Artifact Id",
|
||||
"Broken": "Broken",
|
||||
"BurnedOut": "Burned Out",
|
||||
@@ -383,6 +426,7 @@
|
||||
"Current": "Current",
|
||||
"Damage": "Damage",
|
||||
"Depleted": "Depleted",
|
||||
"Durability": "Durability",
|
||||
"Defense": "Defense",
|
||||
"Delete": "Delete",
|
||||
"Description": "Description",
|
||||
@@ -416,15 +460,23 @@
|
||||
"Unsynchronized": "Unsynchronized",
|
||||
"Usage": "Usage",
|
||||
"UsageDie": "Usage Die",
|
||||
"DurabilityDie": "Durability Die",
|
||||
"RollDurability": "Roll Durability",
|
||||
"Used": "Used",
|
||||
"Value": "Value"
|
||||
"Value": "Value",
|
||||
"Weight": "Weight",
|
||||
"Name": "Name",
|
||||
"Type": "Type"
|
||||
},
|
||||
"Empty": {
|
||||
"NoArtifacts": "No artifacts yet.",
|
||||
"NoEquipment": "No equipment yet.",
|
||||
"NoFeatures": "No features yet.",
|
||||
"NoResonanceCores": "No resonance cores yet.",
|
||||
"NoWeapons": "No weapons yet."
|
||||
"NoTraits": "No traits yet.",
|
||||
"NoWeapons": "No weapons yet.",
|
||||
"NoMembers": "No members yet. Drop a character or companion here.",
|
||||
"NoLoot": "No shared loot yet. Drop items here."
|
||||
},
|
||||
"RulesSnapshot": {
|
||||
"Checks": "Checks use d20 + ability vs DR.",
|
||||
@@ -462,6 +514,8 @@
|
||||
"ItemBroken": "{item} is broken.",
|
||||
"ItemBurnedOut": "{item} is burned out.",
|
||||
"ItemDepleted": "{item} is already depleted.",
|
||||
"ItemDurabilityDepleted": "{item} durability is already depleted.",
|
||||
"NoArmorEquipped": "No armor or shield equipped.",
|
||||
"ResonancePerDayReached": "{actor} has already used all resonations for today.",
|
||||
"ResonationBlocked": "{actor} cannot invoke Resonations — feedback block active (1 hour). Clear it manually once the hour has passed.",
|
||||
"ResonationFeedbackBlocked": "Feedback! {actor} suffers D2 damage (bypasses armor) and cannot invoke Resonations for 1 hour.",
|
||||
@@ -473,6 +527,7 @@
|
||||
"ApplyDamageTo": "Apply {amount} damage to {target}",
|
||||
"AppliedDamageText": "Applied damage: {amount}.",
|
||||
"ArmorAbsorbed": "Armor absorbed {amount}.",
|
||||
"ArmorSave": "Armor Save",
|
||||
"ArmorDegradedCritical": "Critical: {item} armor downgraded to {die}.",
|
||||
"ArmorNothingToDegrade": "Critical: no armor to downgrade.",
|
||||
"AttackFumble": "Attack fumble: the weapon breaks.",
|
||||
@@ -504,6 +559,9 @@
|
||||
"ItemAttackLabel": "{item} Attack",
|
||||
"ItemDamageLabel": "{item} Damage",
|
||||
"ItemNowDepleted": "The item is depleted.",
|
||||
"ItemNowBroken": "The item is now broken.",
|
||||
"ItemDurabilityLabel": "{item} Durability",
|
||||
"DurabilityLabel": "{item} Durability Check",
|
||||
"ItemUsageLabel": "{item} Usage",
|
||||
"MoraleBrokenText": "The actor breaks down and may flee, surrender, or grant +d4 damage to opponents.",
|
||||
"MoraleCheck": "Morale Check",
|
||||
@@ -536,8 +594,10 @@
|
||||
"Mode": {
|
||||
"action": "Action",
|
||||
"apply-damage": "Damage",
|
||||
"armor": "Armor",
|
||||
"check": "Check",
|
||||
"damage": "Damage",
|
||||
"durability": "Durability",
|
||||
"flee": "Fleeing",
|
||||
"generic": "Roll",
|
||||
"morale": "Morale",
|
||||
@@ -573,6 +633,12 @@
|
||||
},
|
||||
"broken": {
|
||||
"label": "Broken"
|
||||
},
|
||||
"durabilityDie": {
|
||||
"label": "Durability Die"
|
||||
},
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -592,6 +658,12 @@
|
||||
},
|
||||
"broken": {
|
||||
"label": "Broken"
|
||||
},
|
||||
"durabilityDie": {
|
||||
"label": "Durability Die"
|
||||
},
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -611,6 +683,12 @@
|
||||
},
|
||||
"broken": {
|
||||
"label": "Broken"
|
||||
},
|
||||
"durabilityDie": {
|
||||
"label": "Durability Die"
|
||||
},
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -636,6 +714,15 @@
|
||||
},
|
||||
"consumable": {
|
||||
"label": "Consumable"
|
||||
},
|
||||
"broken": {
|
||||
"label": "Broken"
|
||||
},
|
||||
"durabilityDie": {
|
||||
"label": "Durability Die"
|
||||
},
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -652,6 +739,15 @@
|
||||
},
|
||||
"burnedOut": {
|
||||
"label": "Burned Out"
|
||||
},
|
||||
"broken": {
|
||||
"label": "Broken"
|
||||
},
|
||||
"durabilityDie": {
|
||||
"label": "Durability Die"
|
||||
},
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -674,6 +770,12 @@
|
||||
},
|
||||
"synchronizedTo": {
|
||||
"label": "Synchronized To"
|
||||
},
|
||||
"durabilityDie": {
|
||||
"label": "Durability Die"
|
||||
},
|
||||
"weight": {
|
||||
"label": "Weight"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -686,13 +788,22 @@
|
||||
"label": "Feature Id"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CreatureTrait": {
|
||||
"Trigger": "Trigger",
|
||||
"TriggerPlaceholder": "e.g. When the creature attacks, on a critical hit…",
|
||||
"FIELDS": {
|
||||
"description": { "label": "Description" },
|
||||
"trigger": { "label": "Trigger" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"TYPES": {
|
||||
"Actor": {
|
||||
"character": "Character",
|
||||
"creature": "Creature",
|
||||
"companion": "Companion"
|
||||
"companion": "Companion",
|
||||
"party": "Party"
|
||||
},
|
||||
"Item": {
|
||||
"weapon": "Weapon",
|
||||
@@ -701,7 +812,8 @@
|
||||
"equipment": "Equipment",
|
||||
"resonance-core": "Resonance Core",
|
||||
"artifact": "Artifact",
|
||||
"feature": "Feature"
|
||||
"feature": "Feature",
|
||||
"creature-trait": "Creature Trait"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user