initial commit

This commit is contained in:
CPTN Cosmo 2026-04-26 21:01:44 +02:00
commit 7246e3f892
10 changed files with 1728 additions and 0 deletions

71
lang/en.json Normal file
View file

@ -0,0 +1,71 @@
{
"DAGGERHEART": {
"CONFIG": {
"DamageType": {
"magical": {
"name": "Tech",
"abbreviation": "TECH"
},
"magicalDamage": "Tech Damage"
},
"ArmorFeature": {
"magical": {
"name": "Tech",
"description": "You can't mark an Armor Slot to reduce tech damage.",
"effects": {
"magical": {
"name": "Tech",
"description": "You can't mark an Armor Slot to reduce tech damage."
}
}
}
}
},
"GENERAL": {
"Damage": {
"magicalDamage": "Tech Damage"
},
"DamageResistance": {
"magicalResistance": {
"label": "Damage Resistance: Tech",
"hint": "Tech Damage is halved if this is set to 1"
},
"magicalImmunity": {
"label": "Damage Immunity: Tech",
"hint": "Immune to Tech Damage if this is set to 1"
},
"magicalReduction": {
"label": "Damage Reduction: Tech",
"hint": "Tech Damage is reduced by the amount set here"
}
},
"Rules": {
"damageReduction": {
"magical": {
"label": "Damage Reduction: Only Tech",
"hint": "Armor can only be used to reduce tech damage"
},
"reduceSeverity": {
"magical": {
"label": "Reduce Damage Severity: Tech",
"hint": "Lowers any tech damage received by the set amount of severity degrees"
}
}
}
}
},
"ITEMS": {
"Ikonis": {
"Label": "Ikonis",
"Bonded": "Bonded",
"BondedHint": "Gain a bonus to your damage rolls equal to your level.",
"Augments": "Augments",
"AugmentSlots": "Augment Slots",
"Trait": "Trait",
"Range": "Range",
"Damage": "Damage",
"Motherboard": "Ikonis"
}
}
}
}