Add effects and tabs

This commit is contained in:
2025-12-13 21:13:26 +01:00
parent 809a7b80c2
commit 65dfb3ddff
13 changed files with 1146 additions and 27 deletions
+101 -5
View File
@@ -682,9 +682,19 @@
"heavy": "Heavy Armor"
},
"WeaponGroup": {
"shortsword": "Shortsword",
"longsword": "Longsword",
"warhammer": "Warhammer",
"greatsword": "Greatsword",
"handaxe": "Handaxe",
"battleaxe": "Battleaxe",
"greataxe": "Greataxe",
"club": "Club",
"mace": "Mace",
"greatMaul": "Great Maul",
"javelin": "Javelin",
"spear": "Spear",
"longSpear": "Long Spear",
"warhammer": "Warhammer",
"dagger": "Dagger",
"crossbow": "Crossbow",
"longbow": "Longbow"
@@ -1032,10 +1042,10 @@
"Warning": {},
"Weapon": {
"Type": {
"light": "Light Weapon",
"oneHanded": "One-Handed Weapon",
"heavy": "Heavy Weapon",
"projectile": "Projectile Weapon"
"light": "Light",
"oneHanded": "One-Handed",
"heavy": "Heavy",
"projectile": "Projectile"
},
"Group": {
"longsword": "Longsword",
@@ -1045,6 +1055,42 @@
"crossbow": "Crossbow",
"longbow": "Longbow"
},
"Passive": {
"quickBlade": "Quick Blade",
"turningEdge": "Turning Edge",
"cleave": "Cleave",
"throwingAxe": "Throwing Axe",
"shieldEater": "Shield Eater",
"devastatingBlow": "Devastating Blow",
"stun": "Stun",
"armorBreaker": "Armor Breaker",
"earthshatter": "Earthshatter",
"piercingThrow": "Piercing Throw",
"reach": "Reach",
"extendedReach": "Extended Reach",
"puncturingBlows": "Puncturing Blows",
"balancingStance": "Balancing Stance",
"boltlock": "Boltlock",
"volleyFire": "Volley Fire"
},
"PassiveDescription": {
"quickBlade": "Your attacks with shortswords cost 1 less APC (minimum 1).",
"turningEdge": "When you successfully parry an attack, you may immediately make a free attack against the attacker.",
"cleave": "When you kill an enemy, you may make a free attack against an adjacent enemy.",
"throwingAxe": "Handaxes can be thrown with a range of 20/60 feet.",
"shieldEater": "Your attacks ignore shield bonuses to defense.",
"devastatingBlow": "Your critical hits deal maximum damage instead of rolling.",
"stun": "When you hit with a club, the target must make a CON save or be stunned until the end of their next turn.",
"armorBreaker": "Your attacks ignore 3 points of armor.",
"earthshatter": "When you hit with a great maul, all enemies within 5 feet must make a DEX save or be knocked prone.",
"piercingThrow": "Your javelin throws ignore cover and deal +2 damage.",
"reach": "Your spear attacks have 10 feet of reach.",
"extendedReach": "Your long spear attacks have 15 feet of reach.",
"puncturingBlows": "Your attacks ignore 2 points of armor.",
"balancingStance": "You gain +1 to defense when wielding a dagger.",
"boltlock": "Reloading costs 0 APC instead of the normal reload cost.",
"volleyFire": "You may attack two targets with a single attack action."
},
"DamageType": {
"piercing": "Piercing",
"bludgeoning": "Bludgeoning",
@@ -1229,6 +1275,56 @@
"label": "Class Features"
}
}
},
"Settings": {
"customWeaponTypes": {
"name": "Custom Weapon Types",
"hint": "Custom weapon types configured for this world"
},
"customWeaponGroups": {
"name": "Custom Weapon Groups",
"hint": "Custom weapon groups configured for this world"
},
"weaponTypesConfig": {
"name": "Weapon Types Configuration",
"hint": "Configure weapon types and weapon groups",
"label": "Configure Weapons",
"title": "Weapon Types & Groups Configuration"
},
"tabs": {
"weaponTypes": "Weapon Types",
"weaponGroups": "Weapon Groups"
},
"weaponTypes": {
"header": "Weapon Types"
},
"weaponType": {
"id": "ID",
"label": "Label",
"apc": "Action Point Cost",
"hands": "Hands Required"
},
"weaponGroups": {
"header": "Weapon Groups"
},
"weaponGroup": {
"id": "ID",
"label": "Label",
"passive": "Passive ID",
"passiveLabel": "Passive Label",
"passiveDescription": "Passive Description"
},
"addWeaponType": "Add Weapon Type",
"deleteWeaponType": "Delete Weapon Type",
"addWeaponGroup": "Add Weapon Group",
"deleteWeaponGroup": "Delete Weapon Group",
"resetDefaults": "Reset to Defaults",
"save": "Save Changes",
"weaponTypesSaved": "Weapon types and groups saved successfully",
"resetConfirm": {
"title": "Reset to Defaults?",
"content": "This will reset all weapon types and groups to their default values. Are you sure?"
}
}
},
"TYPES": {