Skip to content

Commit

Permalink
v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanFalt committed Dec 9, 2024
1 parent aab7025 commit 23dff19
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
15 changes: 12 additions & 3 deletions lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,10 @@
"erasettings": "Ära Einstellungen",
"erasettingshint": "Die Einstellungen der Welt in Bezug auf das Zeitalter",
"darkmodesetting": "Darkmode",
"darkmodesettinghint": "Darkmode hint (requires relogin to Foundry)"
"darkmodesettinghint": "Darkmode hint (requires relogin to Foundry)",
"fifthedwillpowersetting": "Willpower (5th edition only)",
"fifthedwillpowersettinghint": "This is an expansion of the attribute settings that sets how the permanent Willpower is calculated. In 5th edition Willpower is calculated by adding Composure and Resolve. In 20th edition Willpower is a normal stat value.",
"usepenaltydamage": "Use health penalties in damage rolls"
},
"types": {
"mortal": "Sterbliche",
Expand Down Expand Up @@ -1175,6 +1178,7 @@
"other": "Andere",
"both": "Beide",
"nochange": "No Change",
"usewillpower": "Use Willpower",
"bio": {
"wronggeneration": "Keine gültige Generation",
"wrongtempgeneration": "Kann Generation nicht über 4 senken",
Expand Down Expand Up @@ -1266,7 +1270,11 @@
"darkages": "Alte Zeit (20th)",
"infoone": "Eine Änderung dieser Einstellung bedeutet, dass die Fähigkeiten des Bogens neu konfiguriert werden, um dem gewählten Bereich zu entsprechen.",
"infotwo": "Dies kann dazu führen, dass vorhandene Fähigkeiten ausgeblendet werden."
}
},
"power": {
"maxrating": "Max rating on Powers",
"maxratinghint": "This settings set the maximum rating a power can have."
}
},
"trait": {
"meleeweapon": "Aufgelistete Nahkampfwaffe",
Expand Down Expand Up @@ -1567,7 +1575,8 @@
"rollingsoak": "Würfel Absorbation",
"rollingremainactive": "Würfel, um aktiv zu bleiben",
"rollingremainactivetext": "Jeder Erfolg heilt eine Stufe Lebenspunkte von jeder Art von Schaden. Unabhängig davon, wie viel Schaden geheilt wird, gerät der Charakter in einen Berserkerrausch. Ein Werwolf erhält eine Kampfnarbe, wenn er erfolgreich aktiv bleibt.",
"addedautosucc": "Der Wurf addiert {0} automatische Erfolge"
"addedautosucc": "Der Wurf addiert {0} automatische Erfolge",
"usingwillpower": "Using Willpower"
},
"dialog": {
"save": "speichern",
Expand Down
4 changes: 4 additions & 0 deletions module/migration.js
Original file line number Diff line number Diff line change
Expand Up @@ -2385,6 +2385,10 @@ export const updates = async () => {
if (newfunctions == "") {
newfunctions += 'Issues fixed in version:<br />';

if (_compareVersion(installedVersion, '4.1.3')) {
newfunctions += '<li>Adding support for Vampire Classical Era and Age of Living Gods (mortal and vampire sheets). <a href="https://github.com/JohanFalt/Foundry_WoD20/issues/912">[#912]</a></li>';
}

if (_compareVersion(installedVersion, '4.1.2')) {
newfunctions += '<li>Added Realms in the type list as you create/edit Traits (Item).</li>';
newfunctions += '<li>Added so you can set max value of Traits (Item).</li>';
Expand Down
4 changes: 2 additions & 2 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "worldofdarkness",
"title": "World of Darkness 20th edition",
"description": "To play World of Darkness 20th ed. Support for Werewolf the Apocalypse (W20), Mage the Ascension (M20), Vampire the Masquerade (V20), Changeling the Dreaming (C20), Wraith the Oblivion (Wr20), Hunter the Reckoning (HtR) and Demon the Fallen (DtF). Portions of the materials are the copyrights and trademarks of Paradox Interactive AB, and are used with permission. All rights reserved. For more information please visit worldofdarkness.com.",
"version": "4.1.2",
"version": "4.1.3",
"compatibility": {
"minimum": "12",
"verified": "12.331",
Expand Down Expand Up @@ -91,6 +91,6 @@
"url": "https://github.com/JohanFalt/Foundry_WoD20",
"background": "systems/worldofdarkness/assets/img/graphics/wod.png",
"manifest": "https://raw.githubusercontent.com/JohanFalt/Foundry_WoD20/main/system.json",
"download": "https://github.com/JohanFalt/Foundry_WoD20/archive/refs/tags/v4.1.2.zip",
"download": "https://github.com/JohanFalt/Foundry_WoD20/archive/refs/tags/v4.1.3.zip",
"license": "LICENSE.txt"
}

0 comments on commit 23dff19

Please sign in to comment.