feat: display opponent defense in attack/spell rolls and make it adjustable via effects

This makes it so that the Talents “Verletzen” and “Verheerer” can sort of be automated.
Compendium packs have been updated accordingly.
This commit is contained in:
Johannes Loher 2022-11-09 03:02:27 +01:00
parent e55da9a0e6
commit 1e094691ff
20 changed files with 2801 additions and 1670 deletions

View file

@ -28,6 +28,8 @@
"DS4.OpponentDefense": "Gegnerabwehr", "DS4.OpponentDefense": "Gegnerabwehr",
"DS4.OpponentDefenseAbbr": "GA", "DS4.OpponentDefenseAbbr": "GA",
"DS4.SortByOpponentDefense": "Nach Gegnerabwehr sortieren", "DS4.SortByOpponentDefense": "Nach Gegnerabwehr sortieren",
"DS4.OpponentDefenseMelee": "Gegnerabwehr für Schlagen",
"DS4.OpponentDefenseRanged": "Gegnerabwehr für Schießen",
"DS4.AttackTypeMelee": "Schlagen", "DS4.AttackTypeMelee": "Schlagen",
"DS4.AttackTypeRanged": "Schießen", "DS4.AttackTypeRanged": "Schießen",
"DS4.AttackTypeMeleeRanged": "Schlagen + Schießen", "DS4.AttackTypeMeleeRanged": "Schlagen + Schießen",
@ -74,7 +76,9 @@
"DS4.ItemTypeSpecialCreatureAbility": "Besondere Kreaturenfähigkeit", "DS4.ItemTypeSpecialCreatureAbility": "Besondere Kreaturenfähigkeit",
"DS4.ItemTypeSpecialCreatureAbilityPlural": "Besondere Kreaturenfähigkeiten", "DS4.ItemTypeSpecialCreatureAbilityPlural": "Besondere Kreaturenfähigkeiten",
"DS4.ItemWeaponCheckFlavor": "{actor} greift mit {weapon} an.", "DS4.ItemWeaponCheckFlavor": "{actor} greift mit {weapon} an.",
"DS4.ItemWeaponCheckFlavorWithOpponentDefense": "{actor} greift mit {weapon} an.<br>Gegnerabwehr: {opponentDefense}",
"DS4.ItemSpellCheckFlavor": "{actor} wirkt {spell}.", "DS4.ItemSpellCheckFlavor": "{actor} wirkt {spell}.",
"DS4.ItemSpellCheckFlavorWithOpponentDefense": "{actor} wirkt {spell}.<br>Gegnerabwehr: {opponentDefense}",
"DS4.ItemPropertiesArmor": "Panzerungseigenschaften", "DS4.ItemPropertiesArmor": "Panzerungseigenschaften",
"DS4.ItemPropertiesEquipable": "Ausrüstungseigenschaften", "DS4.ItemPropertiesEquipable": "Ausrüstungseigenschaften",
"DS4.ItemPropertiesPhysical": "Physische Eigenschaften", "DS4.ItemPropertiesPhysical": "Physische Eigenschaften",
@ -160,6 +164,8 @@
"DS4.CooldownDuration100R": "100 Kampfrunden", "DS4.CooldownDuration100R": "100 Kampfrunden",
"DS4.CooldownDuration1D": "1 Tag", "DS4.CooldownDuration1D": "1 Tag",
"DS4.CooldownDurationD20D": "W20 Tage", "DS4.CooldownDurationD20D": "W20 Tage",
"DS4.SpellAllowsDefense": "Erlaubt Abwehr",
"DS4.SpellAllowsDefenseDescription": "Ist eine Abwehren-Probe gegen diesen Zauber erlaubt?",
"DS4.SpellMinimumLevel": "Zugangsstufe", "DS4.SpellMinimumLevel": "Zugangsstufe",
"DS4.SpellMinimumLevelDescription": "Die minimale Stufe, ab der ein Zauberwirker den Zauberspruch erlernen kann.", "DS4.SpellMinimumLevelDescription": "Die minimale Stufe, ab der ein Zauberwirker den Zauberspruch erlernen kann.",
"DS4.SpellCasterClassHealer": "Heiler", "DS4.SpellCasterClassHealer": "Heiler",

View file

@ -28,6 +28,8 @@
"DS4.OpponentDefense": "Opponent Defense", "DS4.OpponentDefense": "Opponent Defense",
"DS4.OpponentDefenseAbbr": "OD", "DS4.OpponentDefenseAbbr": "OD",
"DS4.SortByOpponentDefense": "Sort by Opponent Defense", "DS4.SortByOpponentDefense": "Sort by Opponent Defense",
"DS4.OpponentDefenseMelee": "Opponent Defense for melee attacks",
"DS4.OpponentDefenseRanged": "Opponent Defense for ranged attacks",
"DS4.AttackTypeMelee": "Melee", "DS4.AttackTypeMelee": "Melee",
"DS4.AttackTypeRanged": "Ranged", "DS4.AttackTypeRanged": "Ranged",
"DS4.AttackTypeMeleeRanged": "Melee / Ranged", "DS4.AttackTypeMeleeRanged": "Melee / Ranged",
@ -74,7 +76,9 @@
"DS4.ItemTypeSpecialCreatureAbility": "Special Creature Ability", "DS4.ItemTypeSpecialCreatureAbility": "Special Creature Ability",
"DS4.ItemTypeSpecialCreatureAbilityPlural": "Special Creature Abilities", "DS4.ItemTypeSpecialCreatureAbilityPlural": "Special Creature Abilities",
"DS4.ItemWeaponCheckFlavor": "{actor} attacks with {weapon}.", "DS4.ItemWeaponCheckFlavor": "{actor} attacks with {weapon}.",
"DS4.ItemWeaponCheckFlavorWithOpponentDefense": "{actor} attacks with {weapon}<br>Opponent defense: {opponentDefense}",
"DS4.ItemSpellCheckFlavor": "{actor} casts {spell}.", "DS4.ItemSpellCheckFlavor": "{actor} casts {spell}.",
"DS4.ItemSpellCheckFlavorWithOpponentDefense": "{actor} casts {spell}.<br>Opponent Defense: {opponentDefense}",
"DS4.ItemPropertiesArmor": "Armor Properties", "DS4.ItemPropertiesArmor": "Armor Properties",
"DS4.ItemPropertiesEquipable": "Equipment Properties", "DS4.ItemPropertiesEquipable": "Equipment Properties",
"DS4.ItemPropertiesPhysical": "Physical Properties", "DS4.ItemPropertiesPhysical": "Physical Properties",
@ -160,6 +164,8 @@
"DS4.CooldownDuration100R": "100 Rounds", "DS4.CooldownDuration100R": "100 Rounds",
"DS4.CooldownDuration1D": "1 Day", "DS4.CooldownDuration1D": "1 Day",
"DS4.CooldownDurationD20D": "D20 Days", "DS4.CooldownDurationD20D": "D20 Days",
"DS4.SpellAllowsDefense": "Allows Defense",
"DS4.SpellAllowsDefenseDescription": "Ist it alowed to perform a defense check against this spell?",
"DS4.SpellMinimumLevel": "Minimum Level", "DS4.SpellMinimumLevel": "Minimum Level",
"DS4.SpellMinimumLevelDescription": "The minimum level at which a spell caster may learn the spell.", "DS4.SpellMinimumLevelDescription": "The minimum level at which a spell caster may learn the spell.",
"DS4.SpellCasterClassHealer": "Healer", "DS4.SpellCasterClassHealer": "Healer",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -93,7 +93,7 @@
"startTime": null "startTime": null
}, },
"icon": "icons/svg/aura.svg", "icon": "icons/svg/aura.svg",
"label": "Proben mit Agilität -1", "label": "Proben mit Agilität -4",
"transfer": true, "transfer": true,
"flags": {}, "flags": {},
"tint": null "tint": null

View file

@ -124,7 +124,7 @@
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"img": "systems/ds4/assets/icons/official/special-creature-abilities/petrification.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/petrification.png",
"data": { "data": {
"description": "<p>Bei einem erfolgreichen Blickangriff versteinert das Ziel, sofern diesem K&Ouml;R+AU misslingt. Eine Versteinerung kann durch den Zauber Allheilung aufgehoben werden.</p>", "description": "<p>Bei einem erfolgreichen Blickangriff versteinert das Ziel, sofern diesem K&Ouml;R+AU misslingt. Eine Versteinerung kann durch den Zauber @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung} aufgehoben werden.</p>",
"experiencePoints": 50 "experiencePoints": 50
}, },
"effects": [], "effects": [],
@ -158,7 +158,7 @@
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png",
"data": { "data": {
"description": "<p>Pro schadensverursachendem Treffer wird AGI um 1 gesenkt (bei AGI Null ist das Opfer bewegungsunf&auml;hig). Pro Tag oder Anwendung des Zaubers <em>Allheilung</em> wird 1 verlorener Attributspunkt regeneriert.</p>", "description": "<p>Pro schadensverursachendem Treffer wird AGI um 1 gesenkt (bei AGI Null ist das Opfer bewegungsunf&auml;hig). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung}&nbsp;wird 1 verlorener Attributspunkt regeneriert.</p>",
"experiencePoints": 15 "experiencePoints": 15
}, },
"effects": [], "effects": [],
@ -294,7 +294,7 @@
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"img": "systems/ds4/assets/icons/official/special-creature-abilities/charm.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/charm.png",
"data": { "data": {
"description": "<p>Kann Gegner mit einem &bdquo;Lockruf&ldquo; bezaubern. Dieser Zauber funktioniert wie der Zauberspruch <em>Gehorche</em>. Abklingzeit des <em>Lockrufs</em>: 10 Kampfrunden</p>", "description": "<p>Kann Gegner mit einem &bdquo;Lockruf&ldquo; bezaubern. Dieser Zauber funktioniert wie der Zauberspruch @Compendium[ds4.spells.wZYElRaDmhqgzUvQ]{Gehorche}. Abklingzeit des <em>Lockrufs</em>: 10 Kampfrunden</p>",
"experiencePoints": 25 "experiencePoints": 25
}, },
"effects": [], "effects": [],
@ -447,7 +447,7 @@
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png",
"data": { "data": {
"description": "<p>Pro schadensverursachendem Treffer wird K&Ouml;R um 1 gesenkt (bei K&Ouml;R Null ist das Opfer tot). Pro Tag oder Anwendung des Zaubers <em>Allheilung</em> wird 1 verlorener Attributspunkt regeneriert.</p>", "description": "<p>Pro schadensverursachendem Treffer wird K&Ouml;R um 1 gesenkt (bei K&Ouml;R Null ist das Opfer tot). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung}&nbsp;wird 1 verlorener Attributspunkt regeneriert.</p>",
"experiencePoints": 15 "experiencePoints": 15
}, },
"effects": [], "effects": [],
@ -778,7 +778,7 @@
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/attribute-loss.png",
"data": { "data": {
"description": "<p>Pro schadensverursachendem Treffer wird GEI um 1 gesenkt (bei GEI Null ist das Opfer wahnsinnig). Pro Tag oder Anwendung des Zaubers <em>Allheilung</em> wird 1 verlorener Attributspunkt regeneriert.</p>", "description": "<p>Pro schadensverursachendem Treffer wird GEI um 1 gesenkt (bei GEI Null ist das Opfer wahnsinnig). Pro Tag oder Anwendung des Zaubers @Compendium[ds4.spells.pmYcjLXv1EB9bM59]{Allheilung}&nbsp;wird 1 verlorener Attributspunkt regeneriert.</p>",
"experiencePoints": 15 "experiencePoints": 15
}, },
"effects": [], "effects": [],

File diff suppressed because one or more lines are too long

View file

@ -21,6 +21,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "1VAiKGCnqKfNC8AE",
"name": "Waffenloser Meister", "name": "Waffenloser Meister",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -38,8 +39,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "1VAiKGCnqKfNC8AE"
}, },
{ {
"_id": "2ASdMhcx0hN3ZpPc", "_id": "2ASdMhcx0hN3ZpPc",
@ -84,6 +84,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "2zY11r1tKxBzNB0e",
"name": "Mächtige Erweckung", "name": "Mächtige Erweckung",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -101,10 +102,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "2zY11r1tKxBzNB0e"
}, },
{ {
"_id": "3AkPGw4beW52LIAY",
"name": "Rüstträger", "name": "Rüstträger",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -122,8 +123,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "3AkPGw4beW52LIAY"
}, },
{ {
"_id": "42FNsShgm1B6MClC", "_id": "42FNsShgm1B6MClC",
@ -238,6 +238,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "61Dz3XpStwlMfsbL",
"name": "Jäger", "name": "Jäger",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -288,8 +289,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "61Dz3XpStwlMfsbL"
}, },
{ {
"_id": "6YJLvjCIUmhqlaFb", "_id": "6YJLvjCIUmhqlaFb",
@ -313,6 +313,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "6oXmRM21CLfELqKv",
"name": "Verheerer", "name": "Verheerer",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -324,14 +325,41 @@
"mod": 0 "mod": 0
} }
}, },
"effects": [], "effects": [
{
"_id": "aqgIfpGWXYeXn1y6",
"changes": [
{
"key": "data.opponentDefense",
"mode": 2,
"value": "-1"
}
],
"disabled": false,
"duration": {
"startTime": null
},
"icon": "icons/svg/aura.svg",
"label": "Gegnerabwehr bei Zaubern/Zielzaubern -1",
"transfer": true,
"flags": {
"ds4": {
"itemEffectConfig": {
"applyToItems": true,
"itemName": "",
"condition": "'@item.type' === 'spell' && @item.data.allowsDefense"
}
}
},
"tint": null
}
],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "6oXmRM21CLfELqKv"
}, },
{ {
"_id": "6z0JXGEqdzDTWQ7f", "_id": "6z0JXGEqdzDTWQ7f",
@ -474,6 +502,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "8apgKsktW4pyWmMq",
"name": "Hinterhältiger Angriff", "name": "Hinterhältiger Angriff",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -491,8 +520,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "8apgKsktW4pyWmMq"
}, },
{ {
"_id": "8nkrwGAE0HPoAAEm", "_id": "8nkrwGAE0HPoAAEm",
@ -537,6 +565,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "8wHCsoZEQp3rScWe",
"name": "Parade", "name": "Parade",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -554,10 +583,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "8wHCsoZEQp3rScWe"
}, },
{ {
"_id": "9hpucJC8WArBiXUR",
"name": "Tod entrinnen", "name": "Tod entrinnen",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -575,8 +604,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "9hpucJC8WArBiXUR"
}, },
{ {
"_id": "9qdc56F4XTntYoo9", "_id": "9qdc56F4XTntYoo9",
@ -622,7 +650,7 @@
} }
} }
}, },
"tint": "" "tint": null
} }
], ],
"folder": null, "folder": null,
@ -696,6 +724,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "Bp7OVgurG40CR1Mw",
"name": "Knechtschaft", "name": "Knechtschaft",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -713,10 +742,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "Bp7OVgurG40CR1Mw"
}, },
{ {
"_id": "DUexlPzqyH2xPxYP",
"name": "Meister seiner Klasse", "name": "Meister seiner Klasse",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -734,8 +763,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "DUexlPzqyH2xPxYP"
}, },
{ {
"_id": "DZcu8KQFWChBVPRR", "_id": "DZcu8KQFWChBVPRR",
@ -759,6 +787,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "FoY7VbBTatyHOrb8",
"name": "Untote Horden", "name": "Untote Horden",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -776,10 +805,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "FoY7VbBTatyHOrb8"
}, },
{ {
"_id": "G3fbdAorLMCa2hGu",
"name": "Meucheln", "name": "Meucheln",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -797,10 +826,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "G3fbdAorLMCa2hGu"
}, },
{ {
"_id": "GVuVyP3uLw3Fkiwf",
"name": "Prügler", "name": "Prügler",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -818,10 +847,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "GVuVyP3uLw3Fkiwf"
}, },
{ {
"_id": "GWVLcfQ2fm3Hc0zP",
"name": "Schütze", "name": "Schütze",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -872,8 +901,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "GWVLcfQ2fm3Hc0zP"
}, },
{ {
"_id": "HFCY3fxIbeXapRan", "_id": "HFCY3fxIbeXapRan",
@ -918,6 +946,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "IIvsBSAqFFUFqALo",
"name": "Sattelschütze", "name": "Sattelschütze",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -935,10 +964,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "IIvsBSAqFFUFqALo"
}, },
{ {
"_id": "IfyKb7y4YoUTssTs",
"name": "Tiermeister", "name": "Tiermeister",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -984,8 +1013,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "IfyKb7y4YoUTssTs"
}, },
{ {
"_id": "JbGKvhxVEAdczQib", "_id": "JbGKvhxVEAdczQib",
@ -1009,6 +1037,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "JldVU3O4mmDWqk8s",
"name": "Spruchmeister", "name": "Spruchmeister",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1026,8 +1055,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "JldVU3O4mmDWqk8s"
}, },
{ {
"_id": "KgOHPx5oQHKBuVPc", "_id": "KgOHPx5oQHKBuVPc",
@ -1224,6 +1252,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "Mz5glQvRowlF5U8X",
"name": "Manipulator", "name": "Manipulator",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1269,10 +1298,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "Mz5glQvRowlF5U8X"
}, },
{ {
"_id": "NR3BzKbROxHjpGrs",
"name": "Schlossknacker", "name": "Schlossknacker",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1323,10 +1352,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "NR3BzKbROxHjpGrs"
}, },
{ {
"_id": "NSBiWy4FTIu6Y2Vv",
"name": "Präziser Schuss", "name": "Präziser Schuss",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1344,10 +1373,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "NSBiWy4FTIu6Y2Vv"
}, },
{ {
"_id": "Nu7TKGp987s5mHA0",
"name": "Instrument", "name": "Instrument",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1365,8 +1394,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "Nu7TKGp987s5mHA0"
}, },
{ {
"_id": "ODepf0g8Us5jBqLm", "_id": "ODepf0g8Us5jBqLm",
@ -1432,6 +1460,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "Q98LHOFZmKVoafp8",
"name": "Todeskraft", "name": "Todeskraft",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1449,10 +1478,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "Q98LHOFZmKVoafp8"
}, },
{ {
"_id": "QAxxIGpwledNp0n1",
"name": "Panzerung zerschmettern", "name": "Panzerung zerschmettern",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1470,10 +1499,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "QAxxIGpwledNp0n1"
}, },
{ {
"_id": "RJauLusDDQWo77JU",
"name": "Schwimmen", "name": "Schwimmen",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1519,8 +1548,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "RJauLusDDQWo77JU"
}, },
{ {
"_id": "RTLVQgPmjiPDdTFw", "_id": "RTLVQgPmjiPDdTFw",
@ -1544,6 +1572,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "TQG9TbBb9S0nHogC",
"name": "Schnelle Reflexe", "name": "Schnelle Reflexe",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1589,8 +1618,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "TQG9TbBb9S0nHogC"
}, },
{ {
"_id": "UUYS4u0DmEbGzXxI", "_id": "UUYS4u0DmEbGzXxI",
@ -1711,6 +1739,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "WMXI5ckyEdlC29j4",
"name": "Heldenglück", "name": "Heldenglück",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1728,8 +1757,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "WMXI5ckyEdlC29j4"
}, },
{ {
"_id": "Wwvj3V65hIe0JWul", "_id": "Wwvj3V65hIe0JWul",
@ -1753,6 +1781,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "XNjKX9xKkktkwAHk",
"name": "Kann ich mal vorbei?", "name": "Kann ich mal vorbei?",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1770,8 +1799,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "XNjKX9xKkktkwAHk"
}, },
{ {
"_id": "XUyuomVVOxuSSKXl", "_id": "XUyuomVVOxuSSKXl",
@ -1837,6 +1865,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "YPFshcSE5pZS0dto",
"name": "Schmerzhafter Wechsel", "name": "Schmerzhafter Wechsel",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -1854,8 +1883,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "YPFshcSE5pZS0dto"
}, },
{ {
"_id": "ZnT8LMCRqZS3zpJO", "_id": "ZnT8LMCRqZS3zpJO",
@ -1988,6 +2016,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "aojENPok9Guo3JN1",
"name": "Wahrnehmung", "name": "Wahrnehmung",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2053,10 +2082,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "aojENPok9Guo3JN1"
}, },
{ {
"_id": "bA8wUU0bKouuxkQ5",
"name": "Reiten", "name": "Reiten",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2102,10 +2131,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "bA8wUU0bKouuxkQ5"
}, },
{ {
"_id": "bu9alxaRfnzzTyX1",
"name": "Macht des Blutes", "name": "Macht des Blutes",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2123,8 +2152,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "bu9alxaRfnzzTyX1"
}, },
{ {
"_id": "cLkCx5hxP7rVYUqD", "_id": "cLkCx5hxP7rVYUqD",
@ -2169,6 +2197,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "dtynnRNkxg59Nqz4",
"name": "Verletzen", "name": "Verletzen",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2180,16 +2209,44 @@
"mod": 0 "mod": 0
} }
}, },
"effects": [], "effects": [
{
"_id": "x1FVRsSyjHwOfYRs",
"changes": [
{
"key": "data.opponentDefenseForAttackType.melee",
"mode": 2,
"value": "-1"
}
],
"disabled": false,
"duration": {
"startTime": null
},
"icon": "icons/svg/aura.svg",
"label": "Gegnerabwehr bei Nahkampfangriffen -1",
"transfer": true,
"flags": {
"ds4": {
"itemEffectConfig": {
"applyToItems": true,
"itemName": "",
"condition": "'@item.type' === 'weapon' && ('@item.data.attackType' === 'melee' || '@item.data.attackType' === 'meleeRanged')"
}
}
},
"tint": null
}
],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "dtynnRNkxg59Nqz4"
}, },
{ {
"_id": "fIrcapAlXMqto18X",
"name": "Unersättliches Beschwören", "name": "Unersättliches Beschwören",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2207,10 +2264,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "fIrcapAlXMqto18X"
}, },
{ {
"_id": "g4XI9wikUdxoCFNg",
"name": "Ritual der Narben", "name": "Ritual der Narben",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2271,8 +2328,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "g4XI9wikUdxoCFNg"
}, },
{ {
"_id": "gwCc6niwZL45wklE", "_id": "gwCc6niwZL45wklE",
@ -2429,6 +2485,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "iP5aZcqriVLjdVcd",
"name": "Tiergestalt", "name": "Tiergestalt",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2446,10 +2503,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "iP5aZcqriVLjdVcd"
}, },
{ {
"_id": "inRlUNgoiaHm4pf6",
"name": "Verdrücken", "name": "Verdrücken",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2467,10 +2524,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "inRlUNgoiaHm4pf6"
}, },
{ {
"_id": "jmjtmMy7DnG205xR",
"name": "Schlachtruf", "name": "Schlachtruf",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2488,8 +2545,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "jmjtmMy7DnG205xR"
}, },
{ {
"_id": "kZti1KQIbf4UPvI7", "_id": "kZti1KQIbf4UPvI7",
@ -2723,6 +2779,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "ml6GkLIsqDII9Mcp",
"name": "Untote zerschmettern", "name": "Untote zerschmettern",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2740,8 +2797,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "ml6GkLIsqDII9Mcp"
}, },
{ {
"_id": "nMxDermxN1pUziUJ", "_id": "nMxDermxN1pUziUJ",
@ -2765,6 +2821,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "nbDef1IPNyYcXmua",
"name": "Meister aller Klassen", "name": "Meister aller Klassen",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2782,10 +2839,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "nbDef1IPNyYcXmua"
}, },
{ {
"_id": "oxWYfqhbcsDoaaUJ",
"name": "Nekromantie", "name": "Nekromantie",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2831,8 +2888,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "oxWYfqhbcsDoaaUJ"
}, },
{ {
"_id": "pAOP7wkvhtsNIPQ8", "_id": "pAOP7wkvhtsNIPQ8",
@ -2889,6 +2945,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "pC1K0VHWTpaJqwtt",
"name": "Raserei", "name": "Raserei",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2939,10 +2996,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "pC1K0VHWTpaJqwtt"
}, },
{ {
"_id": "pDPVZpnhvlabmcvT",
"name": "Langfinger", "name": "Langfinger",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2960,10 +3017,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "pDPVZpnhvlabmcvT"
}, },
{ {
"_id": "pEH7q5M85j50f45J",
"name": "Mächtige Beschwörung", "name": "Mächtige Beschwörung",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -2981,10 +3038,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "pEH7q5M85j50f45J"
}, },
{ {
"_id": "qnYeR3a3LNUJ329t",
"name": "Zehrender Spurt", "name": "Zehrender Spurt",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3002,10 +3059,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "qnYeR3a3LNUJ329t"
}, },
{ {
"_id": "rCRPchtSJye0K5nt",
"name": "Zauberwaffe", "name": "Zauberwaffe",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3023,10 +3080,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "rCRPchtSJye0K5nt"
}, },
{ {
"_id": "rXXw5aS0pCr5amWa",
"name": "Zwei Waffen", "name": "Zwei Waffen",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3044,10 +3101,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "rXXw5aS0pCr5amWa"
}, },
{ {
"_id": "rbHZFVutiQ25glBq",
"name": "Totenrufer", "name": "Totenrufer",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3065,10 +3122,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "rbHZFVutiQ25glBq"
}, },
{ {
"_id": "s37iJhz4IQVhCWbe",
"name": "Sehnenschneider", "name": "Sehnenschneider",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3086,8 +3143,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "s37iJhz4IQVhCWbe"
}, },
{ {
"_id": "sSKiZ5hdQMBnAYRA", "_id": "sSKiZ5hdQMBnAYRA",
@ -3132,6 +3188,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "soobr7uyQgDm3DoN",
"name": "Stabbindung", "name": "Stabbindung",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3149,10 +3206,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "soobr7uyQgDm3DoN"
}, },
{ {
"_id": "sqGJRKlgFoD2vLCD",
"name": "Heimlichkeit", "name": "Heimlichkeit",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3213,10 +3270,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "sqGJRKlgFoD2vLCD"
}, },
{ {
"_id": "sqWBOfkvuv7ZTrVM",
"name": "Kreiszeichner", "name": "Kreiszeichner",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3234,8 +3291,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "sqWBOfkvuv7ZTrVM"
}, },
{ {
"_id": "srLA4jC8lsZbp3nT", "_id": "srLA4jC8lsZbp3nT",
@ -3280,6 +3336,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "tkLyvmSYvVslMXVE",
"name": "Vertrautenband", "name": "Vertrautenband",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3297,10 +3354,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "tkLyvmSYvVslMXVE"
}, },
{ {
"_id": "tmFeIA1PSVHqGGjx",
"name": "Vernichtender Schlag", "name": "Vernichtender Schlag",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3346,8 +3403,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "tmFeIA1PSVHqGGjx"
}, },
{ {
"_id": "v5axYsQQ2w57Iu4p", "_id": "v5axYsQQ2w57Iu4p",
@ -3399,6 +3455,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "v9ocoi91dKJahAe3",
"name": "Waffenkenner", "name": "Waffenkenner",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3416,8 +3473,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "v9ocoi91dKJahAe3"
}, },
{ {
"_id": "vnEDVqVCsZuf8NYN", "_id": "vnEDVqVCsZuf8NYN",
@ -3462,6 +3518,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "w34myctr1EDmXSPI",
"name": "Herr der Elemente", "name": "Herr der Elemente",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3507,10 +3564,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "w34myctr1EDmXSPI"
}, },
{ {
"_id": "wpZ1LCG8nLu4PSc9",
"name": "Mächtige Herbeirufung", "name": "Mächtige Herbeirufung",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3528,10 +3585,10 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "wpZ1LCG8nLu4PSc9"
}, },
{ {
"_id": "yCHMzXoqCRrNU5Br",
"name": "Schnutz vor Elementen", "name": "Schnutz vor Elementen",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3549,8 +3606,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "yCHMzXoqCRrNU5Br"
}, },
{ {
"_id": "yIcgnr9Xr7Kwocaj", "_id": "yIcgnr9Xr7Kwocaj",
@ -3574,6 +3630,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "yMVciLvr77vbTw6r",
"name": "Magieresistent", "name": "Magieresistent",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3591,8 +3648,7 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "yMVciLvr77vbTw6r"
}, },
{ {
"_id": "zhzVJz6WhSMMeTuY", "_id": "zhzVJz6WhSMMeTuY",
@ -3644,6 +3700,7 @@
"flags": {} "flags": {}
}, },
{ {
"_id": "zvZelUv5qQz3adKN",
"name": "Salve", "name": "Salve",
"type": "talent", "type": "talent",
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
@ -3661,7 +3718,6 @@
"permission": { "permission": {
"default": 0 "default": 0
}, },
"flags": {}, "flags": {}
"_id": "zvZelUv5qQz3adKN"
} }
] ]

View file

@ -16,6 +16,7 @@ const defaultData: DS4SpellDataSourceData = {
numerical: 0, numerical: 0,
complex: "", complex: "",
}, },
allowsDefense: false,
spellGroups: { spellGroups: {
lightning: false, lightning: false,
earth: false, earth: false,

View file

@ -60,8 +60,8 @@ class CheckFactory {
} }
createCheckTargetNumberModifier(): string { createCheckTargetNumberModifier(): string {
const totalCheckTargetNumber = Math.max(this.checkTargetNumber + this.checkModifier, 0); const totalCheckTargetNumber = this.checkTargetNumber + this.checkModifier;
return `v${totalCheckTargetNumber}`; return totalCheckTargetNumber >= 0 ? `v(${this.checkTargetNumber} + ${this.checkModifier})` : "v0";
} }
createCoupFumbleModifier(): string | null { createCoupFumbleModifier(): string | null {

View file

@ -12,4 +12,5 @@ export interface DS4SpellDataProperties {
interface DS4SpellDataPropertiesData extends DS4SpellDataSourceData, DS4ItemDataPropertiesDataRollable { interface DS4SpellDataPropertiesData extends DS4SpellDataSourceData, DS4ItemDataPropertiesDataRollable {
price: number | null; price: number | null;
opponentDefense?: number;
} }

View file

@ -16,6 +16,7 @@ export interface DS4SpellDataSourceData extends DS4ItemDataSourceDataBase, DS4It
numerical: number; numerical: number;
complex: string; complex: string;
}; };
allowsDefense: boolean;
spellGroups: Record<keyof typeof DS4.i18n.spellGroups, boolean>; spellGroups: Record<keyof typeof DS4.i18n.spellGroups, boolean>;
maxDistance: UnitData<DistanceUnit>; maxDistance: UnitData<DistanceUnit>;
effectRadius: UnitData<DistanceUnit>; effectRadius: UnitData<DistanceUnit>;

View file

@ -2,7 +2,7 @@
// //
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
import { createCheckRoll } from "../../../dice/check-factory"; import { createCheckRoll, DS4CheckFactoryOptions } from "../../../dice/check-factory";
import { notifications } from "../../../ui/notifications"; import { notifications } from "../../../ui/notifications";
import { getGame } from "../../../utils/utils"; import { getGame } from "../../../utils/utils";
import { DS4Item } from "../item"; import { DS4Item } from "../item";
@ -12,6 +12,9 @@ export class DS4Spell extends DS4Item {
override prepareDerivedData(): void { override prepareDerivedData(): void {
this.data.data.rollable = this.data.data.equipped; this.data.data.rollable = this.data.data.equipped;
this.data.data.price = calculateSpellPrice(this.data.data); this.data.data.price = calculateSpellPrice(this.data.data);
if (this.data.data.allowsDefense) {
this.data.data.opponentDefense = 0;
}
} }
override async roll(options: { speaker?: { token?: TokenDocument; alias?: string } } = {}): Promise<void> { override async roll(options: { speaker?: { token?: TokenDocument; alias?: string } } = {}): Promise<void> {
@ -42,17 +45,29 @@ export class DS4Spell extends DS4Item {
); );
} }
const spellType = this.data.data.spellType; const spellType = this.data.data.spellType;
const opponentDefense = this.data.data.opponentDefense;
const checkTargetNumber = const checkTargetNumber =
ownerDataData.combatValues[spellType].total + ownerDataData.combatValues[spellType].total +
(hasComplexModifier ? 0 : this.data.data.spellModifier.numerical); (hasComplexModifier ? 0 : this.data.data.spellModifier.numerical);
const speaker = ChatMessage.getSpeaker({ actor: this.actor, ...options.speaker }); const speaker = ChatMessage.getSpeaker({ actor: this.actor, ...options.speaker });
const flavor =
opponentDefense !== undefined && opponentDefense !== 0
? "DS4.ItemSpellCheckFlavorWithOpponentDefense"
: "DS4.ItemSpellCheckFlavor";
const flavorData: DS4CheckFactoryOptions["flavorData"] = {
actor: speaker.alias ?? this.actor.name,
spell: this.name,
};
if (opponentDefense !== undefined && opponentDefense !== 0) {
flavorData.opponentDefense = (opponentDefense < 0 ? "" : "+") + opponentDefense;
}
await createCheckRoll(checkTargetNumber, { await createCheckRoll(checkTargetNumber, {
rollMode: game.settings.get("core", "rollMode"), rollMode: game.settings.get("core", "rollMode"),
maximumCoupResult: ownerDataData.rolling.maximumCoupResult, maximumCoupResult: ownerDataData.rolling.maximumCoupResult,
minimumFumbleResult: ownerDataData.rolling.minimumFumbleResult, minimumFumbleResult: ownerDataData.rolling.minimumFumbleResult,
flavor: "DS4.ItemSpellCheckFlavor", flavor: flavor,
flavorData: { actor: speaker.alias ?? this.actor.name, spell: this.name }, flavorData: flavorData,
speaker, speaker,
}); });

View file

@ -5,7 +5,12 @@
import type { DS4ItemDataPropertiesDataRollable } from "../item-data-properties-base"; import type { DS4ItemDataPropertiesDataRollable } from "../item-data-properties-base";
import type { DS4WeaponDataSourceData } from "./weapon-data-source"; import type { DS4WeaponDataSourceData } from "./weapon-data-source";
interface DS4WeaponDataPropertiesData extends DS4WeaponDataSourceData, DS4ItemDataPropertiesDataRollable {} interface DS4WeaponDataPropertiesData extends DS4WeaponDataSourceData, DS4ItemDataPropertiesDataRollable {
opponentDefenseForAttackType: {
melee?: number;
ranged?: number;
};
}
export interface DS4WeaponDataProperties { export interface DS4WeaponDataProperties {
type: "weapon"; type: "weapon";

View file

@ -3,16 +3,22 @@
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
import { DS4 } from "../../../config"; import { DS4 } from "../../../config";
import { createCheckRoll } from "../../../dice/check-factory"; import { createCheckRoll, DS4CheckFactoryOptions } from "../../../dice/check-factory";
import { notifications } from "../../../ui/notifications"; import { notifications } from "../../../ui/notifications";
import { getGame } from "../../../utils/utils"; import { getGame } from "../../../utils/utils";
import { DS4Item } from "../item"; import { DS4Item } from "../item";
import type { AttackType } from "./weapon-data-source";
export class DS4Weapon extends DS4Item { export class DS4Weapon extends DS4Item {
override prepareDerivedData(): void { override prepareDerivedData(): void {
this.data.data.rollable = this.data.data.equipped; const data = this.data.data;
data.rollable = data.equipped;
data.opponentDefenseForAttackType = {};
if (data.attackType === "melee" || data.attackType === "meleeRanged") {
data.opponentDefenseForAttackType.melee = data.opponentDefense;
}
if (data.attackType === "ranged" || data.attackType === "meleeRanged") {
data.opponentDefenseForAttackType.ranged = data.opponentDefense;
}
} }
override async roll(options: { speaker?: { token?: TokenDocument; alias?: string } } = {}): Promise<void> { override async roll(options: { speaker?: { token?: TokenDocument; alias?: string } } = {}): Promise<void> {
@ -33,26 +39,42 @@ export class DS4Weapon extends DS4Item {
const ownerDataData = this.actor.data.data; const ownerDataData = this.actor.data.data;
const weaponBonus = this.data.data.weaponBonus; const weaponBonus = this.data.data.weaponBonus;
const combatValue = await this.getCombatValueKeyForAttackType(this.data.data.attackType); const attackType = await this.getPerformedAttackType();
const opponentDefense = this.data.data.opponentDefenseForAttackType[attackType];
const combatValue = `${attackType}Attack` as const;
const checkTargetNumber = ownerDataData.combatValues[combatValue].total + weaponBonus; const checkTargetNumber = ownerDataData.combatValues[combatValue].total + weaponBonus;
const speaker = ChatMessage.getSpeaker({ actor: this.actor, ...options.speaker }); const speaker = ChatMessage.getSpeaker({ actor: this.actor, ...options.speaker });
const flavor =
opponentDefense !== undefined && opponentDefense !== 0
? "DS4.ItemWeaponCheckFlavorWithOpponentDefense"
: "DS4.ItemWeaponCheckFlavor";
const flavorData: DS4CheckFactoryOptions["flavorData"] = {
actor: speaker.alias ?? this.actor.name,
weapon: this.name,
};
if (opponentDefense !== undefined && opponentDefense !== 0) {
flavorData.opponentDefense = (opponentDefense < 0 ? "" : "+") + opponentDefense;
}
await createCheckRoll(checkTargetNumber, { await createCheckRoll(checkTargetNumber, {
rollMode: getGame().settings.get("core", "rollMode"), rollMode: getGame().settings.get("core", "rollMode"),
maximumCoupResult: ownerDataData.rolling.maximumCoupResult, maximumCoupResult: ownerDataData.rolling.maximumCoupResult,
minimumFumbleResult: ownerDataData.rolling.minimumFumbleResult, minimumFumbleResult: ownerDataData.rolling.minimumFumbleResult,
flavor: "DS4.ItemWeaponCheckFlavor",
flavorData: { actor: speaker.alias ?? this.actor.name, weapon: this.name },
speaker, speaker,
flavor,
flavorData,
}); });
Hooks.callAll("ds4.rollItem", this); Hooks.callAll("ds4.rollItem", this);
} }
private async getCombatValueKeyForAttackType(attackType: AttackType): Promise<"meleeAttack" | "rangedAttack"> { private async getPerformedAttackType(): Promise<"melee" | "ranged"> {
if (attackType === "meleeRanged") { if (this.data.data.attackType !== "meleeRanged") {
return this.data.data.attackType;
}
const { melee, ranged } = { ...DS4.i18n.attackTypes }; const { melee, ranged } = { ...DS4.i18n.attackTypes };
const identifier = "attack-type-selection"; const identifier = `attack-type-selection-${foundry.utils.randomID()}`;
return Dialog.prompt({ return Dialog.prompt({
title: getGame().i18n.localize("DS4.DialogAttackTypeSelection"), title: getGame().i18n.localize("DS4.DialogAttackTypeSelection"),
content: await renderTemplate("systems/ds4/templates/dialogs/simple-select-form.hbs", { content: await renderTemplate("systems/ds4/templates/dialogs/simple-select-form.hbs", {
@ -75,12 +97,9 @@ export class DS4Weapon extends DS4Item {
}), }),
); );
} }
return `${selectedAttackType}Attack` as const; return selectedAttackType;
}, },
}); });
} else {
return `${attackType}Attack` as const;
}
} }
} }

39
src/migration/007.ts Normal file
View file

@ -0,0 +1,39 @@
// SPDX-FileCopyrightText: 2022 Johannes Loher
//
// SPDX-License-Identifier: MIT
import {
getActorUpdateDataGetter,
getCompendiumMigrator,
getSceneUpdateDataGetter,
migrateActors,
migrateCompendiums,
migrateItems,
migrateScenes,
} from "./migrationHelpers";
async function migrate(): Promise<void> {
await migrateItems(getItemUpdateData);
await migrateActors(getActorUpdateData);
await migrateScenes(getSceneUpdateData);
await migrateCompendiums(migrateCompendium);
}
function getItemUpdateData(itemData: Partial<foundry.data.ItemData["_source"]>) {
if (itemData.type !== "spell") return;
return {
data: {
allowsDefense: false,
},
};
}
const getActorUpdateData = getActorUpdateDataGetter(getItemUpdateData);
const getSceneUpdateData = getSceneUpdateDataGetter(getActorUpdateData);
const migrateCompendium = getCompendiumMigrator({ getItemUpdateData, getActorUpdateData, getSceneUpdateData });
export const migration = {
migrate,
migrateCompendium,
};

View file

@ -11,13 +11,14 @@ import { migration as migration003 } from "./003";
import { migration as migration004 } from "./004"; import { migration as migration004 } from "./004";
import { migration as migration005 } from "./005"; import { migration as migration005 } from "./005";
import { migration as migration006 } from "./006"; import { migration as migration006 } from "./006";
import { migration as migration007 } from "./007";
async function migrate(): Promise<void> { async function migrate(): Promise<void> {
if (!getGame().user?.isGM) { if (!getGame().user?.isGM) {
return; return;
} }
const oldMigrationVersion = getGame().settings.get("ds4", "systemMigrationVersion"); const oldMigrationVersion = getCurrentMigrationVersion();
const targetMigrationVersion = migrations.length; const targetMigrationVersion = migrations.length;
@ -127,6 +128,10 @@ async function migrateCompendiumFromTo(
} }
} }
function getCurrentMigrationVersion(): number {
return getGame().settings.get("ds4", "systemMigrationVersion");
}
function getTargetMigrationVersion(): number { function getTargetMigrationVersion(): number {
return migrations.length; return migrations.length;
} }
@ -136,7 +141,15 @@ interface Migration {
migrateCompendium: (pack: CompendiumCollection<CompendiumCollection.Metadata>) => Promise<void>; migrateCompendium: (pack: CompendiumCollection<CompendiumCollection.Metadata>) => Promise<void>;
} }
const migrations: Migration[] = [migration001, migration002, migration003, migration004, migration005, migration006]; const migrations: Migration[] = [
migration001,
migration002,
migration003,
migration004,
migration005,
migration006,
migration007,
];
function isFirstWorldStart(migrationVersion: number): boolean { function isFirstWorldStart(migrationVersion: number): boolean {
return migrationVersion < 0; return migrationVersion < 0;
@ -145,6 +158,7 @@ function isFirstWorldStart(migrationVersion: number): boolean {
export const migration = { export const migration = {
migrate, migrate,
migrateFromTo, migrateFromTo,
getCurrentMigrationVersion,
getTargetMigrationVersion, getTargetMigrationVersion,
migrateCompendiumFromTo, migrateCompendiumFromTo,
}; };

View file

@ -177,6 +177,7 @@
"numerical": 0, "numerical": 0,
"complex": "" "complex": ""
}, },
"allowsDefense": false,
"spellGroups": { "spellGroups": {
"lightning": false, "lightning": false,
"earth": false, "earth": false,

View file

@ -36,14 +36,26 @@ SPDX-License-Identifier: MIT
hasQuantity=true}} hasQuantity=true}}
{{!-- attack type --}} {{!-- attack type --}}
<img class="ds4-embedded-document-list__image" <img class="ds4-embedded-document-list__image"
src="{{lookup ../../config.icons.attackTypes itemData.data.attackType}}" src="{{lookup @root/config.icons.attackTypes itemData.data.attackType}}"
title="{{lookup ../../config.i18n.attackTypes itemData.data.attackType}}" /> title="{{lookup @root/config.i18n.attackTypes itemData.data.attackType}}" />
{{!-- weapon bonus --}} {{!-- weapon bonus --}}
<div>{{ itemData.data.weaponBonus}}</div> <div>{{ itemData.data.weaponBonus}}</div>
{{!-- opponent defense --}} {{!-- opponent defense --}}
<div>{{ itemData.data.opponentDefense}}</div> <div>
{{#if itemData.data.opponentDefenseForAttackType.melee includeZero=true}}
{{#if itemData.data.opponentDefenseForAttackType.ranged includeZero=true}}
<span
title="{{localize 'DS4.OpponentDefenseMelee'}}">{{itemData.data.opponentDefenseForAttackType.melee}}</span>/<span
title="{{localize 'DS4.OpponentDefenseRanged'}}">{{itemData.data.opponentDefenseForAttackType.ranged}}</span>
{{else}}
{{itemData.data.opponentDefenseForAttackType.melee}}
{{/if}}
{{else}}
{{itemData.data.opponentDefenseForAttackType.ranged}}
{{/if}}
</div>
{{/systems/ds4/templates/sheets/actor/components/item-list-entry.hbs}} {{/systems/ds4/templates/sheets/actor/components/item-list-entry.hbs}}
{{/each}} {{/each}}
</ol> </ol>
@ -76,13 +88,13 @@ documentType='item' type='weapon'}}
{{#> systems/ds4/templates/sheets/actor/components/item-list-entry.hbs itemData=itemData isEquipable=true {{#> systems/ds4/templates/sheets/actor/components/item-list-entry.hbs itemData=itemData isEquipable=true
hasQuantity=true}} hasQuantity=true}}
{{!-- armor material type --}} {{!-- armor material type --}}
<div title="{{lookup ../../config.i18n.armorMaterialTypes itemData.data.armorMaterialType}}"> <div title="{{lookup @root/config.i18n.armorMaterialTypes itemData.data.armorMaterialType}}">
{{lookup ../../config.i18n.armorMaterialTypesAbbr itemData.data.armorMaterialType}} {{lookup @root/config.i18n.armorMaterialTypesAbbr itemData.data.armorMaterialType}}
</div> </div>
{{!-- armor type --}} {{!-- armor type --}}
<div title="{{lookup ../../config.i18n.armorTypes itemData.data.armorType}}"> <div title="{{lookup @root/config.i18n.armorTypes itemData.data.armorType}}">
{{lookup ../../config.i18n.armorTypesAbbr itemData.data.armorType}} {{lookup @root/config.i18n.armorTypesAbbr itemData.data.armorType}}
</div> </div>
{{!-- armor value --}} {{!-- armor value --}}

View file

@ -105,6 +105,14 @@ SPDX-License-Identifier: MIT
{{/each}} {{/each}}
</div> </div>
</div> </div>
<div class="form-group">
<label for="data.allowsDefense-{{data._id}}" title="{{localize 'DS4.SpellAllowsDefenseDescription'}}">{{localize
"DS4.SpellAllowsDefense"}}</label>
<div class="form-fields">
<input id="data.allowsDefense-{{data._id}}" data-dtype="Boolean" type="checkbox" name="data.allowsDefense"
{{checked data.data.allowsDefense}} />
</div>
</div>
<div class="form-group slim"> <div class="form-group slim">
<label title="{{localize 'DS4.SpellMinimumLevelDescription'}}">{{localize "DS4.SpellMinimumLevel"}}</label> <label title="{{localize 'DS4.SpellMinimumLevelDescription'}}">{{localize "DS4.SpellMinimumLevel"}}</label>
<div class="form-fields"> <div class="form-fields">