From 468984a83bd1696000878081fbb005b6c3c0acda Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Nov 2025 23:35:11 +0100 Subject: [PATCH 1/3] auto commit --- src/system.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system.json b/src/system.json index cbf3073a..4e5b5728 100644 --- a/src/system.json +++ b/src/system.json @@ -2,7 +2,7 @@ "id": "DSA_4-1", "title": "Das Schwarze Auge 4.1", "description": "Noch ein Spielsystem für Das Schwarze Auge 4.1", - "version": "0.6.0", + "version": "0.6.1", "compatibility": { "minimum": 12, "verified": 13 @@ -359,5 +359,5 @@ "primaryTokenAttribute": "lep.aktuell", "url": "https://git.macniel.online/macniel/foundry-dsa41-game", "manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/raw/branch/main/src/system.json", - "download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.6.0/release.zip" + "download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.6.1/release.zip" } From 4a9bfe2865ab8c76499856be2a98300033b78c4f Mon Sep 17 00:00:00 2001 From: macniel Date: Wed, 19 Nov 2025 16:13:53 +0100 Subject: [PATCH 2/3] adds english language file --- src/lang/en.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/lang/en.json diff --git a/src/lang/en.json b/src/lang/en.json new file mode 100644 index 00000000..4236611f --- /dev/null +++ b/src/lang/en.json @@ -0,0 +1,50 @@ +{ + "TYPES": { + "Actor": { + "Character": "Hero", + "Creature": "Creature", + "Group": "Adventure Group", + "Merchant": "Merchant" + }, + "Item": { + "ActiveEffect": "Active Effect", + "Equipment": "Equipment", + "Skill": "Skill", + "Advantage": "Dis-/advantage", + "SpecialAbility": "Special Ability", + "Spell": "Spell", + "Liturgy": "Liturgy", + "Species": "Species", + "Culture": "Culture", + "Profession": "Profession" + } + }, + "COOLDOWN": { + "cancel": "cancel {t}" + }, + "WEAPON": { + "attack": "Attack with {weapon}", + "parry": "Parry with {weapon}", + "damage": "Deal damage with {weapon}", + "initiative": "Roll initiative" + }, + "COMBAT_DIALOG": { + "notReadyReason": { + "title": "Attack can't be executed due to:", + "noTarget": "No Target selected", + "noWeapon": "No Weapon selected", + "noSkill": "No Skill selected", + "noManeuver": "No Maneuver selected", + "impossible": "Difficulty exceeds Skill Value" + } + }, + "COMBAT_DIALOG_TP": { + "windowTitle": "Roll Damage", + "regularFormula": "Damage formula:", + "bonusDamage": "Additional damage formula:", + "buttonText": "Roll Dice" + }, + "ITEM_BROWSER": { + "progress": "{current}/{max}: imported from {compendium}" + } +} From 9727d7bc3aebd7b76194b10a4194786813ed9125 Mon Sep 17 00:00:00 2001 From: macniel Date: Wed, 19 Nov 2025 16:14:35 +0100 Subject: [PATCH 3/3] src/system.json aktualisiert --- src/system.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/system.json b/src/system.json index 4e5b5728..c03ccdfa 100644 --- a/src/system.json +++ b/src/system.json @@ -179,7 +179,13 @@ "lang": "de", "name": "Deutsch", "path": "lang/de.json" + }, + { + "lang": "en", + "name": "English", + "path": "lang/en.json" } + ], "documentTypes": { "Actor": {