Compare commits
No commits in common. "24bb15f50277a4185ad8abf52d78baf84929147d" and "75280e55905626024c8b1ffd642d652fbf33cfb0" have entirely different histories.
24bb15f502
...
75280e5590
|
|
@ -1,50 +0,0 @@
|
||||||
{
|
|
||||||
"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}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "DSA_4-1",
|
"id": "DSA_4-1",
|
||||||
"title": "Das Schwarze Auge 4.1",
|
"title": "Das Schwarze Auge 4.1",
|
||||||
"description": "Noch ein Spielsystem für Das Schwarze Auge 4.1",
|
"description": "Noch ein Spielsystem für Das Schwarze Auge 4.1",
|
||||||
"version": "0.6.1",
|
"version": "0.0.1",
|
||||||
"compatibility": {
|
"compatibility": {
|
||||||
"minimum": 12,
|
"minimum": 12,
|
||||||
"verified": 13
|
"verified": 13
|
||||||
|
|
@ -179,11 +179,6 @@
|
||||||
"lang": "de",
|
"lang": "de",
|
||||||
"name": "Deutsch",
|
"name": "Deutsch",
|
||||||
"path": "lang/de.json"
|
"path": "lang/de.json"
|
||||||
},
|
|
||||||
{
|
|
||||||
"lang": "en",
|
|
||||||
"name": "English",
|
|
||||||
"path": "lang/en.json"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"documentTypes": {
|
"documentTypes": {
|
||||||
|
|
@ -364,5 +359,5 @@
|
||||||
"primaryTokenAttribute": "lep.aktuell",
|
"primaryTokenAttribute": "lep.aktuell",
|
||||||
"url": "https://git.macniel.online/macniel/foundry-dsa41-game",
|
"url": "https://git.macniel.online/macniel/foundry-dsa41-game",
|
||||||
"manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/raw/branch/main/src/system.json",
|
"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.1/release.zip"
|
"download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.0.1/release.zip"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue