chore: reformat with 2 spaces and single quotes #115

Merged
saluu merged 1 commit from reformat into main 2023-07-10 22:37:16 +02:00
1577 changed files with 70010 additions and 70042 deletions

View file

@ -3,13 +3,13 @@
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT
module.exports = { module.exports = {
parser: "@typescript-eslint/parser", parser: "@typescript-eslint/parser",
parserOptions: { ecmaVersion: 2020, sourceType: "module" }, parserOptions: { ecmaVersion: 2020, sourceType: "module" },
env: { browser: true }, env: { browser: true },
extends: ["plugin:@typescript-eslint/recommended", "prettier"], extends: ["plugin:@typescript-eslint/recommended", "prettier"],
plugins: ["@typescript-eslint"], plugins: ["@typescript-eslint"],
overrides: [ overrides: [
{ files: ["./*.cjs"], rules: { "@typescript-eslint/no-var-requires": "off" } }, { files: ["./*.cjs"], rules: { "@typescript-eslint/no-var-requires": "off" } },
{ files: ["./spec/**/*"], env: { browser: false } }, { files: ["./spec/**/*"], env: { browser: false } },
], ],
}; };

View file

@ -1,11 +0,0 @@
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: false,
printWidth: 120,
tabWidth: 4,
};

11
.prettierrc.js Normal file
View file

@ -0,0 +1,11 @@
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
export default {
semi: true,
trailingComma: "all",
singleQuote: false,
printWidth: 120,
tabWidth: 2,
};

View file

@ -1,8 +1,8 @@
{ {
"compilerOptions": { "compilerOptions": {
"module": "es2022", "module": "es2022",
"target": "ES2022" "target": "ES2022"
}, },
"exclude": ["node_modules", "dist"], "exclude": ["node_modules", "dist"],
"include": ["src", "client", "common"] "include": ["src", "client", "common"]
} }

View file

@ -1,391 +1,391 @@
{ {
"DS4.UserInteractionAdd": "Neu", "DS4.UserInteractionAdd": "Neu",
"DS4.UserInteractionAddItemTitle": "Item Erstellen", "DS4.UserInteractionAddItemTitle": "Item Erstellen",
"DS4.UserInteractionEditItemTitle": "Item Bearbeiten", "DS4.UserInteractionEditItemTitle": "Item Bearbeiten",
"DS4.UserInteractionDeleteItemTitle": "Item Löschen", "DS4.UserInteractionDeleteItemTitle": "Item Löschen",
"DS4.UserInteractionAddEffectTitle": "Effekt Erstellen", "DS4.UserInteractionAddEffectTitle": "Effekt Erstellen",
"DS4.UserInteractionEditEffectTitle": "Effekt Bearbeiten", "DS4.UserInteractionEditEffectTitle": "Effekt Bearbeiten",
"DS4.UserInteractionDeleteEffectTitle": "Effekt Löschen", "DS4.UserInteractionDeleteEffectTitle": "Effekt Löschen",
"DS4.DocumentImageAltText": "Bild von {name}", "DS4.DocumentImageAltText": "Bild von {name}",
"DS4.RollableImageRollableTitle": "Für {name} würfeln", "DS4.RollableImageRollableTitle": "Für {name} würfeln",
"DS4.DiceOverlayImageAltText": "Bild eines W20", "DS4.DiceOverlayImageAltText": "Bild eines W20",
"DS4.HeadingValues": "Werte", "DS4.HeadingValues": "Werte",
"DS4.HeadingBiography": "Biografie", "DS4.HeadingBiography": "Biografie",
"DS4.HeadingProperties": "Eigenschaften", "DS4.HeadingProperties": "Eigenschaften",
"DS4.HeadingEffects": "Effekte", "DS4.HeadingEffects": "Effekte",
"DS4.HeadingInventory": "Inventar", "DS4.HeadingInventory": "Inventar",
"DS4.HeadingAbilities": "Fähigkeiten", "DS4.HeadingAbilities": "Fähigkeiten",
"DS4.HeadingSpells": "Zaubersprüche", "DS4.HeadingSpells": "Zaubersprüche",
"DS4.HeadingDescription": "Beschreibung", "DS4.HeadingDescription": "Beschreibung",
"DS4.AttackType": "Angriffsart", "DS4.AttackType": "Angriffsart",
"DS4.AttackTypeAbbr": "AA", "DS4.AttackTypeAbbr": "AA",
"DS4.SortByAttackType": "Nach Angriffsart sortieren", "DS4.SortByAttackType": "Nach Angriffsart sortieren",
"DS4.DialogAttackTypeSelection": "Welche Angriffsart?", "DS4.DialogAttackTypeSelection": "Welche Angriffsart?",
"DS4.DialogAttributeTraitSelection": "Welches Attribut und welche Eigenschaft?", "DS4.DialogAttributeTraitSelection": "Welches Attribut und welche Eigenschaft?",
"DS4.WeaponBonus": "Waffenbonus", "DS4.WeaponBonus": "Waffenbonus",
"DS4.WeaponBonusAbbr": "WB", "DS4.WeaponBonusAbbr": "WB",
"DS4.SortByWeaponBonus": "Nach Waffenbonus sortieren", "DS4.SortByWeaponBonus": "Nach Waffenbonus sortieren",
"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.OpponentDefenseMelee": "Gegnerabwehr für Schlagen",
"DS4.OpponentDefenseRanged": "Gegnerabwehr für Schießen", "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",
"DS4.Description": "Beschreibung", "DS4.Description": "Beschreibung",
"DS4.SortByDescription": "Nach Beschreibung sortieren", "DS4.SortByDescription": "Nach Beschreibung sortieren",
"DS4.Quantity": "Menge", "DS4.Quantity": "Menge",
"DS4.SortByQuantity": "Nach Menge sortieren", "DS4.SortByQuantity": "Nach Menge sortieren",
"DS4.PriceGold": "Preis (Gold)", "DS4.PriceGold": "Preis (Gold)",
"DS4.StorageLocation": "Wo gelagert", "DS4.StorageLocation": "Wo gelagert",
"DS4.SortByStorageLocation": "Nach Lagerungsort sortieren", "DS4.SortByStorageLocation": "Nach Lagerungsort sortieren",
"DS4.ItemEquipped": "Ausgerüstet", "DS4.ItemEquipped": "Ausgerüstet",
"DS4.ItemEquippedAbbr": "A", "DS4.ItemEquippedAbbr": "A",
"DS4.SortByItemEquipped": "Nach Ausgerüstet sortieren", "DS4.SortByItemEquipped": "Nach Ausgerüstet sortieren",
"DS4.ItemAvailability": "Verfügbarkeit", "DS4.ItemAvailability": "Verfügbarkeit",
"DS4.ItemAvailabilityHamlet": "Dorf", "DS4.ItemAvailabilityHamlet": "Dorf",
"DS4.ItemAvailabilityVilage": "Kleinstadt", "DS4.ItemAvailabilityVilage": "Kleinstadt",
"DS4.ItemAvailabilityCity": "Großstadt", "DS4.ItemAvailabilityCity": "Großstadt",
"DS4.ItemAvailabilityElves": "Elfen", "DS4.ItemAvailabilityElves": "Elfen",
"DS4.ItemAvailabilityDwarves": "Zwerge", "DS4.ItemAvailabilityDwarves": "Zwerge",
"DS4.ItemAvailabilityUnset": "nicht gesetzt", "DS4.ItemAvailabilityUnset": "nicht gesetzt",
"DS4.ItemAvailabilityNowhere": "nirgendwo", "DS4.ItemAvailabilityNowhere": "nirgendwo",
"DS4.ItemName": "Name", "DS4.ItemName": "Name",
"DS4.SortByItemName": "Nach Name sortieren", "DS4.SortByItemName": "Nach Name sortieren",
"DS4.ItemTypeWeapon": "Waffe", "DS4.ItemTypeWeapon": "Waffe",
"DS4.ItemTypeWeaponPlural": "Waffen", "DS4.ItemTypeWeaponPlural": "Waffen",
"DS4.ItemTypeArmor": "Panzerung", "DS4.ItemTypeArmor": "Panzerung",
"DS4.ItemTypeArmorPlural": "Panzerungen", "DS4.ItemTypeArmorPlural": "Panzerungen",
"DS4.ItemTypeShield": "Schild", "DS4.ItemTypeShield": "Schild",
"DS4.ItemTypeShieldPlural": "Schilde", "DS4.ItemTypeShieldPlural": "Schilde",
"DS4.ItemTypeSpell": "Zauberspruch", "DS4.ItemTypeSpell": "Zauberspruch",
"DS4.ItemTypeSpellPlural": "Zaubersprüche", "DS4.ItemTypeSpellPlural": "Zaubersprüche",
"DS4.ItemTypeEquipment": "Ausrüstung", "DS4.ItemTypeEquipment": "Ausrüstung",
"DS4.ItemTypeEquipmentPlural": "Ausrüstung", "DS4.ItemTypeEquipmentPlural": "Ausrüstung",
"DS4.ItemTypeLoot": "Beute", "DS4.ItemTypeLoot": "Beute",
"DS4.ItemTypeLootPlural": "Beute", "DS4.ItemTypeLootPlural": "Beute",
"DS4.ItemTypeTalent": "Talent", "DS4.ItemTypeTalent": "Talent",
"DS4.ItemTypeTalentPlural": "Talente", "DS4.ItemTypeTalentPlural": "Talente",
"DS4.ItemTypeRacialAbility": "Volksfähigkeit", "DS4.ItemTypeRacialAbility": "Volksfähigkeit",
"DS4.ItemTypeRacialAbilityPlural": "Volksfähigkeiten", "DS4.ItemTypeRacialAbilityPlural": "Volksfähigkeiten",
"DS4.ItemTypeLanguage": "Sprache", "DS4.ItemTypeLanguage": "Sprache",
"DS4.ItemTypeLanguagePlural": "Sprachen", "DS4.ItemTypeLanguagePlural": "Sprachen",
"DS4.ItemTypeAlphabet": "Schriftzeichen", "DS4.ItemTypeAlphabet": "Schriftzeichen",
"DS4.ItemTypeAlphabetPlural": "Schriftzeichen", "DS4.ItemTypeAlphabetPlural": "Schriftzeichen",
"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.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.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",
"DS4.ItemPropertiesProtective": "Schützende Eigenschaften", "DS4.ItemPropertiesProtective": "Schützende Eigenschaften",
"DS4.ItemPropertiesSpecialCreatureAbility": "Besondere Kreaturenfähigkeitseigenschaften", "DS4.ItemPropertiesSpecialCreatureAbility": "Besondere Kreaturenfähigkeitseigenschaften",
"DS4.ItemPropertiesSpell": "Zaubereigenschaften", "DS4.ItemPropertiesSpell": "Zaubereigenschaften",
"DS4.ItemPropertiesTalent": "Talenteigenschaften", "DS4.ItemPropertiesTalent": "Talenteigenschaften",
"DS4.ItemPropertiesWeapon": "Waffeneigenschaften", "DS4.ItemPropertiesWeapon": "Waffeneigenschaften",
"DS4.ArmorType": "Panzerungstyp", "DS4.ArmorType": "Panzerungstyp",
"DS4.ArmorTypeAbbr": "PAT", "DS4.ArmorTypeAbbr": "PAT",
"DS4.SortByArmorType": "Nach Panzerungstyp sortieren", "DS4.SortByArmorType": "Nach Panzerungstyp sortieren",
"DS4.ArmorMaterialType": "Materialtyp", "DS4.ArmorMaterialType": "Materialtyp",
"DS4.ArmorMaterialTypeAbbr": "Mat.", "DS4.ArmorMaterialTypeAbbr": "Mat.",
"DS4.SortByArmorMaterialType": "Nach Materialtyp sortieren", "DS4.SortByArmorMaterialType": "Nach Materialtyp sortieren",
"DS4.ArmorValue": "Panzerungswert", "DS4.ArmorValue": "Panzerungswert",
"DS4.ArmorValueAbbr": "PA", "DS4.ArmorValueAbbr": "PA",
"DS4.SortByArmorValue": "Nach Panzerungswert sortieren", "DS4.SortByArmorValue": "Nach Panzerungswert sortieren",
"DS4.ArmorTypeBody": "Körper", "DS4.ArmorTypeBody": "Körper",
"DS4.ArmorTypeBodyAbbr": "Körper", "DS4.ArmorTypeBodyAbbr": "Körper",
"DS4.ArmorTypeHelmet": "Helm", "DS4.ArmorTypeHelmet": "Helm",
"DS4.ArmorTypeHelmetAbbr": "Helm", "DS4.ArmorTypeHelmetAbbr": "Helm",
"DS4.ArmorTypeVambrace": "Armschienen", "DS4.ArmorTypeVambrace": "Armschienen",
"DS4.ArmorTypeVambraceAbbr": "Arm", "DS4.ArmorTypeVambraceAbbr": "Arm",
"DS4.ArmorTypeGreaves": "Beinschienen", "DS4.ArmorTypeGreaves": "Beinschienen",
"DS4.ArmorTypeGreavesAbbr": "Bein", "DS4.ArmorTypeGreavesAbbr": "Bein",
"DS4.ArmorTypeVambraceGreaves": "Armschienen + Beinschienen", "DS4.ArmorTypeVambraceGreaves": "Armschienen + Beinschienen",
"DS4.ArmorTypeVambraceGreavesAbbr": "A+B", "DS4.ArmorTypeVambraceGreavesAbbr": "A+B",
"DS4.ArmorMaterialTypeCloth": "Stoff", "DS4.ArmorMaterialTypeCloth": "Stoff",
"DS4.ArmorMaterialTypeClothAbbr": "Stoff", "DS4.ArmorMaterialTypeClothAbbr": "Stoff",
"DS4.ArmorMaterialTypeLeather": "Leder", "DS4.ArmorMaterialTypeLeather": "Leder",
"DS4.ArmorMaterialTypeLeatherAbbr": "Leder", "DS4.ArmorMaterialTypeLeatherAbbr": "Leder",
"DS4.ArmorMaterialTypeChain": "Ketten", "DS4.ArmorMaterialTypeChain": "Ketten",
"DS4.ArmorMaterialTypeChainAbbr": "Ketten", "DS4.ArmorMaterialTypeChainAbbr": "Ketten",
"DS4.ArmorMaterialTypePlate": "Platten", "DS4.ArmorMaterialTypePlate": "Platten",
"DS4.ArmorMaterialTypePlateAbbr": "Platten", "DS4.ArmorMaterialTypePlateAbbr": "Platten",
"DS4.ArmorMaterialTypeNatural": "Natürlich", "DS4.ArmorMaterialTypeNatural": "Natürlich",
"DS4.ArmorMaterialTypeNaturalAbbr": "Natürlich", "DS4.ArmorMaterialTypeNaturalAbbr": "Natürlich",
"DS4.SpellType": "Zauberspruchtyp", "DS4.SpellType": "Zauberspruchtyp",
"DS4.SpellTypeAbbr": "T", "DS4.SpellTypeAbbr": "T",
"DS4.SpellTypeDescription": "Der Typ des Zauberspruchs.", "DS4.SpellTypeDescription": "Der Typ des Zauberspruchs.",
"DS4.SortBySpellType": "Nach Zauberspruchtyp sortieren", "DS4.SortBySpellType": "Nach Zauberspruchtyp sortieren",
"DS4.SpellTypeSpellcasting": "Zaubern", "DS4.SpellTypeSpellcasting": "Zaubern",
"DS4.SpellTypeTargetedSpellcasting": "Zielzaubern", "DS4.SpellTypeTargetedSpellcasting": "Zielzaubern",
"DS4.SpellGroups": "Zaubergruppen", "DS4.SpellGroups": "Zaubergruppen",
"DS4.SpellGroupsDescription": "Zaubergruppen, denen der Zauberspruch zugehörig ist.", "DS4.SpellGroupsDescription": "Zaubergruppen, denen der Zauberspruch zugehörig ist.",
"DS4.SpellGroupLightning": "Blitz", "DS4.SpellGroupLightning": "Blitz",
"DS4.SpellGroupEarth": "Erde, Fels, Stein", "DS4.SpellGroupEarth": "Erde, Fels, Stein",
"DS4.SpellGroupWater": "Wasser", "DS4.SpellGroupWater": "Wasser",
"DS4.SpellGroupIce": "Eis, Frost", "DS4.SpellGroupIce": "Eis, Frost",
"DS4.SpellGroupFire": "Feuer", "DS4.SpellGroupFire": "Feuer",
"DS4.SpellGroupHealing": "Heilung", "DS4.SpellGroupHealing": "Heilung",
"DS4.SpellGroupLight": "Licht", "DS4.SpellGroupLight": "Licht",
"DS4.SpellGroupAir": "Luft", "DS4.SpellGroupAir": "Luft",
"DS4.SpellGroupTransport": "Transport", "DS4.SpellGroupTransport": "Transport",
"DS4.SpellGroupDamage": "Schaden", "DS4.SpellGroupDamage": "Schaden",
"DS4.SpellGroupShadow": "Schatten", "DS4.SpellGroupShadow": "Schatten",
"DS4.SpellGroupProtection": "Schutz", "DS4.SpellGroupProtection": "Schutz",
"DS4.SpellGroupMindAffecting": "Geistesbeeinflussend", "DS4.SpellGroupMindAffecting": "Geistesbeeinflussend",
"DS4.SpellGroupDemonology": "Dämonologie", "DS4.SpellGroupDemonology": "Dämonologie",
"DS4.SpellGroupNecromancy": "Nekromantie", "DS4.SpellGroupNecromancy": "Nekromantie",
"DS4.SpellGroupTransmutation": "Verwandlung", "DS4.SpellGroupTransmutation": "Verwandlung",
"DS4.SpellGroupArea": "Fläche", "DS4.SpellGroupArea": "Fläche",
"DS4.SpellModifier": "Zauberbonus", "DS4.SpellModifier": "Zauberbonus",
"DS4.SpellModifierNumerical": "Zauberbonus (numerisch)", "DS4.SpellModifierNumerical": "Zauberbonus (numerisch)",
"DS4.SpellModifierComplex": "Zauberbonus (komplex)", "DS4.SpellModifierComplex": "Zauberbonus (komplex)",
"DS4.SpellModifierAbbr": "ZB", "DS4.SpellModifierAbbr": "ZB",
"DS4.SpellModifierNumericalDescription": "Der numerische Zauberbonus auf die Probe.", "DS4.SpellModifierNumericalDescription": "Der numerische Zauberbonus auf die Probe.",
"DS4.SpellModifierComplexDescription": "Ein komplexer Zauberbonus auf die Probe (zum Beispiel abhängig von Werten des Ziels). Wenn diese Art von Zauberbonus angegeben ist, wird der numerische ignoriert.", "DS4.SpellModifierComplexDescription": "Ein komplexer Zauberbonus auf die Probe (zum Beispiel abhängig von Werten des Ziels). Wenn diese Art von Zauberbonus angegeben ist, wird der numerische ignoriert.",
"DS4.SortBySpellModifier": "Nach Zauberbonus sortieren", "DS4.SortBySpellModifier": "Nach Zauberbonus sortieren",
"DS4.SpellDistance": "Distanz", "DS4.SpellDistance": "Distanz",
"DS4.SpellDistanceDescription": "Die maximale Entfernung zum Ziel. „Selbst“ bedeutet, dass nur der Zauberwirker selbst das Ziel des Zaubers sein kann.", "DS4.SpellDistanceDescription": "Die maximale Entfernung zum Ziel. „Selbst“ bedeutet, dass nur der Zauberwirker selbst das Ziel des Zaubers sein kann.",
"DS4.SpellEffectRadius": "Wirkungsradius", "DS4.SpellEffectRadius": "Wirkungsradius",
"DS4.SpellEffectRadiusDescription": "Der Wirkungsradius des Zaubers.", "DS4.SpellEffectRadiusDescription": "Der Wirkungsradius des Zaubers.",
"DS4.SpellDuration": "Dauer", "DS4.SpellDuration": "Dauer",
"DS4.SpellDurationDescription": "Die Wirkungszeit des Zaubers.", "DS4.SpellDurationDescription": "Die Wirkungszeit des Zaubers.",
"DS4.CooldownDuration": "Abklingzeit", "DS4.CooldownDuration": "Abklingzeit",
"DS4.CooldownDurationDescription": "Die Dauer, die der Zauber nach erfolgreichem Wirken nicht einsetzbar ist.", "DS4.CooldownDurationDescription": "Die Dauer, die der Zauber nach erfolgreichem Wirken nicht einsetzbar ist.",
"DS4.CooldownDuration0R": "0 Kampfrunden", "DS4.CooldownDuration0R": "0 Kampfrunden",
"DS4.CooldownDuration1R": "1 Kampfrunde", "DS4.CooldownDuration1R": "1 Kampfrunde",
"DS4.CooldownDuration2R": "2 Kampfrunden", "DS4.CooldownDuration2R": "2 Kampfrunden",
"DS4.CooldownDuration5R": "5 Kampfrunden", "DS4.CooldownDuration5R": "5 Kampfrunden",
"DS4.CooldownDuration10R": "10 Kampfrunden", "DS4.CooldownDuration10R": "10 Kampfrunden",
"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.SpellAllowsDefense": "Erlaubt Abwehr",
"DS4.SpellAllowsDefenseDescription": "Ist eine Abwehren-Probe gegen diesen Zauber erlaubt?", "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",
"DS4.SpellCasterClassSorcerer": "Schwarzmagier", "DS4.SpellCasterClassSorcerer": "Schwarzmagier",
"DS4.SpellCasterClassWizard": "Zauberer", "DS4.SpellCasterClassWizard": "Zauberer",
"DS4.SpellPrice": "Preis (Gold)", "DS4.SpellPrice": "Preis (Gold)",
"DS4.SpellPriceDescription": "Der Kaufpreis des Zauberspruchs.", "DS4.SpellPriceDescription": "Der Kaufpreis des Zauberspruchs.",
"DS4.EffectEnabled": "Eingeschaltet", "DS4.EffectEnabled": "Eingeschaltet",
"DS4.EffectEnabledAbbr": "E", "DS4.EffectEnabledAbbr": "E",
"DS4.EffectActive": "Aktiv (unter Betrachtung, ob ein eventuelles Quellen-Item ausgerüstet ist usw.)", "DS4.EffectActive": "Aktiv (unter Betrachtung, ob ein eventuelles Quellen-Item ausgerüstet ist usw.)",
"DS4.EffectActiveAbbr": "A", "DS4.EffectActiveAbbr": "A",
"DS4.EffectName": "Name", "DS4.EffectName": "Name",
"DS4.EffectSourceName": "Quelle", "DS4.EffectSourceName": "Quelle",
"DS4.EffectFactor": "Faktor (wie oft der Effekt angewendet wird)", "DS4.EffectFactor": "Faktor (wie oft der Effekt angewendet wird)",
"DS4.EffectFactorAbbr": "F", "DS4.EffectFactorAbbr": "F",
"DS4.ActorName": "Name", "DS4.ActorName": "Name",
"DS4.ActorImageAltText": "Bild des Aktors", "DS4.ActorImageAltText": "Bild des Aktors",
"DS4.ActorTypeCharacter": "Charakter", "DS4.ActorTypeCharacter": "Charakter",
"DS4.ActorTypeCreature": "Kreatur", "DS4.ActorTypeCreature": "Kreatur",
"DS4.Attribute": "Attribut", "DS4.Attribute": "Attribut",
"DS4.AttributeBody": "Körper", "DS4.AttributeBody": "Körper",
"DS4.AttributeMobility": "Agilität", "DS4.AttributeMobility": "Agilität",
"DS4.AttributeMind": "Geist", "DS4.AttributeMind": "Geist",
"DS4.Trait": "Eigenschaft", "DS4.Trait": "Eigenschaft",
"DS4.TraitStrength": "Stärke", "DS4.TraitStrength": "Stärke",
"DS4.TraitConstitution": "Härte", "DS4.TraitConstitution": "Härte",
"DS4.TraitAgility": "Bewegung", "DS4.TraitAgility": "Bewegung",
"DS4.TraitDexterity": "Geschick", "DS4.TraitDexterity": "Geschick",
"DS4.TraitIntellect": "Verstand", "DS4.TraitIntellect": "Verstand",
"DS4.TraitAura": "Aura", "DS4.TraitAura": "Aura",
"DS4.CombatValuesHitPoints": "Lebenskraft", "DS4.CombatValuesHitPoints": "Lebenskraft",
"DS4.CombatValuesHitPointsCurrent": "Aktuelle Lebenskraft", "DS4.CombatValuesHitPointsCurrent": "Aktuelle Lebenskraft",
"DS4.CombatValuesHitPointsCurrentAbbr": "LK", "DS4.CombatValuesHitPointsCurrentAbbr": "LK",
"DS4.CombatValuesDefense": "Abwehr", "DS4.CombatValuesDefense": "Abwehr",
"DS4.CombatValuesInitiative": "Initiative", "DS4.CombatValuesInitiative": "Initiative",
"DS4.CombatValuesMovement": "Laufen", "DS4.CombatValuesMovement": "Laufen",
"DS4.CombatValuesMeleeAttack": "Schlagen", "DS4.CombatValuesMeleeAttack": "Schlagen",
"DS4.CombatValuesRangedAttack": "Schießen", "DS4.CombatValuesRangedAttack": "Schießen",
"DS4.CombatValuesSpellcasting": "Zaubern", "DS4.CombatValuesSpellcasting": "Zaubern",
"DS4.CombatValuesTargetedSpellcasting": "Zielzaubern", "DS4.CombatValuesTargetedSpellcasting": "Zielzaubern",
"DS4.CombatValuesHitPointsSheet": "Lebenskraft", "DS4.CombatValuesHitPointsSheet": "Lebenskraft",
"DS4.CombatValuesDefenseSheet": "Abwehr", "DS4.CombatValuesDefenseSheet": "Abwehr",
"DS4.CombatValuesInitiativeSheet": "Initiative", "DS4.CombatValuesInitiativeSheet": "Initiative",
"DS4.CombatValuesMovementSheet": "Laufen", "DS4.CombatValuesMovementSheet": "Laufen",
"DS4.CombatValuesMeleeAttackSheet": "Schlagen", "DS4.CombatValuesMeleeAttackSheet": "Schlagen",
"DS4.CombatValuesRangedAttackSheet": "Schießen", "DS4.CombatValuesRangedAttackSheet": "Schießen",
"DS4.CombatValuesSpellcastingSheet": "Zaubern", "DS4.CombatValuesSpellcastingSheet": "Zaubern",
"DS4.CombatValuesTargetedSpellcastingSheet": "Zielzaubern", "DS4.CombatValuesTargetedSpellcastingSheet": "Zielzaubern",
"DS4.CharacterBaseInfoRace": "Volk", "DS4.CharacterBaseInfoRace": "Volk",
"DS4.CharacterBaseInfoClass": "Klasse", "DS4.CharacterBaseInfoClass": "Klasse",
"DS4.CharacterBaseInfoHeroClass": "Heldenklasse", "DS4.CharacterBaseInfoHeroClass": "Heldenklasse",
"DS4.CharacterBaseInfoCulture": "Kultur", "DS4.CharacterBaseInfoCulture": "Kultur",
"DS4.CharacterProgressionLevel": "Stufe", "DS4.CharacterProgressionLevel": "Stufe",
"DS4.CharacterProgressionLevelAbbr": "ST", "DS4.CharacterProgressionLevelAbbr": "ST",
"DS4.CharacterProgressionExperiencePoints": "Erfahrungspunkte", "DS4.CharacterProgressionExperiencePoints": "Erfahrungspunkte",
"DS4.CharacterProgressionExperiencePointsAbbr": "EP", "DS4.CharacterProgressionExperiencePointsAbbr": "EP",
"DS4.CharacterProgressionTalentPoints": "Talentpunkte", "DS4.CharacterProgressionTalentPoints": "Talentpunkte",
"DS4.CharacterProgressionProgressPoints": "Lernpunkte", "DS4.CharacterProgressionProgressPoints": "Lernpunkte",
"DS4.CharacterSlayerPoints": "Slayerpunkte", "DS4.CharacterSlayerPoints": "Slayerpunkte",
"DS4.CharacterSlayerPointsAbbr": "SP", "DS4.CharacterSlayerPointsAbbr": "SP",
"DS4.TalentRank": "Rang", "DS4.TalentRank": "Rang",
"DS4.SortByTalentRank": "Nach Rang sortieren", "DS4.SortByTalentRank": "Nach Rang sortieren",
"DS4.TalentRankBase": "Erworben", "DS4.TalentRankBase": "Erworben",
"DS4.TalentRankMax": "Maximum", "DS4.TalentRankMax": "Maximum",
"DS4.TalentRankMod": "Zusätzlich", "DS4.TalentRankMod": "Zusätzlich",
"DS4.TalentRankTotal": "Gesamt", "DS4.TalentRankTotal": "Gesamt",
"DS4.CharacterLanguageLanguages": "Sprachen", "DS4.CharacterLanguageLanguages": "Sprachen",
"DS4.CharacterLanguageAlphabets": "Schriftzeichen", "DS4.CharacterLanguageAlphabets": "Schriftzeichen",
"DS4.SpecialCreatureAbilityExperiencePoints": "Erfahrungspunkte", "DS4.SpecialCreatureAbilityExperiencePoints": "Erfahrungspunkte",
"DS4.CharacterProfileBiography": "Biographie", "DS4.CharacterProfileBiography": "Biographie",
"DS4.CharacterProfileGender": "Geschlecht", "DS4.CharacterProfileGender": "Geschlecht",
"DS4.CharacterProfileBirthday": "Geburtstag", "DS4.CharacterProfileBirthday": "Geburtstag",
"DS4.CharacterProfileBirthplace": "Geburtsort", "DS4.CharacterProfileBirthplace": "Geburtsort",
"DS4.CharacterProfileAge": "Alter", "DS4.CharacterProfileAge": "Alter",
"DS4.CharacterProfileHeight": "Größe [cm]", "DS4.CharacterProfileHeight": "Größe [cm]",
"DS4.CharacterProfileHairColor": "Haarfarbe", "DS4.CharacterProfileHairColor": "Haarfarbe",
"DS4.CharacterProfileWeight": "Gewicht [kg]", "DS4.CharacterProfileWeight": "Gewicht [kg]",
"DS4.CharacterProfileEyeColor": "Augenfarbe", "DS4.CharacterProfileEyeColor": "Augenfarbe",
"DS4.CharacterProfileSpecialCharacteristics": "Besondere Eigenschaften", "DS4.CharacterProfileSpecialCharacteristics": "Besondere Eigenschaften",
"DS4.CharacterCurrencyGold": "Gold", "DS4.CharacterCurrencyGold": "Gold",
"DS4.CharacterCurrencySilver": "Silber", "DS4.CharacterCurrencySilver": "Silber",
"DS4.CharacterCurrencyCopper": "Kupfer", "DS4.CharacterCurrencyCopper": "Kupfer",
"DS4.CharacterCurrency": "Währung", "DS4.CharacterCurrency": "Währung",
"DS4.CreatureTypeAnimal": "Tier", "DS4.CreatureTypeAnimal": "Tier",
"DS4.CreatureTypeConstruct": "Konstrukt", "DS4.CreatureTypeConstruct": "Konstrukt",
"DS4.CreatureTypeHumanoid": "Humanoid", "DS4.CreatureTypeHumanoid": "Humanoid",
"DS4.CreatureTypeMagicalEntity": "Magisches Wesen", "DS4.CreatureTypeMagicalEntity": "Magisches Wesen",
"DS4.CreatureTypePlantBeing": "Pflanzenwesen", "DS4.CreatureTypePlantBeing": "Pflanzenwesen",
"DS4.CreatureTypeUndead": "Untot", "DS4.CreatureTypeUndead": "Untot",
"DS4.CreatureSizeCategoryTiny": "Winzig", "DS4.CreatureSizeCategoryTiny": "Winzig",
"DS4.CreatureSizeCategorySmall": "Klein", "DS4.CreatureSizeCategorySmall": "Klein",
"DS4.CreatureSizeCategoryNormal": "Normal", "DS4.CreatureSizeCategoryNormal": "Normal",
"DS4.CreatureSizeCategoryLarge": "Groß", "DS4.CreatureSizeCategoryLarge": "Groß",
"DS4.CreatureSizeCategoryHuge": "Riesig", "DS4.CreatureSizeCategoryHuge": "Riesig",
"DS4.CreatureSizeCategoryColossal": "Gewaltig", "DS4.CreatureSizeCategoryColossal": "Gewaltig",
"DS4.CreatureBaseInfoLoot": "Beute", "DS4.CreatureBaseInfoLoot": "Beute",
"DS4.CreatureBaseInfoFoeFactor": "Gegnerhärte", "DS4.CreatureBaseInfoFoeFactor": "Gegnerhärte",
"DS4.CreatureBaseInfoCreatureType": "Kreaturengruppe", "DS4.CreatureBaseInfoCreatureType": "Kreaturengruppe",
"DS4.CreatureBaseInfoSizeCategory": "Größenkategorie", "DS4.CreatureBaseInfoSizeCategory": "Größenkategorie",
"DS4.CreatureBaseInfoExperiencePoints": "Erfahrungspunkte", "DS4.CreatureBaseInfoExperiencePoints": "Erfahrungspunkte",
"DS4.CreatureBaseInfoDescription": "Beschreibung", "DS4.CreatureBaseInfoDescription": "Beschreibung",
"DS4.WarningActorCannotOwnItem": "Der Aktor '{actorName}' vom Typ '{actorType}' kann das Item '{itemName}' vom Typ '{itemType}' nicht besitzen.", "DS4.WarningActorCannotOwnItem": "Der Aktor '{actorName}' vom Typ '{actorType}' kann das Item '{itemName}' vom Typ '{itemType}' nicht besitzen.",
"DS4.ErrorDiceCoupFumbleOverlap": "Es gibt eine Überlappung zwischen Patzern und Immersiegen.", "DS4.ErrorDiceCoupFumbleOverlap": "Es gibt eine Überlappung zwischen Patzern und Immersiegen.",
"DS4.ErrorSlayingDiceRecursionLimitExceeded": "Die maximale Rekursionstiefe für slayende Würfelwürfe wurde überschritten.", "DS4.ErrorSlayingDiceRecursionLimitExceeded": "Die maximale Rekursionstiefe für slayende Würfelwürfe wurde überschritten.",
"DS4.ErrorInvalidNumberOfDice": "Ungültige Anzahl an Würfeln.", "DS4.ErrorInvalidNumberOfDice": "Ungültige Anzahl an Würfeln.",
"DS4.ErrorInvalidActorType": "Ungültiger Aktortyp '{type}'.", "DS4.ErrorInvalidActorType": "Ungültiger Aktortyp '{type}'.",
"DS4.ErrorInvalidItemType": "Ungültiger Itemtyp '{type}'.", "DS4.ErrorInvalidItemType": "Ungültiger Itemtyp '{type}'.",
"DS4.ErrorDuringMigration": "Fehler während der Aktualisierung des DS4 Systems von Migrationsversion {currentVersion} auf {targetVersion}. Der Fehler trat während der Ausführung des Migrationsskripts mit der Version {migrationVersion} auf. Spätere Migrationsskripte wurden nicht ausgeführt. Mehr Details finden Sie in der Entwicklerkonsole (F12).", "DS4.ErrorDuringMigration": "Fehler während der Aktualisierung des DS4 Systems von Migrationsversion {currentVersion} auf {targetVersion}. Der Fehler trat während der Ausführung des Migrationsskripts mit der Version {migrationVersion} auf. Spätere Migrationsskripte wurden nicht ausgeführt. Mehr Details finden Sie in der Entwicklerkonsole (F12).",
"DS4.ErrorDuringCompendiumMigration": "Fehler während der Aktualisierung Kompendiums '{pack}' für DS4 von Migrationsversion {currentVersion} auf {targetVersion}. Der Fehler trat während der Ausführung des Migrationsskripts mit der Version {migrationVersion} auf. Spätere Migrationsskripte wurden nicht ausgeführt. Mehr Details finden Sie in der Entwicklerkonsole (F12).", "DS4.ErrorDuringCompendiumMigration": "Fehler während der Aktualisierung Kompendiums '{pack}' für DS4 von Migrationsversion {currentVersion} auf {targetVersion}. Der Fehler trat während der Ausführung des Migrationsskripts mit der Version {migrationVersion} auf. Spätere Migrationsskripte wurden nicht ausgeführt. Mehr Details finden Sie in der Entwicklerkonsole (F12).",
"DS4.ErrorCannotRollUnownedItem": "Für das Item '{name}' ({id}) kann nicht gewürfelt werden, da es keinem Aktor gehört.", "DS4.ErrorCannotRollUnownedItem": "Für das Item '{name}' ({id}) kann nicht gewürfelt werden, da es keinem Aktor gehört.",
"DS4.ErrorRollingForItemTypeNotPossible": "Würfeln ist für Items vom Typ '{type}' nicht möglich.", "DS4.ErrorRollingForItemTypeNotPossible": "Würfeln ist für Items vom Typ '{type}' nicht möglich.",
"DS4.ErrorUnexpectedAttackType": "Unerwartete Angriffsart '{actualType}', erwartete Angriffsarten: {expectedTypes}", "DS4.ErrorUnexpectedAttackType": "Unerwartete Angriffsart '{actualType}', erwartete Angriffsarten: {expectedTypes}",
"DS4.ErrorUnexpectedAttribute": "Unerwartetes Attribut '{actualAttribute}', erwartete Attribute: {expectedTypes}", "DS4.ErrorUnexpectedAttribute": "Unerwartetes Attribut '{actualAttribute}', erwartete Attribute: {expectedTypes}",
"DS4.ErrorUnexpectedTrait": "Unerwartete Eigenschaft '{actualTrait}', erwartete Eigenschaften: {expectedTypes}", "DS4.ErrorUnexpectedTrait": "Unerwartete Eigenschaft '{actualTrait}', erwartete Eigenschaften: {expectedTypes}",
"DS4.ErrorCanvasIsNotInitialized": "Canvas ist noch nicht initialisiert.", "DS4.ErrorCanvasIsNotInitialized": "Canvas ist noch nicht initialisiert.",
"DS4.ErrorCannotDragMissingCheck": "Die Probe '{check}' per Drag & Drop zu ziehen ist nicht möglich, denn sie existiert nicht.", "DS4.ErrorCannotDragMissingCheck": "Die Probe '{check}' per Drag & Drop zu ziehen ist nicht möglich, denn sie existiert nicht.",
"DS4.WarningItemMustBeEquippedToBeRolled": "Um für das Item '{name}' ({id}) vom Typ '{type}' zu würfeln, muss es ausgerüstet sein.", "DS4.WarningItemMustBeEquippedToBeRolled": "Um für das Item '{name}' ({id}) vom Typ '{type}' zu würfeln, muss es ausgerüstet sein.",
"DS4.WarningMustControlActorToUseRollItemMacro": "Um ein Item-Würfel-Makro zu nutzen muss ein Aktor kontrolliert werden.", "DS4.WarningMustControlActorToUseRollItemMacro": "Um ein Item-Würfel-Makro zu nutzen muss ein Aktor kontrolliert werden.",
"DS4.WarningMustControlActorToUseRollCheckMacro": "Um ein Proben-Würfel-Makro zu nutzen muss ein Aktor kontrolliert werden.", "DS4.WarningMustControlActorToUseRollCheckMacro": "Um ein Proben-Würfel-Makro zu nutzen muss ein Aktor kontrolliert werden.",
"DS4.WarningControlledActorDoesNotHaveItem": "Der kontrollierte Aktor '{actorName}' ({actorId}) hat kein Item mit der ID '{itemId}'.", "DS4.WarningControlledActorDoesNotHaveItem": "Der kontrollierte Aktor '{actorName}' ({actorId}) hat kein Item mit der ID '{itemId}'.",
"DS4.WarningItemIsNotRollable": "Für das Item '{name}' ({id}) vom Typ '{type}' kann nicht gewürfelt werden.", "DS4.WarningItemIsNotRollable": "Für das Item '{name}' ({id}) vom Typ '{type}' kann nicht gewürfelt werden.",
"DS4.WarningMacrosCanOnlyBeCreatedForOwnedItems": "Makros können nur für besessene Items angelegt werden.", "DS4.WarningMacrosCanOnlyBeCreatedForOwnedItems": "Makros können nur für besessene Items angelegt werden.",
"DS4.WarningInvalidCheckDropped": "Eine ungültige Probe wurde auf die Hotbar gezogen.", "DS4.WarningInvalidCheckDropped": "Eine ungültige Probe wurde auf die Hotbar gezogen.",
"DS4.WarningSystemUpdateCompletedWithErrors": "Aktualisierung des DS4 Systems von Migrationsversion {currentVersion} auf {targetVersion} abgeschlossen, aber es sind Fehler aufgetreten. Bitte prüfen Sie in der Entwicklerkonsole, ob es sich um relevante Fehler handelt, oder ob sie ignoriert werden können. Insbesondere kann https://github.com/foundryvtt/foundryvtt/issues/9672 zu Fehlern führen, die ignoriert werden können.", "DS4.WarningSystemUpdateCompletedWithErrors": "Aktualisierung des DS4 Systems von Migrationsversion {currentVersion} auf {targetVersion} abgeschlossen, aber es sind Fehler aufgetreten. Bitte prüfen Sie in der Entwicklerkonsole, ob es sich um relevante Fehler handelt, oder ob sie ignoriert werden können. Insbesondere kann https://github.com/foundryvtt/foundryvtt/issues/9672 zu Fehlern führen, die ignoriert werden können.",
"DS4.InfoManuallyEnterSpellModifier": "Der korrekte Wert für den Zauberbonus '{spellModifier}' des Zaubers '{name}' muss manuell angegeben werden.", "DS4.InfoManuallyEnterSpellModifier": "Der korrekte Wert für den Zauberbonus '{spellModifier}' des Zaubers '{name}' muss manuell angegeben werden.",
"DS4.InfoSystemUpdateStart": "Aktualisiere DS4 System von Migrationsversion {currentVersion} auf {targetVersion}. Bitte haben Sie etwas Geduld, schließen Sie nicht das Spiel und fahren Sie nicht den Server herunter.", "DS4.InfoSystemUpdateStart": "Aktualisiere DS4 System von Migrationsversion {currentVersion} auf {targetVersion}. Bitte haben Sie etwas Geduld, schließen Sie nicht das Spiel und fahren Sie nicht den Server herunter.",
"DS4.InfoSystemUpdateCompletedSuccessfully": "Aktualisierung des DS4 Systems von Migrationsversion {currentVersion} auf {targetVersion} erfolgreich!", "DS4.InfoSystemUpdateCompletedSuccessfully": "Aktualisierung des DS4 Systems von Migrationsversion {currentVersion} auf {targetVersion} erfolgreich!",
"DS4.InfoCompendiumMigrationStart": "Aktualisiere Kompendium '{pack}' für DS4 von Migrationsversion {currentVersion} auf {targetVersion}. Bitte haben Sie etwas Geduld, schließen Sie nicht das Spiel und fahren Sie nicht den Server herunter.", "DS4.InfoCompendiumMigrationStart": "Aktualisiere Kompendium '{pack}' für DS4 von Migrationsversion {currentVersion} auf {targetVersion}. Bitte haben Sie etwas Geduld, schließen Sie nicht das Spiel und fahren Sie nicht den Server herunter.",
"DS4.InfoCompendiumMigrationCompleted": "Aktualisierung des Kompendiums '{pack}' für DS4 von Migrationsversion {currentVersion} auf {targetVersion} erfolgreich!", "DS4.InfoCompendiumMigrationCompleted": "Aktualisierung des Kompendiums '{pack}' für DS4 von Migrationsversion {currentVersion} auf {targetVersion} erfolgreich!",
"DS4.UnitRounds": "Runden", "DS4.UnitRounds": "Runden",
"DS4.UnitRoundsAbbr": "Rnd", "DS4.UnitRoundsAbbr": "Rnd",
"DS4.UnitMinutes": "Minuten", "DS4.UnitMinutes": "Minuten",
"DS4.UnitMinutesAbbr": "min", "DS4.UnitMinutesAbbr": "min",
"DS4.UnitHours": "Stunden", "DS4.UnitHours": "Stunden",
"DS4.UnitHoursAbbr": "h", "DS4.UnitHoursAbbr": "h",
"DS4.UnitDays": "Tage", "DS4.UnitDays": "Tage",
"DS4.UnitDaysAbbr": "d", "DS4.UnitDaysAbbr": "d",
"DS4.UnitMeters": "Meter", "DS4.UnitMeters": "Meter",
"DS4.UnitMetersAbbr": "m", "DS4.UnitMetersAbbr": "m",
"DS4.UnitKilometers": "Kilometer", "DS4.UnitKilometers": "Kilometer",
"DS4.UnitKilometersAbbr": "km", "DS4.UnitKilometersAbbr": "km",
"DS4.UnitCustom": "individuell", "DS4.UnitCustom": "individuell",
"DS4.UnitCustomAbbr": " ", "DS4.UnitCustomAbbr": " ",
"DS4.GenericOkButton": "OK", "DS4.GenericOkButton": "OK",
"DS4.GenericCancelButton": "Abbrechen", "DS4.GenericCancelButton": "Abbrechen",
"DS4.DialogRollOptionsDefaultTitle": "Proben-Optionen", "DS4.DialogRollOptionsDefaultTitle": "Proben-Optionen",
"DS4.ErrorUnexpectedHtmlType": "Typfehler: Erwartet wurde '{exType}', tatsächlich erhalten wurde '{realType}'.", "DS4.ErrorUnexpectedHtmlType": "Typfehler: Erwartet wurde '{exType}', tatsächlich erhalten wurde '{realType}'.",
"DS4.ErrorCouldNotFindForm": "Konnte HTML Element '{htmlElement}' nicht finden.", "DS4.ErrorCouldNotFindForm": "Konnte HTML Element '{htmlElement}' nicht finden.",
"DS4.ErrorActorDoesNotHaveItem": "Der Aktor '{actor}' hat kein Item mit der UUID '{uuid}'.", "DS4.ErrorActorDoesNotHaveItem": "Der Aktor '{actor}' hat kein Item mit der UUID '{uuid}'.",
"DS4.ErrorUnexpectedError": "Es gab einen unerwarteten Fehler im Dungeonslayers 4 System. Für mehr Details schauen Sie bitte in die Konsole (F12).", "DS4.ErrorUnexpectedError": "Es gab einen unerwarteten Fehler im Dungeonslayers 4 System. Für mehr Details schauen Sie bitte in die Konsole (F12).",
"DS4.ErrorItemDoesNotHaveEffect": "Das Item '{item}' hat keinen Effekt mit der ID '{id}'.", "DS4.ErrorItemDoesNotHaveEffect": "Das Item '{item}' hat keinen Effekt mit der ID '{id}'.",
"DS4.ErrorActorDoesNotHaveEffect": "Der Aktor '{actor}' hat keinen Effekt mit der UUID '{uuid}'.", "DS4.ErrorActorDoesNotHaveEffect": "Der Aktor '{actor}' hat keinen Effekt mit der UUID '{uuid}'.",
"DS4.DialogRollOptionsCheckTargetNumberLabel": "Probenwert", "DS4.DialogRollOptionsCheckTargetNumberLabel": "Probenwert",
"DS4.DialogRollOptionsCheckModifierLabel": "Modifikator", "DS4.DialogRollOptionsCheckModifierLabel": "Modifikator",
"DS4.DialogRollOptionsCheckModifierCustomLabel": "Individueller Modifikator", "DS4.DialogRollOptionsCheckModifierCustomLabel": "Individueller Modifikator",
"DS4.DialogRollOptionsMaximumCoupResultLabel": "Immersieg bis", "DS4.DialogRollOptionsMaximumCoupResultLabel": "Immersieg bis",
"DS4.DialogRollOptionsMinimumFumbleResultLabel": "Patzer ab", "DS4.DialogRollOptionsMinimumFumbleResultLabel": "Patzer ab",
"DS4.DialogRollOptionsRollModeLabel": "Sichtbarkeit", "DS4.DialogRollOptionsRollModeLabel": "Sichtbarkeit",
"DS4.CheckModifierRoutine": "Routine", "DS4.CheckModifierRoutine": "Routine",
"DS4.CheckModifierVeryEasy": "Sehr Leicht", "DS4.CheckModifierVeryEasy": "Sehr Leicht",
"DS4.CheckModifierEasy": "Leicht", "DS4.CheckModifierEasy": "Leicht",
"DS4.CheckModifierMormal": "Normal", "DS4.CheckModifierMormal": "Normal",
"DS4.CheckModifierDifficult": "Schwer", "DS4.CheckModifierDifficult": "Schwer",
"DS4.CheckModifierVeryDifficult": "Sehr Schwer", "DS4.CheckModifierVeryDifficult": "Sehr Schwer",
"DS4.CheckModifierExtremelyDifficult": "Äußerst Schwer", "DS4.CheckModifierExtremelyDifficult": "Äußerst Schwer",
"DS4.CheckModifierCustom": "Individuell", "DS4.CheckModifierCustom": "Individuell",
"DS4.TooltipBaseValue": "Basiswert", "DS4.TooltipBaseValue": "Basiswert",
"DS4.TooltipModifier": "Modifikator", "DS4.TooltipModifier": "Modifikator",
"DS4.TooltipEffects": "Effekte", "DS4.TooltipEffects": "Effekte",
"DS4.SettingUseSlayingDiceForAutomatedChecksName": "Slayende Würfel", "DS4.SettingUseSlayingDiceForAutomatedChecksName": "Slayende Würfel",
"DS4.SettingUseSlayingDiceForAutomatedChecksHint": "Benutze Slayende Würfel bei automatisierten Proben.", "DS4.SettingUseSlayingDiceForAutomatedChecksHint": "Benutze Slayende Würfel bei automatisierten Proben.",
"DS4.SettingShowSlayerPointsName": "Slayerpunkte", "DS4.SettingShowSlayerPointsName": "Slayerpunkte",
"DS4.SettingShowSlayerPointsHint": "Zeige Slayerpunkte im Charakterbogen an.", "DS4.SettingShowSlayerPointsHint": "Zeige Slayerpunkte im Charakterbogen an.",
"DS4.Checks": "Proben", "DS4.Checks": "Proben",
"DS4.ChecksAppraise": "Schätzen", "DS4.ChecksAppraise": "Schätzen",
"DS4.ChecksChangeSpell": "Zauber Wechseln", "DS4.ChecksChangeSpell": "Zauber Wechseln",
"DS4.ChecksClimb": "Klettern", "DS4.ChecksClimb": "Klettern",
"DS4.ChecksCommunicate": "Verständigen", "DS4.ChecksCommunicate": "Verständigen",
"DS4.ChecksDecipherScript": "Inschrift Entziffern", "DS4.ChecksDecipherScript": "Inschrift Entziffern",
"DS4.ChecksDefend": "Abwehren", "DS4.ChecksDefend": "Abwehren",
"DS4.ChecksDefyPoison": "Gift Trotzen", "DS4.ChecksDefyPoison": "Gift Trotzen",
"DS4.ChecksDisableTraps": "Fallen Entschärfen", "DS4.ChecksDisableTraps": "Fallen Entschärfen",
"DS4.ChecksFeatOfStrength": "Kraftakt", "DS4.ChecksFeatOfStrength": "Kraftakt",
"DS4.ChecksFlirt": "Flirten", "DS4.ChecksFlirt": "Flirten",
"DS4.ChecksHaggle": "Feilschen", "DS4.ChecksHaggle": "Feilschen",
"DS4.ChecksHide": "Verbergen", "DS4.ChecksHide": "Verbergen",
"DS4.ChecksIdentifyMagic": "Magie Erkennen", "DS4.ChecksIdentifyMagic": "Magie Erkennen",
"DS4.ChecksJump": "Springen", "DS4.ChecksJump": "Springen",
"DS4.ChecksKnowledge": "Wissen", "DS4.ChecksKnowledge": "Wissen",
"DS4.ChecksOpenLock": "Schlösser Öffnen", "DS4.ChecksOpenLock": "Schlösser Öffnen",
"DS4.ChecksPerception": "Bemerken", "DS4.ChecksPerception": "Bemerken",
"DS4.ChecksPickPocket": "Taschendiebstahl", "DS4.ChecksPickPocket": "Taschendiebstahl",
"DS4.ChecksReadTracks": "Spuren Lesen", "DS4.ChecksReadTracks": "Spuren Lesen",
"DS4.ChecksResistDisease": "Krankheit Trotzen", "DS4.ChecksResistDisease": "Krankheit Trotzen",
"DS4.ChecksRide": "Reiten", "DS4.ChecksRide": "Reiten",
"DS4.ChecksSearch": "Suchen", "DS4.ChecksSearch": "Suchen",
"DS4.ChecksSenseMagic": "Magie Erspüren", "DS4.ChecksSenseMagic": "Magie Erspüren",
"DS4.ChecksSneak": "Schleichen", "DS4.ChecksSneak": "Schleichen",
"DS4.ChecksStartFire": "Feuer Machen", "DS4.ChecksStartFire": "Feuer Machen",
"DS4.ChecksSwim": "Schwimmen", "DS4.ChecksSwim": "Schwimmen",
"DS4.ChecksWakeUp": "Erwachen", "DS4.ChecksWakeUp": "Erwachen",
"DS4.ChecksWorkMechanism": "Mechanismus Öffnen", "DS4.ChecksWorkMechanism": "Mechanismus Öffnen",
"DS4.ActorCheckFlavor": "{actor} würfelt eine {check} Probe.", "DS4.ActorCheckFlavor": "{actor} würfelt eine {check} Probe.",
"DS4.ActorGenericCheckFlavor": "{actor} würfelt eine Probe gegen {attribute} + {trait}.", "DS4.ActorGenericCheckFlavor": "{actor} würfelt eine Probe gegen {attribute} + {trait}.",
"DS4.CheckTooltip": "{check} Probe würfeln", "DS4.CheckTooltip": "{check} Probe würfeln",
"DS4.NewWeaponName": "Neue Waffe", "DS4.NewWeaponName": "Neue Waffe",
"DS4.NewArmorName": "Neue Panzerung", "DS4.NewArmorName": "Neue Panzerung",
"DS4.NewShieldName": "Neuer Schild", "DS4.NewShieldName": "Neuer Schild",
"DS4.NewSpellName": "Neuer Zauberspruch", "DS4.NewSpellName": "Neuer Zauberspruch",
"DS4.NewEquipmentName": "Neue Ausrüstung", "DS4.NewEquipmentName": "Neue Ausrüstung",
"DS4.NewLootName": "Neue Beute", "DS4.NewLootName": "Neue Beute",
"DS4.NewTalentName": "Neues Talent", "DS4.NewTalentName": "Neues Talent",
"DS4.NewRacialAbilityName": "Neue Volksfähigkeit", "DS4.NewRacialAbilityName": "Neue Volksfähigkeit",
"DS4.NewLanguageName": "Neue Sprache", "DS4.NewLanguageName": "Neue Sprache",
"DS4.NewAlphabetName": "Neue Schriftzeichen", "DS4.NewAlphabetName": "Neue Schriftzeichen",
"DS4.NewSpecialCreatureAbilityName": "Neue Besondere Kreaturenfähigkeit", "DS4.NewSpecialCreatureAbilityName": "Neue Besondere Kreaturenfähigkeit",
"DS4.NewEffectName": "Neuer Effekt", "DS4.NewEffectName": "Neuer Effekt",
"DS4.ActiveEffectApplyToItems": "Auf Items Anwenden", "DS4.ActiveEffectApplyToItems": "Auf Items Anwenden",
"DS4.ActiveEffectItemName": "Itemname", "DS4.ActiveEffectItemName": "Itemname",
"DS4.ActiveEffectItemCondition": "Bedingung", "DS4.ActiveEffectItemCondition": "Bedingung",
"DS4.TooltipNotEditableDueToEffects": "Feld nicht bearbeitbar, weil von Aktiven Effekten beeinflusst" "DS4.TooltipNotEditableDueToEffects": "Feld nicht bearbeitbar, weil von Aktiven Effekten beeinflusst"
} }

View file

@ -1,391 +1,391 @@
{ {
"DS4.UserInteractionAdd": "Add", "DS4.UserInteractionAdd": "Add",
"DS4.UserInteractionAddItemTitle": "Create Item", "DS4.UserInteractionAddItemTitle": "Create Item",
"DS4.UserInteractionEditItemTitle": "Edit Item", "DS4.UserInteractionEditItemTitle": "Edit Item",
"DS4.UserInteractionDeleteItemTitle": "Delete Item", "DS4.UserInteractionDeleteItemTitle": "Delete Item",
"DS4.UserInteractionAddEffectTitle": "Create Effect", "DS4.UserInteractionAddEffectTitle": "Create Effect",
"DS4.UserInteractionEditEffectTitle": "Edit Effect", "DS4.UserInteractionEditEffectTitle": "Edit Effect",
"DS4.UserInteractionDeleteEffectTitle": "Delete Effect", "DS4.UserInteractionDeleteEffectTitle": "Delete Effect",
"DS4.DocumentImageAltText": "Image of {name}", "DS4.DocumentImageAltText": "Image of {name}",
"DS4.RollableImageRollableTitle": "Roll for {name}", "DS4.RollableImageRollableTitle": "Roll for {name}",
"DS4.DiceOverlayImageAltText": "Image of a d20", "DS4.DiceOverlayImageAltText": "Image of a d20",
"DS4.HeadingValues": "Values", "DS4.HeadingValues": "Values",
"DS4.HeadingBiography": "Biography", "DS4.HeadingBiography": "Biography",
"DS4.HeadingProperties": "Properties", "DS4.HeadingProperties": "Properties",
"DS4.HeadingEffects": "Effects", "DS4.HeadingEffects": "Effects",
"DS4.HeadingInventory": "Inventory", "DS4.HeadingInventory": "Inventory",
"DS4.HeadingAbilities": "Abilities", "DS4.HeadingAbilities": "Abilities",
"DS4.HeadingSpells": "Spells", "DS4.HeadingSpells": "Spells",
"DS4.HeadingDescription": "Description", "DS4.HeadingDescription": "Description",
"DS4.AttackType": "Attack Type", "DS4.AttackType": "Attack Type",
"DS4.AttackTypeAbbr": "AT", "DS4.AttackTypeAbbr": "AT",
"DS4.SortByAttackType": "Sort by Attack Type", "DS4.SortByAttackType": "Sort by Attack Type",
"DS4.DialogAttackTypeSelection": "Which Attack Type?", "DS4.DialogAttackTypeSelection": "Which Attack Type?",
"DS4.DialogAttributeTraitSelection": "Which Attribute and Trait?", "DS4.DialogAttributeTraitSelection": "Which Attribute and Trait?",
"DS4.WeaponBonus": "Weapon Bonus", "DS4.WeaponBonus": "Weapon Bonus",
"DS4.WeaponBonusAbbr": "WB", "DS4.WeaponBonusAbbr": "WB",
"DS4.SortByWeaponBonus": "Sort by Weapon Bonus", "DS4.SortByWeaponBonus": "Sort by Weapon Bonus",
"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.OpponentDefenseMelee": "Opponent Defense for melee attacks",
"DS4.OpponentDefenseRanged": "Opponent Defense for ranged 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",
"DS4.Description": "Description", "DS4.Description": "Description",
"DS4.SortByDescription": "Sort by Description", "DS4.SortByDescription": "Sort by Description",
"DS4.Quantity": "Quantity", "DS4.Quantity": "Quantity",
"DS4.SortByQuantity": "Sort by Quantity", "DS4.SortByQuantity": "Sort by Quantity",
"DS4.PriceGold": "Price (Gold)", "DS4.PriceGold": "Price (Gold)",
"DS4.StorageLocation": "Stored at", "DS4.StorageLocation": "Stored at",
"DS4.SortByStorageLocation": "Sort by Storage Location", "DS4.SortByStorageLocation": "Sort by Storage Location",
"DS4.ItemEquipped": "Equipped", "DS4.ItemEquipped": "Equipped",
"DS4.ItemEquippedAbbr": "E", "DS4.ItemEquippedAbbr": "E",
"DS4.SortByItemEquipped": "Sort by Equipped", "DS4.SortByItemEquipped": "Sort by Equipped",
"DS4.ItemAvailability": "Availability", "DS4.ItemAvailability": "Availability",
"DS4.ItemAvailabilityHamlet": "Hamlet", "DS4.ItemAvailabilityHamlet": "Hamlet",
"DS4.ItemAvailabilityVilage": "Village", "DS4.ItemAvailabilityVilage": "Village",
"DS4.ItemAvailabilityCity": "City", "DS4.ItemAvailabilityCity": "City",
"DS4.ItemAvailabilityElves": "Elves", "DS4.ItemAvailabilityElves": "Elves",
"DS4.ItemAvailabilityDwarves": "Dwarves", "DS4.ItemAvailabilityDwarves": "Dwarves",
"DS4.ItemAvailabilityUnset": "Unset", "DS4.ItemAvailabilityUnset": "Unset",
"DS4.ItemAvailabilityNowhere": "Nowhere", "DS4.ItemAvailabilityNowhere": "Nowhere",
"DS4.ItemName": "Name", "DS4.ItemName": "Name",
"DS4.SortByItemName": "Sort by Name", "DS4.SortByItemName": "Sort by Name",
"DS4.ItemTypeWeapon": "Weapon", "DS4.ItemTypeWeapon": "Weapon",
"DS4.ItemTypeWeaponPlural": "Weapons", "DS4.ItemTypeWeaponPlural": "Weapons",
"DS4.ItemTypeArmor": "Armor", "DS4.ItemTypeArmor": "Armor",
"DS4.ItemTypeArmorPlural": "Armor", "DS4.ItemTypeArmorPlural": "Armor",
"DS4.ItemTypeShield": "Shield", "DS4.ItemTypeShield": "Shield",
"DS4.ItemTypeShieldPlural": "Shields", "DS4.ItemTypeShieldPlural": "Shields",
"DS4.ItemTypeSpell": "Spell", "DS4.ItemTypeSpell": "Spell",
"DS4.ItemTypeSpellPlural": "Spells", "DS4.ItemTypeSpellPlural": "Spells",
"DS4.ItemTypeEquipment": "Equipment", "DS4.ItemTypeEquipment": "Equipment",
"DS4.ItemTypeEquipmentPlural": "Equipment", "DS4.ItemTypeEquipmentPlural": "Equipment",
"DS4.ItemTypeLoot": "Loot", "DS4.ItemTypeLoot": "Loot",
"DS4.ItemTypeLootPlural": "Loot", "DS4.ItemTypeLootPlural": "Loot",
"DS4.ItemTypeTalent": "Talent", "DS4.ItemTypeTalent": "Talent",
"DS4.ItemTypeTalentPlural": "Talents", "DS4.ItemTypeTalentPlural": "Talents",
"DS4.ItemTypeRacialAbility": "Racial Ability", "DS4.ItemTypeRacialAbility": "Racial Ability",
"DS4.ItemTypeRacialAbilityPlural": "Racial Abilities", "DS4.ItemTypeRacialAbilityPlural": "Racial Abilities",
"DS4.ItemTypeLanguage": "Language", "DS4.ItemTypeLanguage": "Language",
"DS4.ItemTypeLanguagePlural": "Languages", "DS4.ItemTypeLanguagePlural": "Languages",
"DS4.ItemTypeAlphabet": "Alphabet", "DS4.ItemTypeAlphabet": "Alphabet",
"DS4.ItemTypeAlphabetPlural": "Alphabets", "DS4.ItemTypeAlphabetPlural": "Alphabets",
"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.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.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",
"DS4.ItemPropertiesProtective": "Protective Properties", "DS4.ItemPropertiesProtective": "Protective Properties",
"DS4.ItemPropertiesSpecialCreatureAbility": "Special Creature Ability Properties", "DS4.ItemPropertiesSpecialCreatureAbility": "Special Creature Ability Properties",
"DS4.ItemPropertiesSpell": "Spell Properties", "DS4.ItemPropertiesSpell": "Spell Properties",
"DS4.ItemPropertiesTalent": "Talent Properties", "DS4.ItemPropertiesTalent": "Talent Properties",
"DS4.ItemPropertiesWeapon": "Weapon Properties", "DS4.ItemPropertiesWeapon": "Weapon Properties",
"DS4.ArmorType": "Armor Type", "DS4.ArmorType": "Armor Type",
"DS4.ArmorTypeAbbr": "AT", "DS4.ArmorTypeAbbr": "AT",
"DS4.SortByArmorType": "Sort by Armor Type", "DS4.SortByArmorType": "Sort by Armor Type",
"DS4.ArmorMaterialType": "Material Type", "DS4.ArmorMaterialType": "Material Type",
"DS4.ArmorMaterialTypeAbbr": "Mat.", "DS4.ArmorMaterialTypeAbbr": "Mat.",
"DS4.SortByArmorMaterialType": "Sort by Material Type", "DS4.SortByArmorMaterialType": "Sort by Material Type",
"DS4.ArmorValue": "Armor Value", "DS4.ArmorValue": "Armor Value",
"DS4.ArmorValueAbbr": "AV", "DS4.ArmorValueAbbr": "AV",
"DS4.SortByArmorValue": "Sort by Armor Value", "DS4.SortByArmorValue": "Sort by Armor Value",
"DS4.ArmorTypeBody": "Body", "DS4.ArmorTypeBody": "Body",
"DS4.ArmorTypeBodyAbbr": "Body", "DS4.ArmorTypeBodyAbbr": "Body",
"DS4.ArmorTypeHelmet": "Helmet", "DS4.ArmorTypeHelmet": "Helmet",
"DS4.ArmorTypeHelmetAbbr": "Helm", "DS4.ArmorTypeHelmetAbbr": "Helm",
"DS4.ArmorTypeVambrace": "Vambrace", "DS4.ArmorTypeVambrace": "Vambrace",
"DS4.ArmorTypeVambraceAbbr": "Vambr", "DS4.ArmorTypeVambraceAbbr": "Vambr",
"DS4.ArmorTypeGreaves": "Greaves", "DS4.ArmorTypeGreaves": "Greaves",
"DS4.ArmorTypeGreavesAbbr": "Greav", "DS4.ArmorTypeGreavesAbbr": "Greav",
"DS4.ArmorTypeVambraceGreaves": "Vambrace + Greaves", "DS4.ArmorTypeVambraceGreaves": "Vambrace + Greaves",
"DS4.ArmorTypeVambraceGreavesAbbr": "V+G", "DS4.ArmorTypeVambraceGreavesAbbr": "V+G",
"DS4.ArmorMaterialTypeCloth": "Cloth", "DS4.ArmorMaterialTypeCloth": "Cloth",
"DS4.ArmorMaterialTypeClothAbbr": "Cloth", "DS4.ArmorMaterialTypeClothAbbr": "Cloth",
"DS4.ArmorMaterialTypeLeather": "Leather", "DS4.ArmorMaterialTypeLeather": "Leather",
"DS4.ArmorMaterialTypeLeatherAbbr": "Leath", "DS4.ArmorMaterialTypeLeatherAbbr": "Leath",
"DS4.ArmorMaterialTypeChain": "Chain", "DS4.ArmorMaterialTypeChain": "Chain",
"DS4.ArmorMaterialTypeChainAbbr": "Chain", "DS4.ArmorMaterialTypeChainAbbr": "Chain",
"DS4.ArmorMaterialTypePlate": "Plate", "DS4.ArmorMaterialTypePlate": "Plate",
"DS4.ArmorMaterialTypePlateAbbr": "Plate", "DS4.ArmorMaterialTypePlateAbbr": "Plate",
"DS4.ArmorMaterialTypeNatural": "Natural", "DS4.ArmorMaterialTypeNatural": "Natural",
"DS4.ArmorMaterialTypeNaturalAbbr": "Natural", "DS4.ArmorMaterialTypeNaturalAbbr": "Natural",
"DS4.SpellType": "Spell Type", "DS4.SpellType": "Spell Type",
"DS4.SpellTypeAbbr": "T", "DS4.SpellTypeAbbr": "T",
"DS4.SpellTypeDescription": "The type of the spell.", "DS4.SpellTypeDescription": "The type of the spell.",
"DS4.SortBySpellType": "Sort by Spell Type", "DS4.SortBySpellType": "Sort by Spell Type",
"DS4.SpellTypeSpellcasting": "Spellcasting", "DS4.SpellTypeSpellcasting": "Spellcasting",
"DS4.SpellTypeTargetedSpellcasting": "Targeted Spellcasting", "DS4.SpellTypeTargetedSpellcasting": "Targeted Spellcasting",
"DS4.SpellGroups": "Spell Groups", "DS4.SpellGroups": "Spell Groups",
"DS4.SpellGroupsDescription": "Spell groups which the spell belongs to.", "DS4.SpellGroupsDescription": "Spell groups which the spell belongs to.",
"DS4.SpellGroupLightning": "Lightning", "DS4.SpellGroupLightning": "Lightning",
"DS4.SpellGroupEarth": "Earth, Rock, Stone", "DS4.SpellGroupEarth": "Earth, Rock, Stone",
"DS4.SpellGroupWater": "Water", "DS4.SpellGroupWater": "Water",
"DS4.SpellGroupIce": "Ice, Frost", "DS4.SpellGroupIce": "Ice, Frost",
"DS4.SpellGroupFire": "Fire", "DS4.SpellGroupFire": "Fire",
"DS4.SpellGroupHealing": "Healing", "DS4.SpellGroupHealing": "Healing",
"DS4.SpellGroupLight": "Light", "DS4.SpellGroupLight": "Light",
"DS4.SpellGroupAir": "Air", "DS4.SpellGroupAir": "Air",
"DS4.SpellGroupTransport": "Transport", "DS4.SpellGroupTransport": "Transport",
"DS4.SpellGroupDamage": "Damage", "DS4.SpellGroupDamage": "Damage",
"DS4.SpellGroupShadow": "Shadow", "DS4.SpellGroupShadow": "Shadow",
"DS4.SpellGroupProtection": "Protection", "DS4.SpellGroupProtection": "Protection",
"DS4.SpellGroupMindAffecting": "Mind Affecting", "DS4.SpellGroupMindAffecting": "Mind Affecting",
"DS4.SpellGroupDemonology": "Demonologie", "DS4.SpellGroupDemonology": "Demonologie",
"DS4.SpellGroupNecromancy": "Necromancy", "DS4.SpellGroupNecromancy": "Necromancy",
"DS4.SpellGroupTransmutation": "Transmutation", "DS4.SpellGroupTransmutation": "Transmutation",
"DS4.SpellGroupArea": "Area", "DS4.SpellGroupArea": "Area",
"DS4.SpellModifier": "Spell Modifier", "DS4.SpellModifier": "Spell Modifier",
"DS4.SpellModifierNumerical": "Spell Modifier (numerical)", "DS4.SpellModifierNumerical": "Spell Modifier (numerical)",
"DS4.SpellModifierComplex": "Spell Modifier (complex)", "DS4.SpellModifierComplex": "Spell Modifier (complex)",
"DS4.SpellModifierAbbr": "SM", "DS4.SpellModifierAbbr": "SM",
"DS4.SpellModifierNumericalDescription": "The numerical spell modifier for the corresponding check.", "DS4.SpellModifierNumericalDescription": "The numerical spell modifier for the corresponding check.",
"DS4.SpellModifierComplexDescription": "A complex spell modifier for the corresponding check (for example, dependent on the targets values). If given, the numerical spell bonus is ignored.", "DS4.SpellModifierComplexDescription": "A complex spell modifier for the corresponding check (for example, dependent on the targets values). If given, the numerical spell bonus is ignored.",
"DS4.SortBySpellModifier": "Sort by Spell Modifier", "DS4.SortBySpellModifier": "Sort by Spell Modifier",
"DS4.SpellDistance": "Distance", "DS4.SpellDistance": "Distance",
"DS4.SpellDistanceDescription": "The maximum distance to the target, “Self” meaning that only the caster can be the target of this spell.", "DS4.SpellDistanceDescription": "The maximum distance to the target, “Self” meaning that only the caster can be the target of this spell.",
"DS4.SpellEffectRadius": "Area of Effect Radius", "DS4.SpellEffectRadius": "Area of Effect Radius",
"DS4.SpellEffectRadiusDescription": "The radius of the area of effect of the spell.", "DS4.SpellEffectRadiusDescription": "The radius of the area of effect of the spell.",
"DS4.SpellDuration": "Duration", "DS4.SpellDuration": "Duration",
"DS4.SpellDurationDescription": "The spells duration.", "DS4.SpellDurationDescription": "The spells duration.",
"DS4.CooldownDuration": "Cooldown Period", "DS4.CooldownDuration": "Cooldown Period",
"DS4.CooldownDurationDescription": "The length of time to wait after a successful casting before the spell can be cast again.", "DS4.CooldownDurationDescription": "The length of time to wait after a successful casting before the spell can be cast again.",
"DS4.CooldownDuration0R": "0 Rounds", "DS4.CooldownDuration0R": "0 Rounds",
"DS4.CooldownDuration1R": "1 Round", "DS4.CooldownDuration1R": "1 Round",
"DS4.CooldownDuration2R": "2 Rounds", "DS4.CooldownDuration2R": "2 Rounds",
"DS4.CooldownDuration5R": "5 Rounds", "DS4.CooldownDuration5R": "5 Rounds",
"DS4.CooldownDuration10R": "10 Rounds", "DS4.CooldownDuration10R": "10 Rounds",
"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.SpellAllowsDefense": "Allows Defense",
"DS4.SpellAllowsDefenseDescription": "Is it alowed to perform a defense check against this spell?", "DS4.SpellAllowsDefenseDescription": "Is 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",
"DS4.SpellCasterClassSorcerer": "Sorcerer", "DS4.SpellCasterClassSorcerer": "Sorcerer",
"DS4.SpellCasterClassWizard": "Wizard", "DS4.SpellCasterClassWizard": "Wizard",
"DS4.SpellPrice": "Price (Gold)", "DS4.SpellPrice": "Price (Gold)",
"DS4.SpellPriceDescription": "The price to purchase the spell.", "DS4.SpellPriceDescription": "The price to purchase the spell.",
"DS4.EffectEnabled": "Enabled", "DS4.EffectEnabled": "Enabled",
"DS4.EffectEnabledAbbr": "E", "DS4.EffectEnabledAbbr": "E",
"DS4.EffectActive": "Active (taking into account whether a potential source item is equipped etc.)", "DS4.EffectActive": "Active (taking into account whether a potential source item is equipped etc.)",
"DS4.EffectActiveAbbr": "A", "DS4.EffectActiveAbbr": "A",
"DS4.EffectName": "Name", "DS4.EffectName": "Name",
"DS4.EffectSourceName": "Source", "DS4.EffectSourceName": "Source",
"DS4.EffectFactor": "Factor (the number of times the effect is being applied)", "DS4.EffectFactor": "Factor (the number of times the effect is being applied)",
"DS4.EffectFactorAbbr": "F", "DS4.EffectFactorAbbr": "F",
"DS4.ActorName": "Name", "DS4.ActorName": "Name",
"DS4.ActorImageAltText": "Image of the Actor", "DS4.ActorImageAltText": "Image of the Actor",
"DS4.ActorTypeCharacter": "Character", "DS4.ActorTypeCharacter": "Character",
"DS4.ActorTypeCreature": "Creature", "DS4.ActorTypeCreature": "Creature",
"DS4.Attribute": "Attribute", "DS4.Attribute": "Attribute",
"DS4.AttributeBody": "Body", "DS4.AttributeBody": "Body",
"DS4.AttributeMobility": "Mobility", "DS4.AttributeMobility": "Mobility",
"DS4.AttributeMind": "Mind", "DS4.AttributeMind": "Mind",
"DS4.Trait": "Trait", "DS4.Trait": "Trait",
"DS4.TraitStrength": "Strength", "DS4.TraitStrength": "Strength",
"DS4.TraitConstitution": "Constitution", "DS4.TraitConstitution": "Constitution",
"DS4.TraitAgility": "Agility", "DS4.TraitAgility": "Agility",
"DS4.TraitDexterity": "Dexterity", "DS4.TraitDexterity": "Dexterity",
"DS4.TraitIntellect": "Intellect", "DS4.TraitIntellect": "Intellect",
"DS4.TraitAura": "Aura", "DS4.TraitAura": "Aura",
"DS4.CombatValuesHitPoints": "Hit Points", "DS4.CombatValuesHitPoints": "Hit Points",
"DS4.CombatValuesHitPointsCurrent": "Current Hit Points", "DS4.CombatValuesHitPointsCurrent": "Current Hit Points",
"DS4.CombatValuesHitPointsCurrentAbbr": "HP", "DS4.CombatValuesHitPointsCurrentAbbr": "HP",
"DS4.CombatValuesDefense": "Defense", "DS4.CombatValuesDefense": "Defense",
"DS4.CombatValuesInitiative": "Initiative", "DS4.CombatValuesInitiative": "Initiative",
"DS4.CombatValuesMovement": "Movement", "DS4.CombatValuesMovement": "Movement",
"DS4.CombatValuesMeleeAttack": "Melee Attack", "DS4.CombatValuesMeleeAttack": "Melee Attack",
"DS4.CombatValuesRangedAttack": "Ranged Attack", "DS4.CombatValuesRangedAttack": "Ranged Attack",
"DS4.CombatValuesSpellcasting": "Spellcasting", "DS4.CombatValuesSpellcasting": "Spellcasting",
"DS4.CombatValuesTargetedSpellcasting": "Targeted Spellcasting", "DS4.CombatValuesTargetedSpellcasting": "Targeted Spellcasting",
"DS4.CombatValuesHitPointsSheet": "Hit Points", "DS4.CombatValuesHitPointsSheet": "Hit Points",
"DS4.CombatValuesDefenseSheet": "Defense", "DS4.CombatValuesDefenseSheet": "Defense",
"DS4.CombatValuesInitiativeSheet": "Initiative", "DS4.CombatValuesInitiativeSheet": "Initiative",
"DS4.CombatValuesMovementSheet": "Movement", "DS4.CombatValuesMovementSheet": "Movement",
"DS4.CombatValuesMeleeAttackSheet": "Melee Attack", "DS4.CombatValuesMeleeAttackSheet": "Melee Attack",
"DS4.CombatValuesRangedAttackSheet": "RAT", "DS4.CombatValuesRangedAttackSheet": "RAT",
"DS4.CombatValuesSpellcastingSheet": "Spellcasting", "DS4.CombatValuesSpellcastingSheet": "Spellcasting",
"DS4.CombatValuesTargetedSpellcastingSheet": "TSC", "DS4.CombatValuesTargetedSpellcastingSheet": "TSC",
"DS4.CharacterBaseInfoRace": "Race", "DS4.CharacterBaseInfoRace": "Race",
"DS4.CharacterBaseInfoClass": "Class", "DS4.CharacterBaseInfoClass": "Class",
"DS4.CharacterBaseInfoHeroClass": "Hero Class", "DS4.CharacterBaseInfoHeroClass": "Hero Class",
"DS4.CharacterBaseInfoCulture": "Culture", "DS4.CharacterBaseInfoCulture": "Culture",
"DS4.CharacterProgressionLevel": "Level", "DS4.CharacterProgressionLevel": "Level",
"DS4.CharacterProgressionLevelAbbr": "LVL", "DS4.CharacterProgressionLevelAbbr": "LVL",
"DS4.CharacterProgressionExperiencePoints": "Experience Points", "DS4.CharacterProgressionExperiencePoints": "Experience Points",
"DS4.CharacterProgressionExperiencePointsAbbr": "XP", "DS4.CharacterProgressionExperiencePointsAbbr": "XP",
"DS4.CharacterProgressionTalentPoints": "Talent Points", "DS4.CharacterProgressionTalentPoints": "Talent Points",
"DS4.CharacterProgressionProgressPoints": "Progress Points", "DS4.CharacterProgressionProgressPoints": "Progress Points",
"DS4.CharacterSlayerPoints": "Slayer Points", "DS4.CharacterSlayerPoints": "Slayer Points",
"DS4.CharacterSlayerPointsAbbr": "SP", "DS4.CharacterSlayerPointsAbbr": "SP",
"DS4.TalentRank": "Rank", "DS4.TalentRank": "Rank",
"DS4.SortByTalentRank": "Sort by Rank", "DS4.SortByTalentRank": "Sort by Rank",
"DS4.TalentRankBase": "Acquired", "DS4.TalentRankBase": "Acquired",
"DS4.TalentRankMax": "Maximum", "DS4.TalentRankMax": "Maximum",
"DS4.TalentRankMod": "Additional", "DS4.TalentRankMod": "Additional",
"DS4.TalentRankTotal": "Total", "DS4.TalentRankTotal": "Total",
"DS4.CharacterLanguageLanguages": "Languages", "DS4.CharacterLanguageLanguages": "Languages",
"DS4.CharacterLanguageAlphabets": "Alphabets", "DS4.CharacterLanguageAlphabets": "Alphabets",
"DS4.SpecialCreatureAbilityExperiencePoints": "Experience Points", "DS4.SpecialCreatureAbilityExperiencePoints": "Experience Points",
"DS4.CharacterProfileBiography": "Biography", "DS4.CharacterProfileBiography": "Biography",
"DS4.CharacterProfileGender": "Gender", "DS4.CharacterProfileGender": "Gender",
"DS4.CharacterProfileBirthday": "Birthday", "DS4.CharacterProfileBirthday": "Birthday",
"DS4.CharacterProfileBirthplace": "Birthplace", "DS4.CharacterProfileBirthplace": "Birthplace",
"DS4.CharacterProfileAge": "Age", "DS4.CharacterProfileAge": "Age",
"DS4.CharacterProfileHeight": "Height [m]", "DS4.CharacterProfileHeight": "Height [m]",
"DS4.CharacterProfileHairColor": "Hair Color", "DS4.CharacterProfileHairColor": "Hair Color",
"DS4.CharacterProfileWeight": "Weight [kg]", "DS4.CharacterProfileWeight": "Weight [kg]",
"DS4.CharacterProfileEyeColor": "Eye Color", "DS4.CharacterProfileEyeColor": "Eye Color",
"DS4.CharacterProfileSpecialCharacteristics": "Special Characteristics", "DS4.CharacterProfileSpecialCharacteristics": "Special Characteristics",
"DS4.CharacterCurrencyGold": "Gold", "DS4.CharacterCurrencyGold": "Gold",
"DS4.CharacterCurrencySilver": "Silver", "DS4.CharacterCurrencySilver": "Silver",
"DS4.CharacterCurrencyCopper": "Copper", "DS4.CharacterCurrencyCopper": "Copper",
"DS4.CharacterCurrency": "Currency", "DS4.CharacterCurrency": "Currency",
"DS4.CreatureTypeAnimal": "Animal", "DS4.CreatureTypeAnimal": "Animal",
"DS4.CreatureTypeConstruct": "Construct", "DS4.CreatureTypeConstruct": "Construct",
"DS4.CreatureTypeHumanoid": "Humanoid", "DS4.CreatureTypeHumanoid": "Humanoid",
"DS4.CreatureTypeMagicalEntity": "Magical Entity", "DS4.CreatureTypeMagicalEntity": "Magical Entity",
"DS4.CreatureTypePlantBeing": "Plant Being", "DS4.CreatureTypePlantBeing": "Plant Being",
"DS4.CreatureTypeUndead": "Undead", "DS4.CreatureTypeUndead": "Undead",
"DS4.CreatureSizeCategoryTiny": "Tiny", "DS4.CreatureSizeCategoryTiny": "Tiny",
"DS4.CreatureSizeCategorySmall": "Small", "DS4.CreatureSizeCategorySmall": "Small",
"DS4.CreatureSizeCategoryNormal": "Normal", "DS4.CreatureSizeCategoryNormal": "Normal",
"DS4.CreatureSizeCategoryLarge": "Large", "DS4.CreatureSizeCategoryLarge": "Large",
"DS4.CreatureSizeCategoryHuge": "Huge", "DS4.CreatureSizeCategoryHuge": "Huge",
"DS4.CreatureSizeCategoryColossal": "Colossal", "DS4.CreatureSizeCategoryColossal": "Colossal",
"DS4.CreatureBaseInfoLoot": "Loot", "DS4.CreatureBaseInfoLoot": "Loot",
"DS4.CreatureBaseInfoFoeFactor": "Foe Factor", "DS4.CreatureBaseInfoFoeFactor": "Foe Factor",
"DS4.CreatureBaseInfoCreatureType": "Creature Type", "DS4.CreatureBaseInfoCreatureType": "Creature Type",
"DS4.CreatureBaseInfoSizeCategory": "Size Category", "DS4.CreatureBaseInfoSizeCategory": "Size Category",
"DS4.CreatureBaseInfoExperiencePoints": "Experience Points", "DS4.CreatureBaseInfoExperiencePoints": "Experience Points",
"DS4.CreatureBaseInfoDescription": "Description", "DS4.CreatureBaseInfoDescription": "Description",
"DS4.WarningActorCannotOwnItem": "The actor '{actorName}' of type '{actorType}' cannot own the item '{itemName}' of type '{itemType}'.", "DS4.WarningActorCannotOwnItem": "The actor '{actorName}' of type '{actorType}' cannot own the item '{itemName}' of type '{itemType}'.",
"DS4.ErrorDiceCoupFumbleOverlap": "There is an overlap between Fumbles and Coups.", "DS4.ErrorDiceCoupFumbleOverlap": "There is an overlap between Fumbles and Coups.",
"DS4.ErrorSlayingDiceRecursionLimitExceeded": "Maximum recursion depth for slaying dice roll exceeded.", "DS4.ErrorSlayingDiceRecursionLimitExceeded": "Maximum recursion depth for slaying dice roll exceeded.",
"DS4.ErrorInvalidNumberOfDice": "Invalid number of dice.", "DS4.ErrorInvalidNumberOfDice": "Invalid number of dice.",
"DS4.ErrorInvalidActorType": "Invalid actor type '{type}'.", "DS4.ErrorInvalidActorType": "Invalid actor type '{type}'.",
"DS4.ErrorInvalidItemType": "Invalid item type '{type}'.", "DS4.ErrorInvalidItemType": "Invalid item type '{type}'.",
"DS4.ErrorDuringMigration": "Error while migrating DS4 system from migration version {currentVersion} to {targetVersion}. The error occurred during execution of migration script with version {migrationVersion}. Later migrations have not been executed. For more details, please look at the development console (F12).", "DS4.ErrorDuringMigration": "Error while migrating DS4 system from migration version {currentVersion} to {targetVersion}. The error occurred during execution of migration script with version {migrationVersion}. Later migrations have not been executed. For more details, please look at the development console (F12).",
"DS4.ErrorDuringCompendiumMigration": "Error while migrating compendium '{pack}' for DS4 from migration version {currentVersion} to {targetVersion}. The error occurred during execution of migration script with version {migrationVersion}. Later migrations have not been executed. For more details, please look at the development console (F12).", "DS4.ErrorDuringCompendiumMigration": "Error while migrating compendium '{pack}' for DS4 from migration version {currentVersion} to {targetVersion}. The error occurred during execution of migration script with version {migrationVersion}. Later migrations have not been executed. For more details, please look at the development console (F12).",
"DS4.ErrorCannotRollUnownedItem": "Rolling for item '{name}' ({id})is not possible because it is not owned.", "DS4.ErrorCannotRollUnownedItem": "Rolling for item '{name}' ({id})is not possible because it is not owned.",
"DS4.ErrorRollingForItemTypeNotPossible": "Rolling is not possible for items of type '{type}'.", "DS4.ErrorRollingForItemTypeNotPossible": "Rolling is not possible for items of type '{type}'.",
"DS4.ErrorUnexpectedAttackType": "Unexpected attack type '{actualType}', expected it to be one of: {expectedTypes}", "DS4.ErrorUnexpectedAttackType": "Unexpected attack type '{actualType}', expected it to be one of: {expectedTypes}",
"DS4.ErrorUnexpectedAttribute": "Unexpected attribute '{actualAttribute}', expected it to be one of: {expectedTypes}", "DS4.ErrorUnexpectedAttribute": "Unexpected attribute '{actualAttribute}', expected it to be one of: {expectedTypes}",
"DS4.ErrorUnexpectedTrait": "Unexpected trait '{actualTrait}', expected it to be one of: {expectedTypes}", "DS4.ErrorUnexpectedTrait": "Unexpected trait '{actualTrait}', expected it to be one of: {expectedTypes}",
"DS4.ErrorCanvasIsNotInitialized": "Canvas is not initialized yet.", "DS4.ErrorCanvasIsNotInitialized": "Canvas is not initialized yet.",
"DS4.ErrorCannotDragMissingCheck": "Trying to drag the check '{check}' but no such check exists.", "DS4.ErrorCannotDragMissingCheck": "Trying to drag the check '{check}' but no such check exists.",
"DS4.WarningItemMustBeEquippedToBeRolled": "To roll for item '{name}' ({id}) of type '{type}', it needs to be equipped.", "DS4.WarningItemMustBeEquippedToBeRolled": "To roll for item '{name}' ({id}) of type '{type}', it needs to be equipped.",
"DS4.WarningMustControlActorToUseRollItemMacro": "You must control an actor to be able to use a roll item macro.", "DS4.WarningMustControlActorToUseRollItemMacro": "You must control an actor to be able to use a roll item macro.",
"DS4.WarningMustControlActorToUseRollCheckMacro": "You must control an actor to be able to use a roll check macro.", "DS4.WarningMustControlActorToUseRollCheckMacro": "You must control an actor to be able to use a roll check macro.",
"DS4.WarningControlledActorDoesNotHaveItem": "Your controlled actor '{actorName}' ({actorId}) does not have any item with the id '{itemId}'.", "DS4.WarningControlledActorDoesNotHaveItem": "Your controlled actor '{actorName}' ({actorId}) does not have any item with the id '{itemId}'.",
"DS4.WarningItemIsNotRollable": "Item '{name}' ({id}) of type '{type}' is not rollable.", "DS4.WarningItemIsNotRollable": "Item '{name}' ({id}) of type '{type}' is not rollable.",
"DS4.WarningMacrosCanOnlyBeCreatedForOwnedItems": "Macros can only be created for owned items.", "DS4.WarningMacrosCanOnlyBeCreatedForOwnedItems": "Macros can only be created for owned items.",
"DS4.WarningInvalidCheckDropped": "An invalid check was dropped on the Hotbar.", "DS4.WarningInvalidCheckDropped": "An invalid check was dropped on the Hotbar.",
"DS4.WarningSystemUpdateCompletedWithErrors": "Migration of DS4 system from migration version {currentVersion} to {targetVersion} completed with errors. Please check the development console (F12) to see whether the errors have significant impact or can be ignored. In particular, https://github.com/foundryvtt/foundryvtt/issues/9672 may cause issues that simply can be ignored.", "DS4.WarningSystemUpdateCompletedWithErrors": "Migration of DS4 system from migration version {currentVersion} to {targetVersion} completed with errors. Please check the development console (F12) to see whether the errors have significant impact or can be ignored. In particular, https://github.com/foundryvtt/foundryvtt/issues/9672 may cause issues that simply can be ignored.",
"DS4.InfoManuallyEnterSpellModifier": "The correct value of the spell modifier '{spellModifier}' of the spell '{name}' needs to be entered by manually.", "DS4.InfoManuallyEnterSpellModifier": "The correct value of the spell modifier '{spellModifier}' of the spell '{name}' needs to be entered by manually.",
"DS4.InfoSystemUpdateStart": "Migrating DS4 system from migration version {currentVersion} to {targetVersion}. Please be patient and do not close your game or shut down your server.", "DS4.InfoSystemUpdateStart": "Migrating DS4 system from migration version {currentVersion} to {targetVersion}. Please be patient and do not close your game or shut down your server.",
"DS4.InfoSystemUpdateCompletedSuccessfully": "Migration of DS4 system from migration version {currentVersion} to {targetVersion} successful!", "DS4.InfoSystemUpdateCompletedSuccessfully": "Migration of DS4 system from migration version {currentVersion} to {targetVersion} successful!",
"DS4.InfoCompendiumMigrationStart": "Migrating compendium '{pack}' for DS4 from migration version {currentVersion} to {targetVersion}. Please be patient and do not close your game or shut down your server.", "DS4.InfoCompendiumMigrationStart": "Migrating compendium '{pack}' for DS4 from migration version {currentVersion} to {targetVersion}. Please be patient and do not close your game or shut down your server.",
"DS4.InfoCompendiumMigrationCompleted": "Migration of compendium '{pack}' for DS4 from migration version {currentVersion} to {targetVersion} successful!", "DS4.InfoCompendiumMigrationCompleted": "Migration of compendium '{pack}' for DS4 from migration version {currentVersion} to {targetVersion} successful!",
"DS4.UnitRounds": "Rounds", "DS4.UnitRounds": "Rounds",
"DS4.UnitRoundsAbbr": "rnd", "DS4.UnitRoundsAbbr": "rnd",
"DS4.UnitMinutes": "Minutes", "DS4.UnitMinutes": "Minutes",
"DS4.UnitMinutesAbbr": "min", "DS4.UnitMinutesAbbr": "min",
"DS4.UnitHours": "Hours", "DS4.UnitHours": "Hours",
"DS4.UnitHoursAbbr": "h", "DS4.UnitHoursAbbr": "h",
"DS4.UnitDays": "Days", "DS4.UnitDays": "Days",
"DS4.UnitDaysAbbr": "d", "DS4.UnitDaysAbbr": "d",
"DS4.UnitMeters": "Meters", "DS4.UnitMeters": "Meters",
"DS4.UnitMetersAbbr": "m", "DS4.UnitMetersAbbr": "m",
"DS4.UnitKilometers": "Kilometers", "DS4.UnitKilometers": "Kilometers",
"DS4.UnitKilometersAbbr": "km", "DS4.UnitKilometersAbbr": "km",
"DS4.UnitCustom": "Custom Unit", "DS4.UnitCustom": "Custom Unit",
"DS4.UnitCustomAbbr": " ", "DS4.UnitCustomAbbr": " ",
"DS4.GenericOkButton": "Ok", "DS4.GenericOkButton": "Ok",
"DS4.GenericCancelButton": "Cancel", "DS4.GenericCancelButton": "Cancel",
"DS4.DialogRollOptionsDefaultTitle": "Roll Options", "DS4.DialogRollOptionsDefaultTitle": "Roll Options",
"DS4.ErrorUnexpectedHtmlType": "Type Error: Expected '{exType}' but got '{realType}'.", "DS4.ErrorUnexpectedHtmlType": "Type Error: Expected '{exType}' but got '{realType}'.",
"DS4.ErrorCouldNotFindForm": "Could not find HTML element '{htmlElement}'.", "DS4.ErrorCouldNotFindForm": "Could not find HTML element '{htmlElement}'.",
"DS4.ErrorActorDoesNotHaveItem": "The actor '{actor}' does not have any item with the UUID '{uuid}'.", "DS4.ErrorActorDoesNotHaveItem": "The actor '{actor}' does not have any item with the UUID '{uuid}'.",
"DS4.ErrorUnexpectedError": "There was an unexpected error in the Dungeonslayers 4 system. For more details, please take a look at the console (F12).", "DS4.ErrorUnexpectedError": "There was an unexpected error in the Dungeonslayers 4 system. For more details, please take a look at the console (F12).",
"DS4.ErrorItemDoesNotHaveEffect": "The item '{item}' does not have any effect with the ID '{id}'.", "DS4.ErrorItemDoesNotHaveEffect": "The item '{item}' does not have any effect with the ID '{id}'.",
"DS4.ErrorActorDoesNotHaveEffect": "The actor '{actor}' does not have any effect with the UUID '{uuid}'.", "DS4.ErrorActorDoesNotHaveEffect": "The actor '{actor}' does not have any effect with the UUID '{uuid}'.",
"DS4.DialogRollOptionsCheckTargetNumberLabel": "Check Target Number", "DS4.DialogRollOptionsCheckTargetNumberLabel": "Check Target Number",
"DS4.DialogRollOptionsCheckModifierLabel": "Modifier", "DS4.DialogRollOptionsCheckModifierLabel": "Modifier",
"DS4.DialogRollOptionsCheckModifierCustomLabel": "Custom Modifier", "DS4.DialogRollOptionsCheckModifierCustomLabel": "Custom Modifier",
"DS4.DialogRollOptionsMaximumCoupResultLabel": "Coup to", "DS4.DialogRollOptionsMaximumCoupResultLabel": "Coup to",
"DS4.DialogRollOptionsMinimumFumbleResultLabel": "Fumble from", "DS4.DialogRollOptionsMinimumFumbleResultLabel": "Fumble from",
"DS4.DialogRollOptionsRollModeLabel": "Visibility", "DS4.DialogRollOptionsRollModeLabel": "Visibility",
"DS4.CheckModifierRoutine": "Routine", "DS4.CheckModifierRoutine": "Routine",
"DS4.CheckModifierVeryEasy": "Very Easy", "DS4.CheckModifierVeryEasy": "Very Easy",
"DS4.CheckModifierEasy": "Easy", "DS4.CheckModifierEasy": "Easy",
"DS4.CheckModifierMormal": "Normal", "DS4.CheckModifierMormal": "Normal",
"DS4.CheckModifierDifficult": "Difficult", "DS4.CheckModifierDifficult": "Difficult",
"DS4.CheckModifierVeryDifficult": "Very Difficult", "DS4.CheckModifierVeryDifficult": "Very Difficult",
"DS4.CheckModifierExtremelyDifficult": "Extremely Difficult", "DS4.CheckModifierExtremelyDifficult": "Extremely Difficult",
"DS4.CheckModifierCustom": "Custom", "DS4.CheckModifierCustom": "Custom",
"DS4.TooltipBaseValue": "Base Value", "DS4.TooltipBaseValue": "Base Value",
"DS4.TooltipModifier": "Modifier", "DS4.TooltipModifier": "Modifier",
"DS4.TooltipEffects": "Effects", "DS4.TooltipEffects": "Effects",
"DS4.SettingUseSlayingDiceForAutomatedChecksName": "Slaying Dice", "DS4.SettingUseSlayingDiceForAutomatedChecksName": "Slaying Dice",
"DS4.SettingUseSlayingDiceForAutomatedChecksHint": "Use Slaying Dice for automated checks.", "DS4.SettingUseSlayingDiceForAutomatedChecksHint": "Use Slaying Dice for automated checks.",
"DS4.SettingShowSlayerPointsName": "Slayer Points", "DS4.SettingShowSlayerPointsName": "Slayer Points",
"DS4.SettingShowSlayerPointsHint": "Show Slayer Points in the character sheet.", "DS4.SettingShowSlayerPointsHint": "Show Slayer Points in the character sheet.",
"DS4.Checks": "Checks", "DS4.Checks": "Checks",
"DS4.ChecksAppraise": "Appraise", "DS4.ChecksAppraise": "Appraise",
"DS4.ChecksChangeSpell": "Change Spell", "DS4.ChecksChangeSpell": "Change Spell",
"DS4.ChecksClimb": "Climb", "DS4.ChecksClimb": "Climb",
"DS4.ChecksCommunicate": "Communicate", "DS4.ChecksCommunicate": "Communicate",
"DS4.ChecksDecipherScript": "Decipher Script", "DS4.ChecksDecipherScript": "Decipher Script",
"DS4.ChecksDefend": "Defend", "DS4.ChecksDefend": "Defend",
"DS4.ChecksDefyPoison": "Defy Poison", "DS4.ChecksDefyPoison": "Defy Poison",
"DS4.ChecksDisableTraps": "Disable Traps", "DS4.ChecksDisableTraps": "Disable Traps",
"DS4.ChecksFeatOfStrength": "Feat of Strength", "DS4.ChecksFeatOfStrength": "Feat of Strength",
"DS4.ChecksFlirt": "Flirt", "DS4.ChecksFlirt": "Flirt",
"DS4.ChecksHaggle": "Haggle", "DS4.ChecksHaggle": "Haggle",
"DS4.ChecksHide": "Hide", "DS4.ChecksHide": "Hide",
"DS4.ChecksIdentifyMagic": "Identify Magic", "DS4.ChecksIdentifyMagic": "Identify Magic",
"DS4.ChecksJump": "Jump", "DS4.ChecksJump": "Jump",
"DS4.ChecksKnowledge": "Knowledge", "DS4.ChecksKnowledge": "Knowledge",
"DS4.ChecksOpenLock": "Open Lock", "DS4.ChecksOpenLock": "Open Lock",
"DS4.ChecksPerception": "Perception", "DS4.ChecksPerception": "Perception",
"DS4.ChecksPickPocket": "Pick Pocket", "DS4.ChecksPickPocket": "Pick Pocket",
"DS4.ChecksReadTracks": "Read Tracks", "DS4.ChecksReadTracks": "Read Tracks",
"DS4.ChecksResistDisease": "Resist Disease", "DS4.ChecksResistDisease": "Resist Disease",
"DS4.ChecksRide": "Ride", "DS4.ChecksRide": "Ride",
"DS4.ChecksSearch": "Search", "DS4.ChecksSearch": "Search",
"DS4.ChecksSenseMagic": "Sense Magic", "DS4.ChecksSenseMagic": "Sense Magic",
"DS4.ChecksSneak": "Sneak", "DS4.ChecksSneak": "Sneak",
"DS4.ChecksStartFire": "Start Fire", "DS4.ChecksStartFire": "Start Fire",
"DS4.ChecksSwim": "Swim", "DS4.ChecksSwim": "Swim",
"DS4.ChecksWakeUp": "Wake Up", "DS4.ChecksWakeUp": "Wake Up",
"DS4.ChecksWorkMechanism": "Work Mechanism", "DS4.ChecksWorkMechanism": "Work Mechanism",
"DS4.ActorCheckFlavor": "{actor} rolls a {check} check.", "DS4.ActorCheckFlavor": "{actor} rolls a {check} check.",
"DS4.ActorGenericCheckFlavor": "{actor} rolls a check against {attribute} + {trait}.", "DS4.ActorGenericCheckFlavor": "{actor} rolls a check against {attribute} + {trait}.",
"DS4.CheckTooltip": "Roll a {check} check", "DS4.CheckTooltip": "Roll a {check} check",
"DS4.NewWeaponName": "New Weapon", "DS4.NewWeaponName": "New Weapon",
"DS4.NewArmorName": "New Armor", "DS4.NewArmorName": "New Armor",
"DS4.NewShieldName": "New Shield", "DS4.NewShieldName": "New Shield",
"DS4.NewSpellName": "New Spell", "DS4.NewSpellName": "New Spell",
"DS4.NewEquipmentName": "New Equipment", "DS4.NewEquipmentName": "New Equipment",
"DS4.NewLootName": "New Loot", "DS4.NewLootName": "New Loot",
"DS4.NewTalentName": "New Talent", "DS4.NewTalentName": "New Talent",
"DS4.NewRacialAbilityName": "New Racial Ability", "DS4.NewRacialAbilityName": "New Racial Ability",
"DS4.NewLanguageName": "New Language", "DS4.NewLanguageName": "New Language",
"DS4.NewAlphabetName": "New Alphabet", "DS4.NewAlphabetName": "New Alphabet",
"DS4.NewSpecialCreatureAbilityName": "New Special Creature Ability", "DS4.NewSpecialCreatureAbilityName": "New Special Creature Ability",
"DS4.NewEffectName": "New Effect", "DS4.NewEffectName": "New Effect",
"DS4.ActiveEffectApplyToItems": "Apply to Items", "DS4.ActiveEffectApplyToItems": "Apply to Items",
"DS4.ActiveEffectItemName": "Item Name", "DS4.ActiveEffectItemName": "Item Name",
"DS4.ActiveEffectItemCondition": "Condition", "DS4.ActiveEffectItemCondition": "Condition",
"DS4.TooltipNotEditableDueToEffects": "field not editable, because affected by Active Effects" "DS4.TooltipNotEditableDueToEffects": "field not editable, because affected by Active Effects"
} }

View file

@ -1,99 +1,99 @@
{ {
"private": true, "private": true,
"name": "dungeonslayers4", "name": "dungeonslayers4",
"description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.", "description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.",
"version": "1.20.0-0", "version": "1.20.0-0",
"license": "https://git.f3l.de/dungeonslayers/ds4#licensing", "license": "https://git.f3l.de/dungeonslayers/ds4#licensing",
"homepage": "https://git.f3l.de/dungeonslayers/ds4", "homepage": "https://git.f3l.de/dungeonslayers/ds4",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.f3l.de/dungeonslayers/ds4" "url": "https://git.f3l.de/dungeonslayers/ds4"
},
"bugs": {
"url": "https://git.f3l.de/dungeonslayers/ds4/issues"
},
"contributors": [
{
"name": "Johannes Loher",
"email": "johannes.loher@fg4f.de"
}, },
"bugs": { {
"url": "https://git.f3l.de/dungeonslayers/ds4/issues" "name": "Gesina Schwalbe",
"email": "gesina.schwalbe@pheerai.de"
}, },
"contributors": [ {
{ "name": "Oliver Rümpelein",
"name": "Johannes Loher", "email": "foundryvtt@pheerai.de"
"email": "johannes.loher@fg4f.de"
},
{
"name": "Gesina Schwalbe",
"email": "gesina.schwalbe@pheerai.de"
},
{
"name": "Oliver Rümpelein",
"email": "foundryvtt@pheerai.de"
},
{
"name": "Siegfried Krug",
"email": "foundryvtt@asdil1991.de"
},
{
"name": "Max Tharr"
},
{
"name": "Sascha Martens"
}
],
"type": "module",
"scripts": {
"build": "run-s clean:files build:files",
"build:files": "run-p build:rollup build:packs",
"build:rollup": "rollup -c",
"build:packs": "./tools/packs.sh pack",
"watch": "rollup -c -w",
"link-package": "node ./tools/link-package.js",
"clean": "run-p clean:files clean:link",
"clean:files": "rimraf dist",
"clean:link": "node ./tools/link-package.js --clean",
"lint": "pnpm eslint",
"lint:fix": "pnpm eslint --fix",
"eslint": "eslint --ext .ts,.js,.cjs,.mjs .",
"format": "pnpm prettier --write",
"format:check": "pnpm prettier --check",
"prettier": "prettier \"./**/*.(ts|js|cjs|mjs|json|scss|yml)\"",
"test": "run-p test:vitest test:typecheck",
"test:vitest": "vitest run",
"test:typecheck": "tsc --noEmit --project spec/tsconfig.json",
"test:watch": "vitest",
"test:ci": "run-p test:ci:vitest test:typecheck",
"test:ci:vitest": "vitest run --reporter=default --reporter=junit --outputFile=junit.xml",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"bump-version": "node ./tools/bump-version.js",
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
}, },
"devDependencies": { {
"@commitlint/cli": "17.6.6", "name": "Siegfried Krug",
"@commitlint/config-conventional": "17.6.6", "email": "foundryvtt@asdil1991.de"
"@foundryvtt/foundryvtt-cli": "0.0.9",
"@guanghechen/rollup-plugin-copy": "5.0.1",
"@ironkinoko/rollup-plugin-styles": "4.0.3",
"@swc/core": "1.3.68",
"@types/fs-extra": "11.0.1",
"@types/jquery": "3.5.16",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"conventional-changelog-cli": "3.0.0",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"fs-extra": "11.1.1",
"handlebars": "4.7.7",
"npm-run-all": "4.1.5",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"rollup": "3.25.3",
"rollup-plugin-swc3": "0.8.2",
"sass": "1.63.6",
"semver": "7.5.4",
"tslib": "2.6.0",
"typescript": "5.1.6",
"vite": "4.4.2",
"vitest": "0.33.0",
"yargs": "17.7.2"
}, },
"packageManager": "pnpm@8.6.7" {
"name": "Max Tharr"
},
{
"name": "Sascha Martens"
}
],
"type": "module",
"scripts": {
"build": "run-s clean:files build:files",
"build:files": "run-p build:rollup build:packs",
"build:rollup": "rollup -c",
"build:packs": "./tools/packs.sh pack",
"watch": "rollup -c -w",
"link-package": "node ./tools/link-package.js",
"clean": "run-p clean:files clean:link",
"clean:files": "rimraf dist",
"clean:link": "node ./tools/link-package.js --clean",
"lint": "pnpm eslint",
"lint:fix": "pnpm eslint --fix",
"eslint": "eslint --ext .ts,.js,.cjs,.mjs .",
"format": "pnpm prettier --write",
"format:check": "pnpm prettier --check",
"prettier": "prettier \"./**/*.(ts|js|cjs|mjs|json|scss|yml)\"",
"test": "run-p test:vitest test:typecheck",
"test:vitest": "vitest run",
"test:typecheck": "tsc --noEmit --project spec/tsconfig.json",
"test:watch": "vitest",
"test:ci": "run-p test:ci:vitest test:typecheck",
"test:ci:vitest": "vitest run --reporter=default --reporter=junit --outputFile=junit.xml",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"bump-version": "node ./tools/bump-version.js",
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
},
"devDependencies": {
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@foundryvtt/foundryvtt-cli": "0.0.9",
"@guanghechen/rollup-plugin-copy": "5.0.1",
"@ironkinoko/rollup-plugin-styles": "4.0.3",
"@swc/core": "1.3.68",
"@types/fs-extra": "11.0.1",
"@types/jquery": "3.5.16",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"conventional-changelog-cli": "3.0.0",
"conventional-changelog-conventionalcommits": "6.1.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"fs-extra": "11.1.1",
"handlebars": "4.7.7",
"npm-run-all": "4.1.5",
"prettier": "3.0.0",
"rimraf": "5.0.1",
"rollup": "3.25.3",
"rollup-plugin-swc3": "0.8.2",
"sass": "1.63.6",
"semver": "7.5.4",
"tslib": "2.6.0",
"typescript": "5.1.6",
"vite": "4.4.2",
"vitest": "0.33.0",
"yargs": "17.7.2"
},
"packageManager": "pnpm@8.6.7"
} }

View file

@ -1,166 +1,166 @@
{ {
"_id": "HjpxMlpyjPr3hd3r", "_id": "HjpxMlpyjPr3hd3r",
"name": "Adler", "name": "Adler",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/eagle.png", "img": "systems/ds4/assets/tokens/devin-night/eagle.png",
"items": ["9vJL3lyC4RTQCZ7e", "zYQAanmjVsNytqBl", "ysyoJA3dYTu4XXvt", "k9Ng7RdfvSRN5JVW", "zUXT2ZkY12TAu5CU"], "items": ["9vJL3lyC4RTQCZ7e", "zYQAanmjVsNytqBl", "ysyoJA3dYTu4XXvt", "k9Ng7RdfvSRN5JVW", "zUXT2ZkY12TAu5CU"],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 3,
"mod": 0
},
"mobility": {
"base": 8,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 1,
"mod": 0
},
"constitution": {
"base": 0,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 1,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 1,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": -6,
"value": 7
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:11)",
"foeFactor": 1,
"creatureType": "animal",
"sizeCategory": "small",
"experiencePoints": 52,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Adler",
"attributes": { "displayName": 20,
"body": { "width": 1,
"base": 3, "height": 1,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 8, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 1,
"mod": 0
},
"constitution": {
"base": 0,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 1,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 1,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": -6,
"value": 7
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:11)",
"foeFactor": 1,
"creatureType": "animal",
"sizeCategory": "small",
"experiencePoints": 52,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Adler", "light": {
"displayName": 20, "alpha": 0.5,
"width": 1, "angle": 360,
"height": 1, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/eagle.png",
"scaleX": 0.7,
"scaleY": 0.7,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/eagle.png",
"systemVersion": "1.19.4", "scaleX": 0.7,
"coreVersion": "11.305", "scaleY": 0.7,
"createdTime": 1668995346489, "offsetX": 0,
"modifiedTime": 1688934880952, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!HjpxMlpyjPr3hd3r" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346489,
"modifiedTime": 1688934880952,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!HjpxMlpyjPr3hd3r"
} }

View file

@ -1,166 +1,166 @@
{ {
"_id": "ttzlBKtMWz981WF3", "_id": "ttzlBKtMWz981WF3",
"name": "Alligator", "name": "Alligator",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/alligator-green.png", "img": "systems/ds4/assets/tokens/devin-night/alligator-green.png",
"items": ["Z4ZEuB2l0vo2dJcK", "ACGvtQk97Udg1rih", "Buv9Nzqx0hpPPsew", "ree4HN3j8tv7b18k", "8Aq23UcNNFecGbk9"], "items": ["Z4ZEuB2l0vo2dJcK", "ACGvtQk97Udg1rih", "Buv9Nzqx0hpPPsew", "ree4HN3j8tv7b18k", "8Aq23UcNNFecGbk9"],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 12,
"mod": 0
},
"mobility": {
"base": 10,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 5,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 52,
"value": 78
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:14)",
"foeFactor": 10,
"creatureType": "animal",
"sizeCategory": "large",
"experiencePoints": 151,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Alligator",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 12, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 10, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 5,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 52,
"value": 78
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:14)",
"foeFactor": 10,
"creatureType": "animal",
"sizeCategory": "large",
"experiencePoints": 151,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": true,
"flags": {}, "alpha": 1,
"name": "Alligator", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": true, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/alligator*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/alligator*.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995347112, "offsetX": 0,
"modifiedTime": 1688934881499, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!ttzlBKtMWz981WF3" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995347112,
"modifiedTime": 1688934881499,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!ttzlBKtMWz981WF3"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "U6mQ5sQwMjdLgUww", "_id": "U6mQ5sQwMjdLgUww",
"name": "Alterung (1 Jahr pro Schadenspunkt)", "name": "Alterung (1 Jahr pro Schadenspunkt)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL" "sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.</p>", "description": "<p>Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.</p>",
"experiencePoints": -1 "experiencePoints": -1
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!6KmAeL9lVxWXIeU6.U6mQ5sQwMjdLgUww" "_key": "!actors.items!6KmAeL9lVxWXIeU6.U6mQ5sQwMjdLgUww"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "U95WXWQaKfIPiJZK", "_id": "U95WXWQaKfIPiJZK",
"name": "Alterung (1 Jahr pro Schadenspunkt)", "name": "Alterung (1 Jahr pro Schadenspunkt)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL" "sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.</p>", "description": "<p>Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.</p>",
"experiencePoints": -1 "experiencePoints": -1
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!cE5kI3uqXWQrCaI5.U95WXWQaKfIPiJZK" "_key": "!actors.items!cE5kI3uqXWQrCaI5.U95WXWQaKfIPiJZK"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "gfZuHfJiCyZUskwn", "_id": "gfZuHfJiCyZUskwn",
"name": "Alterung (1 Jahr pro Treffer)", "name": "Alterung (1 Jahr pro Treffer)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.e9F812racwKeZPgR" "sourceId": "Compendium.ds4.special-creature-abilities.e9F812racwKeZPgR"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Bei einem Treffer altert das Ziel um 1 Jahr.</p>", "description": "<p>Bei einem Treffer altert das Ziel um 1 Jahr.</p>",
"experiencePoints": 1 "experiencePoints": 1
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!T9YRYe0vnR4Qg4UM.gfZuHfJiCyZUskwn" "_key": "!actors.items!T9YRYe0vnR4Qg4UM.gfZuHfJiCyZUskwn"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "wqzMhcBGP8qbClRW", "_id": "wqzMhcBGP8qbClRW",
"name": "Anfällig (Erde)", "name": "Anfällig (Erde)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.mAWyVCfTFH6JiEIu" "sourceId": "Compendium.ds4.special-creature-abilities.mAWyVCfTFH6JiEIu"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Erd-, Fels- und Steinangriffe.</p>", "description": "<p>Erh&auml;lt doppelten Schaden durch Erd-, Fels- und Steinangriffe.</p>",
"experiencePoints": 0 "experiencePoints": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!wYVw1a5UjPS09YxS.wqzMhcBGP8qbClRW" "_key": "!actors.items!wYVw1a5UjPS09YxS.wqzMhcBGP8qbClRW"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "Kf2kAdMidDaK1SVD", "_id": "Kf2kAdMidDaK1SVD",
"name": "Anfällig (Feuer)", "name": "Anfällig (Feuer)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C" "sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Feuerangriffe.</p>", "description": "<p>Erh&auml;lt doppelten Schaden durch Feuerangriffe.</p>",
"experiencePoints": 0 "experiencePoints": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!P3mlpN2JrbnDtLwJ.Kf2kAdMidDaK1SVD" "_key": "!actors.items!P3mlpN2JrbnDtLwJ.Kf2kAdMidDaK1SVD"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "NKUKD1KfNTpKZygj", "_id": "NKUKD1KfNTpKZygj",
"name": "Anfällig (Feuer)", "name": "Anfällig (Feuer)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C" "sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Feuerangriffe.</p>", "description": "<p>Erh&auml;lt doppelten Schaden durch Feuerangriffe.</p>",
"experiencePoints": 0 "experiencePoints": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!dlrDPQ3is4NkzZJB.NKUKD1KfNTpKZygj" "_key": "!actors.items!dlrDPQ3is4NkzZJB.NKUKD1KfNTpKZygj"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "X9jyAzrnyxuikyg3", "_id": "X9jyAzrnyxuikyg3",
"name": "Anfällig (Feuer)", "name": "Anfällig (Feuer)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C" "sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Feuerangriffe.</p>", "description": "<p>Erh&auml;lt doppelten Schaden durch Feuerangriffe.</p>",
"experiencePoints": 0 "experiencePoints": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!WboyONCY2UZildi9.X9jyAzrnyxuikyg3" "_key": "!actors.items!WboyONCY2UZildi9.X9jyAzrnyxuikyg3"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "XBYL6p6Lh2di3cL0", "_id": "XBYL6p6Lh2di3cL0",
"name": "Anfällig (Licht)", "name": "Anfällig (Licht)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 400000, "sort": 400000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.aOsmsf7jIK7hU9U8" "sourceId": "Compendium.ds4.special-creature-abilities.aOsmsf7jIK7hU9U8"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Lichtangriffe.</p>", "description": "<p>Erh&auml;lt doppelten Schaden durch Lichtangriffe.</p>",
"experiencePoints": 0 "experiencePoints": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!EItxqEiDUOmJdy4n.XBYL6p6Lh2di3cL0" "_key": "!actors.items!EItxqEiDUOmJdy4n.XBYL6p6Lh2di3cL0"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "23wk4FP7dNTkLgB5", "_id": "23wk4FP7dNTkLgB5",
"name": "Anfällig (Luft)", "name": "Anfällig (Luft)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY" "sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Blitz-, Sturm- und Windangriffe.</p>", "description": "<p>Erh&auml;lt doppelten Schaden durch Blitz-, Sturm- und Windangriffe.</p>",
"experiencePoints": 0 "experiencePoints": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!mOQ21HFNisTfu7ve.23wk4FP7dNTkLgB5" "_key": "!actors.items!mOQ21HFNisTfu7ve.23wk4FP7dNTkLgB5"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "ur7rgX6JTOwscpm5", "_id": "ur7rgX6JTOwscpm5",
"name": "Anfällig (Luft)", "name": "Anfällig (Luft)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY" "sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Blitz-, Sturm- und Windangriffe.</p>", "description": "<p>Erh&auml;lt doppelten Schaden durch Blitz-, Sturm- und Windangriffe.</p>",
"experiencePoints": 0 "experiencePoints": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!GnW2ELzTtLoJmUQ1.ur7rgX6JTOwscpm5" "_key": "!actors.items!GnW2ELzTtLoJmUQ1.ur7rgX6JTOwscpm5"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "MPb5ZrTIutJ291XD", "_id": "MPb5ZrTIutJ291XD",
"name": "Anfällig (Wasser)", "name": "Anfällig (Wasser)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 400000, "sort": 400000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e" "sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Eis-, Frost- und Wasserangriffe.</p>", "description": "<p>Erh&auml;lt doppelten Schaden durch Eis-, Frost- und Wasserangriffe.</p>",
"experiencePoints": 0 "experiencePoints": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!O2maANGDJHPLX8aE.MPb5ZrTIutJ291XD" "_key": "!actors.items!O2maANGDJHPLX8aE.MPb5ZrTIutJ291XD"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "c95cnrJtMG20InKV", "_id": "c95cnrJtMG20InKV",
"name": "Anfällig (Wasser)", "name": "Anfällig (Wasser)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e" "sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Erh&auml;lt doppelten Schaden durch Eis-, Frost- und Wasserangriffe.</p>", "description": "<p>Erh&auml;lt doppelten Schaden durch Eis-, Frost- und Wasserangriffe.</p>",
"experiencePoints": 0 "experiencePoints": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!tYcKw69Feoy3B6hG.c95cnrJtMG20InKV" "_key": "!actors.items!tYcKw69Feoy3B6hG.c95cnrJtMG20InKV"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "4JCW7iKb2e9I2ZSj", "_id": "4JCW7iKb2e9I2ZSj",
"name": "Angst (1)", "name": "Angst (1)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>", "description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 10 "experiencePoints": 10
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!wqgUDJc7Qb28hBBo.4JCW7iKb2e9I2ZSj" "_key": "!actors.items!wqgUDJc7Qb28hBBo.4JCW7iKb2e9I2ZSj"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "J2eP8hBIWtgayfhH", "_id": "J2eP8hBIWtgayfhH",
"name": "Angst (1)", "name": "Angst (1)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>", "description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 10 "experiencePoints": 10
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.J2eP8hBIWtgayfhH" "_key": "!actors.items!oVKL6zJ2kYMmBuYx.J2eP8hBIWtgayfhH"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "k4syi7gvtjmG6yVt", "_id": "k4syi7gvtjmG6yVt",
"name": "Angst (1)", "name": "Angst (1)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 200000, "sort": 200000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>", "description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 10 "experiencePoints": 10
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!SQv63FQBjA5jW5xv.k4syi7gvtjmG6yVt" "_key": "!actors.items!SQv63FQBjA5jW5xv.k4syi7gvtjmG6yVt"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "yUtiK9PSMcNcvXfr", "_id": "yUtiK9PSMcNcvXfr",
"name": "Angst (1)", "name": "Angst (1)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 400000, "sort": 400000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>", "description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 10 "experiencePoints": 10
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!P3mlpN2JrbnDtLwJ.yUtiK9PSMcNcvXfr" "_key": "!actors.items!P3mlpN2JrbnDtLwJ.yUtiK9PSMcNcvXfr"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "IolX9qsFGSxYN38o", "_id": "IolX9qsFGSxYN38o",
"name": "Angst (2)", "name": "Angst (2)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 400000, "sort": 400000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X" "sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>", "description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 20 "experiencePoints": 20
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!6KmAeL9lVxWXIeU6.IolX9qsFGSxYN38o" "_key": "!actors.items!6KmAeL9lVxWXIeU6.IolX9qsFGSxYN38o"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "QkZT7930qdhuLFxw", "_id": "QkZT7930qdhuLFxw",
"name": "Angst (2)", "name": "Angst (2)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 400000, "sort": 400000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X" "sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>", "description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 20 "experiencePoints": 20
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!cE5kI3uqXWQrCaI5.QkZT7930qdhuLFxw" "_key": "!actors.items!cE5kI3uqXWQrCaI5.QkZT7930qdhuLFxw"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "tWwaC91MGIR4k3Uy", "_id": "tWwaC91MGIR4k3Uy",
"name": "Angst (2)", "name": "Angst (2)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 200000, "sort": 200000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X" "sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>", "description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 20 "experiencePoints": 20
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!vsIywRHMnJM7u4ts.tWwaC91MGIR4k3Uy" "_key": "!actors.items!vsIywRHMnJM7u4ts.tWwaC91MGIR4k3Uy"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "pX6BSfPqftBLxuhf", "_id": "pX6BSfPqftBLxuhf",
"name": "Angst (3)", "name": "Angst (3)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.blDuh7uVVhaNSUVU" "sourceId": "Compendium.ds4.special-creature-abilities.blDuh7uVVhaNSUVU"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>", "description": "<p>Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingesch&uuml;chert und erh&auml;lt bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.</p>",
"experiencePoints": 30 "experiencePoints": 30
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!e1oy4levSO4VOQx8.pX6BSfPqftBLxuhf" "_key": "!actors.items!e1oy4levSO4VOQx8.pX6BSfPqftBLxuhf"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "z3o1FUNSKhEWkcpX", "_id": "z3o1FUNSKhEWkcpX",
"name": "Antimagie (10 Meter)", "name": "Antimagie (10 Meter)",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 200000, "sort": 200000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.oUR6JglLxmJZduZz" "sourceId": "Compendium.ds4.special-creature-abilities.oUR6JglLxmJZduZz"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/anti-magic.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/anti-magic.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>S&auml;mtliche Magie in einem Radius von 10 Metern um die Kreatur herum ist wirkungslos. Dies gilt nicht f&uuml;r die eigene Magie der Kreatur oder deren Zauber.</p>", "description": "<p>S&auml;mtliche Magie in einem Radius von 10 Metern um die Kreatur herum ist wirkungslos. Dies gilt nicht f&uuml;r die eigene Magie der Kreatur oder deren Zauber.</p>",
"experiencePoints": 50 "experiencePoints": 50
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!8E7Mm0LsiqFm6syY.z3o1FUNSKhEWkcpX" "_key": "!actors.items!8E7Mm0LsiqFm6syY.z3o1FUNSKhEWkcpX"
} }

View file

@ -1,73 +1,73 @@
{ {
"_id": "quDuDAGeMVUvF3WD", "_id": "quDuDAGeMVUvF3WD",
"name": "Arkanes Schwert", "name": "Arkanes Schwert",
"type": "spell", "type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/sword-wound.svg", "img": "systems/ds4/assets/icons/game-icons/lorc/sword-wound.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.spells.VjvrapwDmBvGYmfj" "sourceId": "Compendium.ds4.spells.VjvrapwDmBvGYmfj"
} }
},
"system": {
"description": "<p>Ein Schwert aus hellem (oder je nach Belieben auch dunklem) Licht erscheint innerhalb eines Radius von VE in Metern um den Zauberwirker herum.</p>\n<p>Innerhalb dieses Wirkungsbereiches k&auml;mpft es v&ouml;llig selbstst&auml;ndig, h&ouml;rt jedoch auf gedankliche Kampfkommandos seines Beschw&ouml;reres wie &bdquo;Greif den gro&szlig;en Troll an&ldquo; oder &bdquo;Sch&uuml;tze mich&ldquo;.</p>\n<p>Bewegt sich der Zauberwirker, wandert der Wirkungsbereich des Schwertes mit ihm mit, so dass die magische Klinge niemals mehr als VE in Metern von ihm getrennt sein kann.</p>\n<p>Das Schwert l&ouml;st sich in seine arkanen Bestandteile auf, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer verstrichen ist.</p>\n<p>S&auml;mtliche Kampfwerte des Schwertes entsprechen der Stufe des Zauberwirkers +10.</p>\n<p>Die einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Zauberwirkers entspricht.</p>",
"equipped": false,
"spellType": "spellcasting",
"spellModifier": {
"numerical": 0,
"complex": ""
}, },
"system": { "allowsDefense": false,
"description": "<p>Ein Schwert aus hellem (oder je nach Belieben auch dunklem) Licht erscheint innerhalb eines Radius von VE in Metern um den Zauberwirker herum.</p>\n<p>Innerhalb dieses Wirkungsbereiches k&auml;mpft es v&ouml;llig selbstst&auml;ndig, h&ouml;rt jedoch auf gedankliche Kampfkommandos seines Beschw&ouml;reres wie &bdquo;Greif den gro&szlig;en Troll an&ldquo; oder &bdquo;Sch&uuml;tze mich&ldquo;.</p>\n<p>Bewegt sich der Zauberwirker, wandert der Wirkungsbereich des Schwertes mit ihm mit, so dass die magische Klinge niemals mehr als VE in Metern von ihm getrennt sein kann.</p>\n<p>Das Schwert l&ouml;st sich in seine arkanen Bestandteile auf, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer verstrichen ist.</p>\n<p>S&auml;mtliche Kampfwerte des Schwertes entsprechen der Stufe des Zauberwirkers +10.</p>\n<p>Die einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Zauberwirkers entspricht.</p>", "spellGroups": {
"equipped": false, "lightning": false,
"spellType": "spellcasting", "earth": false,
"spellModifier": { "water": false,
"numerical": 0, "ice": false,
"complex": "" "fire": false,
}, "healing": false,
"allowsDefense": false, "light": true,
"spellGroups": { "air": false,
"lightning": false, "transport": false,
"earth": false, "damage": false,
"water": false, "shadow": false,
"ice": false, "protection": false,
"fire": false, "mindAffecting": false,
"healing": false, "demonology": false,
"light": true, "necromancy": false,
"air": false, "transmutation": false,
"transport": false, "area": false
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": false,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "",
"unit": "meter"
},
"effectRadius": {
"value": "VE",
"unit": "meter"
},
"duration": {
"value": "VE x 2",
"unit": "rounds"
},
"cooldownDuration": "1d",
"minimumLevels": {
"healer": null,
"wizard": 10,
"sorcerer": 8
}
}, },
"ownership": { "maxDistance": {
"default": 0 "value": "",
"unit": "meter"
}, },
"_stats": { "effectRadius": {
"systemId": null, "value": "VE",
"systemVersion": null, "unit": "meter"
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
}, },
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.quDuDAGeMVUvF3WD" "duration": {
"value": "VE x 2",
"unit": "rounds"
},
"cooldownDuration": "1d",
"minimumLevels": {
"healer": null,
"wizard": 10,
"sorcerer": 8
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.quDuDAGeMVUvF3WD"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "joNh3JSsqfqXk4lU", "_id": "joNh3JSsqfqXk4lU",
"name": "Ast", "name": "Ast",
"type": "weapon", "type": "weapon",
"sort": 100000, "sort": 100000,
"flags": {}, "flags": {},
"effects": [], "effects": [],
"img": "icons/svg/item-bag.svg", "img": "icons/svg/item-bag.svg",
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": false, "equipped": false,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 0, "weaponBonus": 0,
"opponentDefense": 0 "opponentDefense": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!vXmTcBUKZkB2UBD7.joNh3JSsqfqXk4lU" "_key": "!actors.items!vXmTcBUKZkB2UBD7.joNh3JSsqfqXk4lU"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "CM1yKVLm6mhG2eQE", "_id": "CM1yKVLm6mhG2eQE",
"name": "Asthiebe", "name": "Asthiebe",
"type": "weapon", "type": "weapon",
"sort": 100000, "sort": 100000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 2, "weaponBonus": 2,
"opponentDefense": 0 "opponentDefense": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!WboyONCY2UZildi9.CM1yKVLm6mhG2eQE" "_key": "!actors.items!WboyONCY2UZildi9.CM1yKVLm6mhG2eQE"
} }

View file

@ -1,184 +1,184 @@
{ {
"_id": "8E7Mm0LsiqFm6syY", "_id": "8E7Mm0LsiqFm6syY",
"name": "Augenball", "name": "Augenball",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [
"V7Qw97Fk5MJgijNs", "V7Qw97Fk5MJgijNs",
"z3o1FUNSKhEWkcpX", "z3o1FUNSKhEWkcpX",
"tKiwh730ZOGMICdg", "tKiwh730ZOGMICdg",
"SZ8rvHDbY67EqjDN", "SZ8rvHDbY67EqjDN",
"v6ojDNs7V5QqwKgT", "v6ojDNs7V5QqwKgT",
"coIsPp1V166g8IAm", "coIsPp1V166g8IAm",
"kY4uQF3t99ANzx5T", "kY4uQF3t99ANzx5T",
"JMp5LjImHvoKsbGo", "JMp5LjImHvoKsbGo",
"K3QPHlqz66xolbzw", "K3QPHlqz66xolbzw",
"16dN0fMIjJwdhvGF", "16dN0fMIjJwdhvGF",
"u3CLqxahFyF7kVpa", "u3CLqxahFyF7kVpa",
"BkokuzUTP9U6LtBp", "BkokuzUTP9U6LtBp",
"lIchGK1m7Y7fMcKG", "lIchGK1m7Y7fMcKG",
"f0MedvERq1s8hy4z", "f0MedvERq1s8hy4z",
"cnl7AuqByHHjW1zd", "cnl7AuqByHHjW1zd",
"D3McezCJz6afqzmR", "D3McezCJz6afqzmR",
"bKyT6b0j4wLXbL7O" "bKyT6b0j4wLXbL7O"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 8,
"mod": 0
},
"mobility": {
"base": 4,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 0,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 0,
"mod": 0
},
"dexterity": {
"base": 2,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 66,
"value": 88
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "BW #5A:20, #5M:20",
"foeFactor": 23,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Augenball",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 8, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 4, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 0,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 0,
"mod": 0
},
"dexterity": {
"base": 2,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 66,
"value": 88
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "BW #5A:20, #5M:20",
"foeFactor": 23,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Augenball", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "icons/svg/mystery-man.svg",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346257, "offsetX": 0,
"modifiedTime": 1688934880746, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!8E7Mm0LsiqFm6syY" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346257,
"modifiedTime": 1688934880746,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!8E7Mm0LsiqFm6syY"
} }

View file

@ -1,166 +1,166 @@
{ {
"_id": "InLjj4RGxfkDrtXr", "_id": "InLjj4RGxfkDrtXr",
"name": "Bär", "name": "Bär",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/bear-1.png", "img": "systems/ds4/assets/tokens/devin-night/bear-1.png",
"items": ["qZayWokGcZreHpfI", "ayDGYJevUkbQ3N0c", "PKewYpkEmAWTc1j5", "WbEsNLQpzoWJlJyj"], "items": ["qZayWokGcZreHpfI", "ayDGYJevUkbQ3N0c", "PKewYpkEmAWTc1j5", "WbEsNLQpzoWJlJyj"],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 12,
"mod": 0
},
"mobility": {
"base": 8,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 3,
"mod": 0
},
"constitution": {
"base": 3,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 50,
"value": 75
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:16)",
"foeFactor": 9,
"creatureType": "animal",
"sizeCategory": "large",
"experiencePoints": 139,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Bär",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 12, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 8, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 3,
"mod": 0
},
"constitution": {
"base": 3,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 50,
"value": 75
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:16)",
"foeFactor": 9,
"creatureType": "animal",
"sizeCategory": "large",
"experiencePoints": 139,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": true,
"flags": {}, "alpha": 1,
"name": "Bär", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": true, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/bear*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/bear*.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346499, "offsetX": 0,
"modifiedTime": 1688934880959, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!InLjj4RGxfkDrtXr" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346499,
"modifiedTime": 1688934880959,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!InLjj4RGxfkDrtXr"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "Icq7W8YrjXTIlb7C", "_id": "Icq7W8YrjXTIlb7C",
"name": "Bandagen", "name": "Bandagen",
"type": "armor", "type": "armor",
"sort": 200000, "sort": 200000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"armorValue": 1, "armorValue": 1,
"armorMaterialType": "cloth", "armorMaterialType": "cloth",
"armorType": "body" "armorType": "body"
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!P3mlpN2JrbnDtLwJ.Icq7W8YrjXTIlb7C" "_key": "!actors.items!P3mlpN2JrbnDtLwJ.Icq7W8YrjXTIlb7C"
} }

View file

@ -1,173 +1,173 @@
{ {
"_id": "GVLSLNSoMybeWhBP", "_id": "GVLSLNSoMybeWhBP",
"name": "Basilisk", "name": "Basilisk",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/basilisk-green.png", "img": "systems/ds4/assets/tokens/devin-night/basilisk-green.png",
"items": [ "items": [
"y5i2zrZBp74DKQrQ", "y5i2zrZBp74DKQrQ",
"3CFakJA3eQJYSFN7", "3CFakJA3eQJYSFN7",
"x7vdeybwnlRnlqTu", "x7vdeybwnlRnlqTu",
"kQZnCtDlaCaKc38S", "kQZnCtDlaCaKc38S",
"cZa7Ms69DWYg8Pgz", "cZa7Ms69DWYg8Pgz",
"Hn8EIElYWelAKxiD" "Hn8EIElYWelAKxiD"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 14,
"mod": 0
},
"mobility": {
"base": 7,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 3,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 1,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 140,
"value": 168
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 2.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:20)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 206,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Basilisk",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 14, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 7, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 3,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 1,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 140,
"value": 168
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 2.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:20)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 206,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": true,
"flags": {}, "alpha": 1,
"name": "Basilisk", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": true, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/basilisk*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/basilisk*.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346388, "offsetX": 0,
"modifiedTime": 1688934880889, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!GVLSLNSoMybeWhBP" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346388,
"modifiedTime": 1688934880889,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!GVLSLNSoMybeWhBP"
} }

View file

@ -1,174 +1,174 @@
{ {
"_id": "WboyONCY2UZildi9", "_id": "WboyONCY2UZildi9",
"name": "Baumherr", "name": "Baumherr",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [
"CM1yKVLm6mhG2eQE", "CM1yKVLm6mhG2eQE",
"sZw8glq3cnPHu6yq", "sZw8glq3cnPHu6yq",
"X9jyAzrnyxuikyg3", "X9jyAzrnyxuikyg3",
"B1Sw09kZopPZB8ys", "B1Sw09kZopPZB8ys",
"x0mAm5abWWHlKJLz", "x0mAm5abWWHlKJLz",
"2bA1MnqkTTwKtMoS", "2bA1MnqkTTwKtMoS",
"fKCcOlyaebvj1HuL" "fKCcOlyaebvj1HuL"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 20,
"mod": 0
},
"mobility": {
"base": 1,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 5,
"mod": 0
},
"constitution": {
"base": 5,
"mod": 0
},
"agility": {
"base": 0,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 35,
"value": 70
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 2
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Lediglich Brennholz",
"foeFactor": 23,
"creatureType": "plantBeing",
"sizeCategory": "large",
"experiencePoints": 158,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Baumherr",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 20, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 1, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 5,
"mod": 0
},
"constitution": {
"base": 5,
"mod": 0
},
"agility": {
"base": 0,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 35,
"value": 70
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 2
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Lediglich Brennholz",
"foeFactor": 23,
"creatureType": "plantBeing",
"sizeCategory": "large",
"experiencePoints": 158,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Baumherr", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "icons/svg/mystery-man.svg",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346710, "offsetX": 0,
"modifiedTime": 1688934881181, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!WboyONCY2UZildi9" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346710,
"modifiedTime": 1688934881181,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!WboyONCY2UZildi9"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "ndjWMSfPfmPY9AUY", "_id": "ndjWMSfPfmPY9AUY",
"name": "Baumstamm", "name": "Baumstamm",
"type": "weapon", "type": "weapon",
"sort": 100000, "sort": 100000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 4, "weaponBonus": 4,
"opponentDefense": -4 "opponentDefense": -4
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!rULL0cHbyACJsHDC.ndjWMSfPfmPY9AUY" "_key": "!actors.items!rULL0cHbyACJsHDC.ndjWMSfPfmPY9AUY"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "VXyznv68DT2Guc0A", "_id": "VXyznv68DT2Guc0A",
"name": "Bezaubern", "name": "Bezaubern",
"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",
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.HMCFkxVzU2b3KkSA" "sourceId": "Compendium.ds4.special-creature-abilities.HMCFkxVzU2b3KkSA"
} }
}, },
"system": { "system": {
"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>", "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
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!s56U2LeRInrje3xh.VXyznv68DT2Guc0A" "_key": "!actors.items!s56U2LeRInrje3xh.VXyznv68DT2Guc0A"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "8Um85s0Ayigqse3B", "_id": "8Um85s0Ayigqse3B",
"name": "Biss", "name": "Biss",
"type": "weapon", "type": "weapon",
"sort": 200000, "sort": 200000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 2, "weaponBonus": 2,
"opponentDefense": -1 "opponentDefense": -1
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!PVuNoFILDAHpqGsa.8Um85s0Ayigqse3B" "_key": "!actors.items!PVuNoFILDAHpqGsa.8Um85s0Ayigqse3B"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "9olbXmWVzPkmPhvu", "_id": "9olbXmWVzPkmPhvu",
"name": "Biss", "name": "Biss",
"type": "weapon", "type": "weapon",
"sort": 100000, "sort": 100000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 1, "weaponBonus": 1,
"opponentDefense": 0 "opponentDefense": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!O2maANGDJHPLX8aE.9olbXmWVzPkmPhvu" "_key": "!actors.items!O2maANGDJHPLX8aE.9olbXmWVzPkmPhvu"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "j0NbwyhdJPipL7Rl", "_id": "j0NbwyhdJPipL7Rl",
"name": "Biss", "name": "Biss",
"type": "weapon", "type": "weapon",
"sort": 100000, "sort": 100000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 1, "weaponBonus": 1,
"opponentDefense": 0 "opponentDefense": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!Qm2toXbf6EVmvRS1.j0NbwyhdJPipL7Rl" "_key": "!actors.items!Qm2toXbf6EVmvRS1.j0NbwyhdJPipL7Rl"
} }

View file

@ -1,73 +1,73 @@
{ {
"_id": "16dN0fMIjJwdhvGF", "_id": "16dN0fMIjJwdhvGF",
"name": "Blenden", "name": "Blenden",
"type": "spell", "type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/laser-sparks.svg", "img": "systems/ds4/assets/icons/game-icons/lorc/laser-sparks.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 100000, "sort": 100000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.spells.JldAx8a91vVO2wUf" "sourceId": "Compendium.ds4.spells.JldAx8a91vVO2wUf"
} }
},
"system": {
"description": "<p>Ein glei&szlig;ender Lichtstrahl schie&szlig;t aus der Hand des Zauberwirkers und blendet bei Erfolg das Ziel (welches dagegen keine Abwehr w&uuml;rfeln darf).</p><p>Ein geblendetes Ziel hat -8 auf alle Handlungen, bei denen es sehen k&ouml;nnen sollte.</p><p>Selbst augenlose Untote, wie beispielsweise Skelette, werden durch das magische Licht geblendet. Blinde Lebewesen sind dagegen nicht betroffen.</p>",
"equipped": true,
"spellType": "targetedSpellcasting",
"spellModifier": {
"numerical": 0,
"complex": "-(AGI+AU)/2 des Ziels"
}, },
"system": { "allowsDefense": false,
"description": "<p>Ein glei&szlig;ender Lichtstrahl schie&szlig;t aus der Hand des Zauberwirkers und blendet bei Erfolg das Ziel (welches dagegen keine Abwehr w&uuml;rfeln darf).</p><p>Ein geblendetes Ziel hat -8 auf alle Handlungen, bei denen es sehen k&ouml;nnen sollte.</p><p>Selbst augenlose Untote, wie beispielsweise Skelette, werden durch das magische Licht geblendet. Blinde Lebewesen sind dagegen nicht betroffen.</p>", "spellGroups": {
"equipped": true, "lightning": false,
"spellType": "targetedSpellcasting", "earth": false,
"spellModifier": { "water": false,
"numerical": 0, "ice": false,
"complex": "-(AGI+AU)/2 des Ziels" "fire": false,
}, "healing": false,
"allowsDefense": false, "light": true,
"spellGroups": { "air": false,
"lightning": false, "transport": false,
"earth": false, "damage": false,
"water": false, "shadow": false,
"ice": false, "protection": false,
"fire": false, "mindAffecting": false,
"healing": false, "demonology": false,
"light": true, "necromancy": false,
"air": false, "transmutation": false,
"transport": false, "area": false
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": false,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "VE x 5",
"unit": "meter"
},
"effectRadius": {
"value": "",
"unit": "meter"
},
"duration": {
"value": "Prb.",
"unit": "rounds"
},
"cooldownDuration": "5r",
"minimumLevels": {
"healer": 1,
"wizard": 5,
"sorcerer": null
}
}, },
"ownership": { "maxDistance": {
"default": 0 "value": "VE x 5",
"unit": "meter"
}, },
"_stats": { "effectRadius": {
"systemId": null, "value": "",
"systemVersion": null, "unit": "meter"
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
}, },
"_key": "!actors.items!8E7Mm0LsiqFm6syY.16dN0fMIjJwdhvGF" "duration": {
"value": "Prb.",
"unit": "rounds"
},
"cooldownDuration": "5r",
"minimumLevels": {
"healer": 1,
"wizard": 5,
"sorcerer": null
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!8E7Mm0LsiqFm6syY.16dN0fMIjJwdhvGF"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "MuXvP2TjwvevxLpo", "_id": "MuXvP2TjwvevxLpo",
"name": "Blickangriff", "name": "Blickangriff",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 400000, "sort": 400000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97" "sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erh&auml;lt -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.</p>", "description": "<p>Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erh&auml;lt -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.</p>",
"experiencePoints": 10 "experiencePoints": 10
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!F3zJ4xbHwN9syuK8.MuXvP2TjwvevxLpo" "_key": "!actors.items!F3zJ4xbHwN9syuK8.MuXvP2TjwvevxLpo"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "x7vdeybwnlRnlqTu", "_id": "x7vdeybwnlRnlqTu",
"name": "Blickangriff", "name": "Blickangriff",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97" "sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erh&auml;lt -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.</p>", "description": "<p>Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erh&auml;lt -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.</p>",
"experiencePoints": 10 "experiencePoints": 10
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!GVLSLNSoMybeWhBP.x7vdeybwnlRnlqTu" "_key": "!actors.items!GVLSLNSoMybeWhBP.x7vdeybwnlRnlqTu"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "yjkoipelFXEzcy1x", "_id": "yjkoipelFXEzcy1x",
"name": "Blitz-Odem", "name": "Blitz-Odem",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 800000, "sort": 800000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schie&szlig;en-Angriff) &ndash; nur f&uuml;r magische Abwehrboni wird gew&uuml;rfelt (PW: Bonush&ouml;he). GE x 5 m langer Kegel (am Ende GE x 3 m breit).</p>", "description": "<p>Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schie&szlig;en-Angriff) &ndash; nur f&uuml;r magische Abwehrboni wird gew&uuml;rfelt (PW: Bonush&ouml;he). GE x 5 m langer Kegel (am Ende GE x 3 m breit).</p>",
"experiencePoints": -1 "experiencePoints": -1
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!nDRdljcZzkonbU0s.yjkoipelFXEzcy1x" "_key": "!actors.items!nDRdljcZzkonbU0s.yjkoipelFXEzcy1x"
} }

View file

@ -1,73 +1,73 @@
{ {
"_id": "aa8a89EaVy8fjgLn", "_id": "aa8a89EaVy8fjgLn",
"name": "Blitz", "name": "Blitz",
"type": "spell", "type": "spell",
"sort": 900000, "sort": 900000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.spells.Senq5ub2Cx0agJgi" "sourceId": "Compendium.ds4.spells.Senq5ub2Cx0agJgi"
} }
},
"img": "systems/ds4/assets/icons/game-icons/delapouite/bolt-spell-cast.svg",
"effects": [],
"folder": null,
"system": {
"description": "<p>Der Zauberwirker schie&szlig;t einen Blitz auf einen Feind. Gegner in Metallr&uuml;stung d&uuml;rfen keine Abwehr gegen Blitze w&uuml;rfeln.</p>",
"equipped": false,
"spellType": "targetedSpellcasting",
"spellModifier": {
"numerical": 3,
"complex": ""
}, },
"img": "systems/ds4/assets/icons/game-icons/delapouite/bolt-spell-cast.svg", "allowsDefense": true,
"effects": [], "spellGroups": {
"folder": null, "lightning": true,
"system": { "earth": false,
"description": "<p>Der Zauberwirker schie&szlig;t einen Blitz auf einen Feind. Gegner in Metallr&uuml;stung d&uuml;rfen keine Abwehr gegen Blitze w&uuml;rfeln.</p>", "water": false,
"equipped": false, "ice": false,
"spellType": "targetedSpellcasting", "fire": false,
"spellModifier": { "healing": false,
"numerical": 3, "light": false,
"complex": "" "air": false,
}, "transport": false,
"allowsDefense": true, "damage": true,
"spellGroups": { "shadow": false,
"lightning": true, "protection": false,
"earth": false, "mindAffecting": false,
"water": false, "demonology": false,
"ice": false, "necromancy": false,
"fire": false, "transmutation": false,
"healing": false, "area": false
"light": false,
"air": false,
"transport": false,
"damage": true,
"shadow": false,
"protection": false,
"mindAffecting": false,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "VE x 10",
"unit": "meter"
},
"effectRadius": {
"value": "",
"unit": "meter"
},
"duration": {
"value": "Sofort",
"unit": "custom"
},
"cooldownDuration": "1r",
"minimumLevels": {
"healer": 10,
"wizard": 7,
"sorcerer": 7
}
}, },
"ownership": { "maxDistance": {
"default": 0 "value": "VE x 10",
"unit": "meter"
}, },
"_stats": { "effectRadius": {
"systemId": null, "value": "",
"systemVersion": null, "unit": "meter"
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
}, },
"_key": "!actors.items!sCBrVIDh2umWr63g.aa8a89EaVy8fjgLn" "duration": {
"value": "Sofort",
"unit": "custom"
},
"cooldownDuration": "1r",
"minimumLevels": {
"healer": 10,
"wizard": 7,
"sorcerer": 7
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!sCBrVIDh2umWr63g.aa8a89EaVy8fjgLn"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "hcB5LcidhVSW5rI7", "_id": "hcB5LcidhVSW5rI7",
"name": "Brennendes Fell", "name": "Brennendes Fell",
"type": "armor", "type": "armor",
"sort": 300000, "sort": 300000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"armorValue": 1, "armorValue": 1,
"armorMaterialType": "natural", "armorMaterialType": "natural",
"armorType": "body" "armorType": "body"
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!O2maANGDJHPLX8aE.hcB5LcidhVSW5rI7" "_key": "!actors.items!O2maANGDJHPLX8aE.hcB5LcidhVSW5rI7"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "b1YoPObYAlp0qgLo", "_id": "b1YoPObYAlp0qgLo",
"name": "Chitinpanzer", "name": "Chitinpanzer",
"type": "armor", "type": "armor",
"sort": 200000, "sort": 200000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"armorValue": 3, "armorValue": 3,
"armorMaterialType": "natural", "armorMaterialType": "natural",
"armorType": "body" "armorType": "body"
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!WYvb8G0z5GuNi7kO.b1YoPObYAlp0qgLo" "_key": "!actors.items!WYvb8G0z5GuNi7kO.b1YoPObYAlp0qgLo"
} }

View file

@ -1,173 +1,173 @@
{ {
"_id": "PKPmkOMLDGwS9QZJ", "_id": "PKPmkOMLDGwS9QZJ",
"name": "Dämonenfürst", "name": "Dämonenfürst",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [
"bXEiQJc7aJmLW1K4", "bXEiQJc7aJmLW1K4",
"N6MfjihlDL9hfse6", "N6MfjihlDL9hfse6",
"BDsxMEuEKfjEgFk3", "BDsxMEuEKfjEgFk3",
"AHJhJgRCvw2dKx78", "AHJhJgRCvw2dKx78",
"DURD01IkVxPAwlxf", "DURD01IkVxPAwlxf",
"hvOFruV5fmieLXnk" "hvOFruV5fmieLXnk"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 20,
"mod": 0
},
"mobility": {
"base": 20,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 10,
"mod": 0
},
"constitution": {
"base": 10,
"mod": 0
},
"agility": {
"base": 10,
"mod": 0
},
"dexterity": {
"base": 10,
"mod": 0
},
"intellect": {
"base": 5,
"mod": 0
},
"aura": {
"base": 5,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 360,
"value": 400
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 42,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 579,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Dämonenfürst",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 20, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 20, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 10,
"mod": 0
},
"constitution": {
"base": 10,
"mod": 0
},
"agility": {
"base": 10,
"mod": 0
},
"dexterity": {
"base": 10,
"mod": 0
},
"intellect": {
"base": 5,
"mod": 0
},
"aura": {
"base": 5,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 360,
"value": 400
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 42,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 579,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Dämonenfürst", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "icons/svg/mystery-man.svg",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346629, "offsetX": 0,
"modifiedTime": 1688934881055, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!PKPmkOMLDGwS9QZJ" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346629,
"modifiedTime": 1688934881055,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!PKPmkOMLDGwS9QZJ"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "N6MfjihlDL9hfse6", "_id": "N6MfjihlDL9hfse6",
"name": "Dämonenhaut", "name": "Dämonenhaut",
"type": "armor", "type": "armor",
"sort": 200000, "sort": 200000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"armorValue": 2, "armorValue": 2,
"armorMaterialType": "natural", "armorMaterialType": "natural",
"armorType": "body" "armorType": "body"
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!RxSUSzQBSTFYHOlV.N6MfjihlDL9hfse6" "_key": "!actors.items!RxSUSzQBSTFYHOlV.N6MfjihlDL9hfse6"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "DDaq3xgZrGuEl4Dc", "_id": "DDaq3xgZrGuEl4Dc",
"name": "Dicke Borstenhaut", "name": "Dicke Borstenhaut",
"type": "armor", "type": "armor",
"sort": 200000, "sort": 200000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"armorValue": 2, "armorValue": 2,
"armorMaterialType": "natural", "armorMaterialType": "natural",
"armorType": "body" "armorType": "body"
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!FxGhbznQbwd0jRUT.DDaq3xgZrGuEl4Dc" "_key": "!actors.items!FxGhbznQbwd0jRUT.DDaq3xgZrGuEl4Dc"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "pSQjVkwbjngPoEPZ", "_id": "pSQjVkwbjngPoEPZ",
"name": "Dicke Borstenhaut", "name": "Dicke Borstenhaut",
"type": "armor", "type": "armor",
"sort": 200000, "sort": 200000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"armorValue": 2, "armorValue": 2,
"armorMaterialType": "natural", "armorMaterialType": "natural",
"armorType": "body" "armorType": "body"
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!GWNFUkgxocfKchIQ.pSQjVkwbjngPoEPZ" "_key": "!actors.items!GWNFUkgxocfKchIQ.pSQjVkwbjngPoEPZ"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "sZw8glq3cnPHu6yq", "_id": "sZw8glq3cnPHu6yq",
"name": "Dicke Rinde", "name": "Dicke Rinde",
"type": "armor", "type": "armor",
"sort": 200000, "sort": 200000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"armorValue": 2, "armorValue": 2,
"armorMaterialType": "natural", "armorMaterialType": "natural",
"armorType": "body" "armorType": "body"
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!WboyONCY2UZildi9.sZw8glq3cnPHu6yq" "_key": "!actors.items!WboyONCY2UZildi9.sZw8glq3cnPHu6yq"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "b80BR5n1f6WvGavG", "_id": "b80BR5n1f6WvGavG",
"name": "Dicke Spinnenhaut", "name": "Dicke Spinnenhaut",
"type": "armor", "type": "armor",
"sort": 300000, "sort": 300000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"armorValue": 1, "armorValue": 1,
"armorMaterialType": "natural", "armorMaterialType": "natural",
"armorType": "body" "armorType": "body"
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!4276kgAddflo3bwN.b80BR5n1f6WvGavG" "_key": "!actors.items!4276kgAddflo3bwN.b80BR5n1f6WvGavG"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "OehvVDNjDg4xbsW7", "_id": "OehvVDNjDg4xbsW7",
"name": "Dickhäuter", "name": "Dickhäuter",
"type": "armor", "type": "armor",
"sort": 200000, "sort": 200000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"armorValue": 2, "armorValue": 2,
"armorMaterialType": "natural", "armorMaterialType": "natural",
"armorType": "body" "armorType": "body"
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!BIyY1wlxWtJ5FRQJ.OehvVDNjDg4xbsW7" "_key": "!actors.items!BIyY1wlxWtJ5FRQJ.OehvVDNjDg4xbsW7"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "US32MfI48tX5x8Kz", "_id": "US32MfI48tX5x8Kz",
"name": "Drachenwelpe (Blau)", "name": "Drachenwelpe (Blau)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj", "4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"2lkp7kvBk98s2WcR" "2lkp7kvBk98s2WcR"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Drachenwelpe",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 11, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Drachenwelpe", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346697, "offsetX": 0,
"modifiedTime": 1688934881161, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!US32MfI48tX5x8Kz" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346697,
"modifiedTime": 1688934881161,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!US32MfI48tX5x8Kz"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "tchJggykZKx2ctBv", "_id": "tchJggykZKx2ctBv",
"name": "Drachenwelpe (Bronze)", "name": "Drachenwelpe (Bronze)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj", "4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4", "yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ" "XsKjxXO7k3vIMyfQ"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Drachenwelpe",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 11, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Drachenwelpe", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995347091, "offsetX": 0,
"modifiedTime": 1688934881493, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!tchJggykZKx2ctBv" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995347091,
"modifiedTime": 1688934881493,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!tchJggykZKx2ctBv"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "uomniEHbTAek8ERH", "_id": "uomniEHbTAek8ERH",
"name": "Drachenwelpe (Gelb)", "name": "Drachenwelpe (Gelb)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj", "4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"3wfMRBF49WH74mt2" "3wfMRBF49WH74mt2"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Drachenwelpe",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 11, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Drachenwelpe", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995347121, "offsetX": 0,
"modifiedTime": 1688934881503, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!uomniEHbTAek8ERH" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995347121,
"modifiedTime": 1688934881503,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!uomniEHbTAek8ERH"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "owGq4n7KX2P1o9em", "_id": "owGq4n7KX2P1o9em",
"name": "Drachenwelpe (Gold)", "name": "Drachenwelpe (Gold)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj", "4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4", "yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ" "XsKjxXO7k3vIMyfQ"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Drachenwelpe",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 11, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Drachenwelpe", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346962, "offsetX": 0,
"modifiedTime": 1688934881421, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!owGq4n7KX2P1o9em" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346962,
"modifiedTime": 1688934881421,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!owGq4n7KX2P1o9em"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "kFieLVdVz8XittRw", "_id": "kFieLVdVz8XittRw",
"name": "Drachenwelpe (Grün)", "name": "Drachenwelpe (Grün)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj", "4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"qYO8vFpNBw2wQLIJ" "qYO8vFpNBw2wQLIJ"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Drachenwelpe",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 11, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Drachenwelpe", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346875, "offsetX": 0,
"modifiedTime": 1688934881340, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!kFieLVdVz8XittRw" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346875,
"modifiedTime": 1688934881340,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!kFieLVdVz8XittRw"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "7CvWSMFqWHvwajP1", "_id": "7CvWSMFqWHvwajP1",
"name": "Drachenwelpe (Rot)", "name": "Drachenwelpe (Rot)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj", "4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"F5KCKyCC8nD8lrn2" "F5KCKyCC8nD8lrn2"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Drachenwelpe",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 11, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Drachenwelpe", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346249, "offsetX": 0,
"modifiedTime": 1688934880727, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!7CvWSMFqWHvwajP1" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346249,
"modifiedTime": 1688934880727,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!7CvWSMFqWHvwajP1"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "GeUXlf57uWcGVGRH", "_id": "GeUXlf57uWcGVGRH",
"name": "Drachenwelpe (Silber)", "name": "Drachenwelpe (Silber)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj", "4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4", "yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ" "XsKjxXO7k3vIMyfQ"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Drachenwelpe",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 11, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Drachenwelpe", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346414, "offsetX": 0,
"modifiedTime": 1688934880911, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!GeUXlf57uWcGVGRH" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346414,
"modifiedTime": 1688934880911,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!GeUXlf57uWcGVGRH"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "vsKKpweX6I1TQYBj", "_id": "vsKKpweX6I1TQYBj",
"name": "Drachenwelpe (Weiß)", "name": "Drachenwelpe (Weiß)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj", "4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"xUH4ga5oyxeT3mW2" "xUH4ga5oyxeT3mW2"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Drachenwelpe",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 11, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Drachenwelpe", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995347204, "offsetX": 0,
"modifiedTime": 1688934881533, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!vsKKpweX6I1TQYBj" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995347204,
"modifiedTime": 1688934881533,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!vsKKpweX6I1TQYBj"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "wqgUDJc7Qb28hBBo", "_id": "wqgUDJc7Qb28hBBo",
"name": "Drachenwelpe (schwarz)", "name": "Drachenwelpe (schwarz)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj", "4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"hoqMl7N1bv8BKJA5" "hoqMl7N1bv8BKJA5"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 11,
"mod": 0
},
"mind": {
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Drachenwelpe",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 11, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 5,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 3,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 2,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 2A:W20+10)",
"foeFactor": 18,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 255,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Drachenwelpe", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995347224, "offsetX": 0,
"modifiedTime": 1688934881564, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!wqgUDJc7Qb28hBBo" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995347224,
"modifiedTime": 1688934881564,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!wqgUDJc7Qb28hBBo"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "3L2HJX2p7uIpxTjJ", "_id": "3L2HJX2p7uIpxTjJ",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 200000, "sort": 200000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!Z5eEkZjZ525N90ai.3L2HJX2p7uIpxTjJ" "_key": "!actors.items!Z5eEkZjZ525N90ai.3L2HJX2p7uIpxTjJ"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "BDsxMEuEKfjEgFk3", "_id": "BDsxMEuEKfjEgFk3",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!RxSUSzQBSTFYHOlV.BDsxMEuEKfjEgFk3" "_key": "!actors.items!RxSUSzQBSTFYHOlV.BDsxMEuEKfjEgFk3"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "BQoKmcUMRg4cmoXq", "_id": "BQoKmcUMRg4cmoXq",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 200000, "sort": 200000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!2MFCw32xgaic6YGx.BQoKmcUMRg4cmoXq" "_key": "!actors.items!2MFCw32xgaic6YGx.BQoKmcUMRg4cmoXq"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "DuBcMQTb1e7mIe79", "_id": "DuBcMQTb1e7mIe79",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 100000, "sort": 100000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!dFL9UUXHq9heme4T.DuBcMQTb1e7mIe79" "_key": "!actors.items!dFL9UUXHq9heme4T.DuBcMQTb1e7mIe79"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "JxIUfRCSTQ3e5BFg", "_id": "JxIUfRCSTQ3e5BFg",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!s7yuHMW75JDcFQYB.JxIUfRCSTQ3e5BFg" "_key": "!actors.items!s7yuHMW75JDcFQYB.JxIUfRCSTQ3e5BFg"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "LNrmUjNRidA3PoHN", "_id": "LNrmUjNRidA3PoHN",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 200000, "sort": 200000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!lZgvjMSqh5FuA1JK.LNrmUjNRidA3PoHN" "_key": "!actors.items!lZgvjMSqh5FuA1JK.LNrmUjNRidA3PoHN"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "VFP6bNPYcASg0JWE", "_id": "VFP6bNPYcASg0JWE",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 400000, "sort": 400000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!wqgUDJc7Qb28hBBo.VFP6bNPYcASg0JWE" "_key": "!actors.items!wqgUDJc7Qb28hBBo.VFP6bNPYcASg0JWE"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "XSowCGPLnuUUt0gb", "_id": "XSowCGPLnuUUt0gb",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 400000, "sort": 400000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!GnW2ELzTtLoJmUQ1.XSowCGPLnuUUt0gb" "_key": "!actors.items!GnW2ELzTtLoJmUQ1.XSowCGPLnuUUt0gb"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "lB0BTGi2Qp2IpbTp", "_id": "lB0BTGi2Qp2IpbTp",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 400000, "sort": 400000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!yisaQaEFqduLmAJe.lB0BTGi2Qp2IpbTp" "_key": "!actors.items!yisaQaEFqduLmAJe.lB0BTGi2Qp2IpbTp"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "oT9c8PFOqW9NjOKA", "_id": "oT9c8PFOqW9NjOKA",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!WYvb8G0z5GuNi7kO.oT9c8PFOqW9NjOKA" "_key": "!actors.items!WYvb8G0z5GuNi7kO.oT9c8PFOqW9NjOKA"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "tKiwh730ZOGMICdg", "_id": "tKiwh730ZOGMICdg",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 300000, "sort": 300000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!8E7Mm0LsiqFm6syY.tKiwh730ZOGMICdg" "_key": "!actors.items!8E7Mm0LsiqFm6syY.tKiwh730ZOGMICdg"
} }

View file

@ -1,30 +1,30 @@
{ {
"_id": "ut3GaXn0lU6CJO2f", "_id": "ut3GaXn0lU6CJO2f",
"name": "Dunkelsicht", "name": "Dunkelsicht",
"type": "specialCreatureAbility", "type": "specialCreatureAbility",
"sort": 500000, "sort": 500000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4"
} }
}, },
"img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>", "description": "<p>Kann selbst in v&ouml;lliger Dunkelheit noch sehen.</p>",
"experiencePoints": 7 "experiencePoints": 7
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!EItxqEiDUOmJdy4n.ut3GaXn0lU6CJO2f" "_key": "!actors.items!EItxqEiDUOmJdy4n.ut3GaXn0lU6CJO2f"
} }

View file

@ -1,73 +1,73 @@
{ {
"_id": "NeFjvRQWZSKtxAMm", "_id": "NeFjvRQWZSKtxAMm",
"name": "Ebenentor", "name": "Ebenentor",
"type": "spell", "type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/magic-portal.svg", "img": "systems/ds4/assets/icons/game-icons/lorc/magic-portal.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.spells.MKlGqhjQa3GZu4gq" "sourceId": "Compendium.ds4.spells.MKlGqhjQa3GZu4gq"
} }
},
"system": {
"description": "<p>&Ouml;ffnet ein Tor zu einer anderen Existenzebene, die der Zauberwirker namentlich nennen muss. Das Tor schlie&szlig;t sich, sobald VE/2 Wesen es durchschritten haben, oder die Spruchdauer abgelaufen ist.</p>",
"equipped": false,
"spellType": "spellcasting",
"spellModifier": {
"numerical": -8,
"complex": ""
}, },
"system": { "allowsDefense": false,
"description": "<p>&Ouml;ffnet ein Tor zu einer anderen Existenzebene, die der Zauberwirker namentlich nennen muss. Das Tor schlie&szlig;t sich, sobald VE/2 Wesen es durchschritten haben, oder die Spruchdauer abgelaufen ist.</p>", "spellGroups": {
"equipped": false, "lightning": false,
"spellType": "spellcasting", "earth": false,
"spellModifier": { "water": false,
"numerical": -8, "ice": false,
"complex": "" "fire": false,
}, "healing": false,
"allowsDefense": false, "light": false,
"spellGroups": { "air": false,
"lightning": false, "transport": false,
"earth": false, "damage": false,
"water": false, "shadow": false,
"ice": false, "protection": false,
"fire": false, "mindAffecting": false,
"healing": false, "demonology": false,
"light": false, "necromancy": false,
"air": false, "transmutation": false,
"transport": false, "area": false
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": false,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "VE",
"unit": "meter"
},
"effectRadius": {
"value": "",
"unit": "meter"
},
"duration": {
"value": "VE",
"unit": "minutes"
},
"cooldownDuration": "d20d",
"minimumLevels": {
"healer": null,
"wizard": 18,
"sorcerer": 16
}
}, },
"ownership": { "maxDistance": {
"default": 0 "value": "VE",
"unit": "meter"
}, },
"_stats": { "effectRadius": {
"systemId": null, "value": "",
"systemVersion": null, "unit": "meter"
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
}, },
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.NeFjvRQWZSKtxAMm" "duration": {
"value": "VE",
"unit": "minutes"
},
"cooldownDuration": "d20d",
"minimumLevels": {
"healer": null,
"wizard": 18,
"sorcerer": 16
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.NeFjvRQWZSKtxAMm"
} }

View file

@ -1,166 +1,166 @@
{ {
"_id": "HgTRHAjq1YBk40sO", "_id": "HgTRHAjq1YBk40sO",
"name": "Echsenmensch", "name": "Echsenmensch",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/lizard-man-green-dark.png", "img": "systems/ds4/assets/tokens/devin-night/lizard-man-green-dark.png",
"items": ["5X3YrQ6PeuexE5QD", "CylYyspqzzOiD3QA", "tOY9c09eNSqmJHki", "G0avaPXmxplRB8al"], "items": ["5X3YrQ6PeuexE5QD", "CylYyspqzzOiD3QA", "tOY9c09eNSqmJHki", "G0avaPXmxplRB8al"],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 8,
"mod": 0
},
"mind": {
"base": 3,
"mod": 0
}
},
"traits": {
"strength": {
"base": 4,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 0,
"mod": 0
},
"dexterity": {
"base": 2,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 0,
"value": 21
},
"defense": {
"mod": 2
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "BW 1B:12, #2B:17",
"foeFactor": 3,
"creatureType": "humanoid",
"sizeCategory": "normal",
"experiencePoints": 71,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Echsenmensch",
"attributes": { "displayName": 20,
"body": { "width": 1,
"base": 9, "height": 1,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 8, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 3,
"mod": 0
}
},
"traits": {
"strength": {
"base": 4,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 0,
"mod": 0
},
"dexterity": {
"base": 2,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 0,
"value": 21
},
"defense": {
"mod": 2
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "BW 1B:12, #2B:17",
"foeFactor": 3,
"creatureType": "humanoid",
"sizeCategory": "normal",
"experiencePoints": 71,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": true,
"flags": {}, "alpha": 1,
"name": "Echsenmensch", "light": {
"displayName": 20, "alpha": 0.5,
"width": 1, "angle": 360,
"height": 1, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": true, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/lizard-man*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/lizard-man*.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346458, "offsetX": 0,
"modifiedTime": 1688934880941, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!HgTRHAjq1YBk40sO" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346458,
"modifiedTime": 1688934880941,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!HgTRHAjq1YBk40sO"
} }

View file

@ -1,176 +1,176 @@
{ {
"_id": "SQv63FQBjA5jW5xv", "_id": "SQv63FQBjA5jW5xv",
"name": "Einhorn", "name": "Einhorn",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [
"o8CRX0tj3mrixbeV", "o8CRX0tj3mrixbeV",
"k4syi7gvtjmG6yVt", "k4syi7gvtjmG6yVt",
"ywm8DSneqBXy2Pk9", "ywm8DSneqBXy2Pk9",
"RWRBDrcHL1YK6MvZ", "RWRBDrcHL1YK6MvZ",
"m78risNOMkOZtoix", "m78risNOMkOZtoix",
"WLc6j329EiSfsRj5", "WLc6j329EiSfsRj5",
"ysPz3YM2HzR9rptL", "ysPz3YM2HzR9rptL",
"As31RtyHN8S4aN7O", "As31RtyHN8S4aN7O",
"mwMtV9vS293KeF3Q" "mwMtV9vS293KeF3Q"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 9,
"mod": 0
},
"mobility": {
"base": 13,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 6,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 1,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "BW 1B:12, #2B:17",
"foeFactor": 9,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 189,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Einhorn",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 9, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 13, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 2,
"mod": 0
},
"constitution": {
"base": 2,
"mod": 0
},
"agility": {
"base": 6,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 1,
"mod": 0
},
"aura": {
"base": 1,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 42,
"value": 63
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 3.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "BW 1B:12, #2B:17",
"foeFactor": 9,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 189,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Einhorn", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "icons/svg/mystery-man.svg",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346679, "offsetX": 0,
"modifiedTime": 1688934881129, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!SQv63FQBjA5jW5xv" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346679,
"modifiedTime": 1688934881129,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!SQv63FQBjA5jW5xv"
} }

View file

@ -1,73 +1,73 @@
{ {
"_id": "1q93yorTXMMaRAcg", "_id": "1q93yorTXMMaRAcg",
"name": "Einschläfern", "name": "Einschläfern",
"type": "spell", "type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg", "img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0" "sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0"
} }
},
"system": {
"description": "<p>Dieser Zauber schl&auml;fert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen nat&uuml;rlichen Schlaf, aus dem man durch Kampfl&auml;rm u. &auml;. erwachen kann.</p>",
"equipped": false,
"spellType": "spellcasting",
"spellModifier": {
"numerical": 0,
"complex": "-(KÖR+VE)/2 des jeweiligen Ziels"
}, },
"system": { "allowsDefense": false,
"description": "<p>Dieser Zauber schl&auml;fert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen nat&uuml;rlichen Schlaf, aus dem man durch Kampfl&auml;rm u. &auml;. erwachen kann.</p>", "spellGroups": {
"equipped": false, "lightning": false,
"spellType": "spellcasting", "earth": false,
"spellModifier": { "water": false,
"numerical": 0, "ice": false,
"complex": "-(KÖR+VE)/2 des jeweiligen Ziels" "fire": false,
}, "healing": false,
"allowsDefense": false, "light": false,
"spellGroups": { "air": false,
"lightning": false, "transport": false,
"earth": false, "damage": false,
"water": false, "shadow": false,
"ice": false, "protection": false,
"fire": false, "mindAffecting": true,
"healing": false, "demonology": false,
"light": false, "necromancy": false,
"air": false, "transmutation": false,
"transport": false, "area": false
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": true,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "",
"unit": "meter"
},
"effectRadius": {
"value": "VE x 2",
"unit": "meter"
},
"duration": {
"value": "Sofort",
"unit": "custom"
},
"cooldownDuration": "10r",
"minimumLevels": {
"healer": 2,
"wizard": 5,
"sorcerer": 5
}
}, },
"ownership": { "maxDistance": {
"default": 0 "value": "",
"unit": "meter"
}, },
"_stats": { "effectRadius": {
"systemId": null, "value": "VE x 2",
"systemVersion": null, "unit": "meter"
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
}, },
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.1q93yorTXMMaRAcg" "duration": {
"value": "Sofort",
"unit": "custom"
},
"cooldownDuration": "10r",
"minimumLevels": {
"healer": 2,
"wizard": 5,
"sorcerer": 5
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!oVKL6zJ2kYMmBuYx.1q93yorTXMMaRAcg"
} }

View file

@ -1,73 +1,73 @@
{ {
"_id": "u3CLqxahFyF7kVpa", "_id": "u3CLqxahFyF7kVpa",
"name": "Einschläfern", "name": "Einschläfern",
"type": "spell", "type": "spell",
"img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg", "img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 200000, "sort": 200000,
"flags": { "flags": {
"core": { "core": {
"sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0" "sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0"
} }
},
"system": {
"description": "<p>Dieser Zauber schl&auml;fert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen nat&uuml;rlichen Schlaf, aus dem man durch Kampfl&auml;rm u. &auml;. erwachen kann.</p>",
"equipped": true,
"spellType": "spellcasting",
"spellModifier": {
"numerical": 0,
"complex": "-(KÖR+VE)/2 des jeweiligen Ziels"
}, },
"system": { "allowsDefense": false,
"description": "<p>Dieser Zauber schl&auml;fert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen nat&uuml;rlichen Schlaf, aus dem man durch Kampfl&auml;rm u. &auml;. erwachen kann.</p>", "spellGroups": {
"equipped": true, "lightning": false,
"spellType": "spellcasting", "earth": false,
"spellModifier": { "water": false,
"numerical": 0, "ice": false,
"complex": "-(KÖR+VE)/2 des jeweiligen Ziels" "fire": false,
}, "healing": false,
"allowsDefense": false, "light": false,
"spellGroups": { "air": false,
"lightning": false, "transport": false,
"earth": false, "damage": false,
"water": false, "shadow": false,
"ice": false, "protection": false,
"fire": false, "mindAffecting": true,
"healing": false, "demonology": false,
"light": false, "necromancy": false,
"air": false, "transmutation": false,
"transport": false, "area": false
"damage": false,
"shadow": false,
"protection": false,
"mindAffecting": true,
"demonology": false,
"necromancy": false,
"transmutation": false,
"area": false
},
"maxDistance": {
"value": "",
"unit": "meter"
},
"effectRadius": {
"value": "VE x 2",
"unit": "meter"
},
"duration": {
"value": "Sofort",
"unit": "custom"
},
"cooldownDuration": "10r",
"minimumLevels": {
"healer": 2,
"wizard": 5,
"sorcerer": 5
}
}, },
"ownership": { "maxDistance": {
"default": 0 "value": "",
"unit": "meter"
}, },
"_stats": { "effectRadius": {
"systemId": null, "value": "VE x 2",
"systemVersion": null, "unit": "meter"
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
}, },
"_key": "!actors.items!8E7Mm0LsiqFm6syY.u3CLqxahFyF7kVpa" "duration": {
"value": "Sofort",
"unit": "custom"
},
"cooldownDuration": "10r",
"minimumLevels": {
"healer": 2,
"wizard": 5,
"sorcerer": 5
}
},
"ownership": {
"default": 0
},
"_stats": {
"systemId": null,
"systemVersion": null,
"coreVersion": null,
"createdTime": null,
"modifiedTime": null,
"lastModifiedBy": null
},
"_key": "!actors.items!8E7Mm0LsiqFm6syY.u3CLqxahFyF7kVpa"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "KzEfCqb54s8Ju7x1", "_id": "KzEfCqb54s8Ju7x1",
"name": "Eisenpranke", "name": "Eisenpranke",
"type": "weapon", "type": "weapon",
"sort": 100000, "sort": 100000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 6, "weaponBonus": 6,
"opponentDefense": 0 "opponentDefense": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!dnX0uQXQCEnGs7dM.KzEfCqb54s8Ju7x1" "_key": "!actors.items!dnX0uQXQCEnGs7dM.KzEfCqb54s8Ju7x1"
} }

View file

@ -1,166 +1,166 @@
{ {
"_id": "mOQ21HFNisTfu7ve", "_id": "mOQ21HFNisTfu7ve",
"name": "Erdelementar III", "name": "Erdelementar III",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"], "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 22,
"mod": 0
},
"mobility": {
"base": 2,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 5,
"mod": 0
},
"constitution": {
"base": 7,
"mod": 0
},
"agility": {
"base": 1,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 39,
"value": 78
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 23,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 124,
"description": "<p>Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als st&uuml;rmische Wirbel Gestalt annehmen.</p>\n<p>Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer l&ouml;schen), wird mit Hilfe der Tabelle auf Seite 54 dieses einer Stufe (I-III) zugeordnet, welche mit 5 multipliziert wird, bevor auf das Ergebnis der aufgelistete Gr&ouml;&szlig;enmodifikator aus der Tabelle angerechnet wird. Das endg&uuml;ltige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit K&Ouml;R+ST w&uuml;rfeln muss, um das Element zu bezwingen. Das Elementar erh&auml;lt +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anf&auml;llig ist. Bei einem Mi&szlig;erfolg der vergleichenden Probe erh&auml;lt es abwehrlosen Schaden in H&ouml;he der Ergebnisdistanz, kann es aber in der n&auml;chsten Runde erneut versuchen.</p>"
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erdelementar III",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 22, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 2, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 5,
"mod": 0
},
"constitution": {
"base": 7,
"mod": 0
},
"agility": {
"base": 1,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 39,
"value": 78
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 23,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 124,
"description": "<p>Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als st&uuml;rmische Wirbel Gestalt annehmen.</p>\n<p>Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer l&ouml;schen), wird mit Hilfe der Tabelle auf Seite 54 dieses einer Stufe (I-III) zugeordnet, welche mit 5 multipliziert wird, bevor auf das Ergebnis der aufgelistete Gr&ouml;&szlig;enmodifikator aus der Tabelle angerechnet wird. Das endg&uuml;ltige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit K&Ouml;R+ST w&uuml;rfeln muss, um das Element zu bezwingen. Das Elementar erh&auml;lt +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anf&auml;llig ist. Bei einem Mi&szlig;erfolg der vergleichenden Probe erh&auml;lt es abwehrlosen Schaden in H&ouml;he der Ergebnisdistanz, kann es aber in der n&auml;chsten Runde erneut versuchen.</p>"
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erdelementar III", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "icons/svg/mystery-man.svg",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346894, "offsetX": 0,
"modifiedTime": 1688934881358, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!mOQ21HFNisTfu7ve" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346894,
"modifiedTime": 1688934881358,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!mOQ21HFNisTfu7ve"
} }

View file

@ -1,166 +1,166 @@
{ {
"_id": "S8DNL5XpmNRSNJhD", "_id": "S8DNL5XpmNRSNJhD",
"name": "Erdelementar II", "name": "Erdelementar II",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"], "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 17,
"mod": 0
},
"mobility": {
"base": 2,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 4,
"mod": 0
},
"constitution": {
"base": 5,
"mod": 0
},
"agility": {
"base": 1,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 0,
"value": 32
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 15,
"creatureType": "magicalEntity",
"sizeCategory": "normal",
"experiencePoints": 70,
"description": "<p>Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als st&uuml;rmische Wirbel Gestalt annehmen.</p>\n<p>Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer l&ouml;schen), wird mit Hilfe der Tabelle auf Seite 54 dieses einer Stufe (I-III) zugeordnet, welche mit 5 multipliziert wird, bevor auf das Ergebnis der aufgelistete Gr&ouml;&szlig;enmodifikator aus der Tabelle angerechnet wird. Das endg&uuml;ltige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit K&Ouml;R+ST w&uuml;rfeln muss, um das Element zu bezwingen. Das Elementar erh&auml;lt +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anf&auml;llig ist. Bei einem Mi&szlig;erfolg der vergleichenden Probe erh&auml;lt es abwehrlosen Schaden in H&ouml;he der Ergebnisdistanz, kann es aber in der n&auml;chsten Runde erneut versuchen.</p>"
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erdelementar II",
"attributes": { "displayName": 20,
"body": { "width": 1,
"base": 17, "height": 1,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 2, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 4,
"mod": 0
},
"constitution": {
"base": 5,
"mod": 0
},
"agility": {
"base": 1,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 0,
"value": 32
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 15,
"creatureType": "magicalEntity",
"sizeCategory": "normal",
"experiencePoints": 70,
"description": "<p>Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als st&uuml;rmische Wirbel Gestalt annehmen.</p>\n<p>Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer l&ouml;schen), wird mit Hilfe der Tabelle auf Seite 54 dieses einer Stufe (I-III) zugeordnet, welche mit 5 multipliziert wird, bevor auf das Ergebnis der aufgelistete Gr&ouml;&szlig;enmodifikator aus der Tabelle angerechnet wird. Das endg&uuml;ltige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit K&Ouml;R+ST w&uuml;rfeln muss, um das Element zu bezwingen. Das Elementar erh&auml;lt +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anf&auml;llig ist. Bei einem Mi&szlig;erfolg der vergleichenden Probe erh&auml;lt es abwehrlosen Schaden in H&ouml;he der Ergebnisdistanz, kann es aber in der n&auml;chsten Runde erneut versuchen.</p>"
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erdelementar II", "light": {
"displayName": 20, "alpha": 0.5,
"width": 1, "angle": 360,
"height": 1, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "icons/svg/mystery-man.svg",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346676, "offsetX": 0,
"modifiedTime": 1688934881118, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!S8DNL5XpmNRSNJhD" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346676,
"modifiedTime": 1688934881118,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!S8DNL5XpmNRSNJhD"
} }

View file

@ -1,166 +1,166 @@
{ {
"_id": "1PYYg60DHC6RA3oO", "_id": "1PYYg60DHC6RA3oO",
"name": "Erdelementar I", "name": "Erdelementar I",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"], "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 12,
"mod": 0
},
"mobility": {
"base": 2,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 3,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 1,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": -13,
"value": 13
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 8,
"creatureType": "magicalEntity",
"sizeCategory": "small",
"experiencePoints": 44,
"description": "<p>Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als st&uuml;rmische Wirbel Gestalt annehmen.</p>\n<p>Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer l&ouml;schen), wird mit Hilfe der Tabelle auf Seite 54 dieses einer Stufe (I-III) zugeordnet, welche mit 5 multipliziert wird, bevor auf das Ergebnis der aufgelistete Gr&ouml;&szlig;enmodifikator aus der Tabelle angerechnet wird. Das endg&uuml;ltige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit K&Ouml;R+ST w&uuml;rfeln muss, um das Element zu bezwingen. Das Elementar erh&auml;lt +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anf&auml;llig ist. Bei einem Mi&szlig;erfolg der vergleichenden Probe erh&auml;lt es abwehrlosen Schaden in H&ouml;he der Ergebnisdistanz, kann es aber in der n&auml;chsten Runde erneut versuchen.</p>"
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erdelementar I",
"attributes": { "displayName": 20,
"body": { "width": 1,
"base": 12, "height": 1,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 2, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 3,
"mod": 0
},
"constitution": {
"base": 4,
"mod": 0
},
"agility": {
"base": 1,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": -13,
"value": 13
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "-",
"foeFactor": 8,
"creatureType": "magicalEntity",
"sizeCategory": "small",
"experiencePoints": 44,
"description": "<p>Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als st&uuml;rmische Wirbel Gestalt annehmen.</p>\n<p>Soll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer l&ouml;schen), wird mit Hilfe der Tabelle auf Seite 54 dieses einer Stufe (I-III) zugeordnet, welche mit 5 multipliziert wird, bevor auf das Ergebnis der aufgelistete Gr&ouml;&szlig;enmodifikator aus der Tabelle angerechnet wird. Das endg&uuml;ltige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit K&Ouml;R+ST w&uuml;rfeln muss, um das Element zu bezwingen. Das Elementar erh&auml;lt +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anf&auml;llig ist. Bei einem Mi&szlig;erfolg der vergleichenden Probe erh&auml;lt es abwehrlosen Schaden in H&ouml;he der Ergebnisdistanz, kann es aber in der n&auml;chsten Runde erneut versuchen.</p>"
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erdelementar I", "light": {
"displayName": 20, "alpha": 0.5,
"width": 1, "angle": 360,
"height": 1, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "icons/svg/mystery-man.svg",
"scaleX": 0.7,
"scaleY": 0.7,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "icons/svg/mystery-man.svg",
"systemVersion": "1.19.4", "scaleX": 0.7,
"coreVersion": "11.305", "scaleY": 0.7,
"createdTime": 1668995346142, "offsetX": 0,
"modifiedTime": 1688934880644, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!1PYYg60DHC6RA3oO" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346142,
"modifiedTime": 1688934880644,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!1PYYg60DHC6RA3oO"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "e1oy4levSO4VOQx8", "_id": "e1oy4levSO4VOQx8",
"name": "Erwachsener Drache (Blau)", "name": "Erwachsener Drache (Blau)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf", "pX6BSfPqftBLxuhf",
"6oHGA6nCXRiuAY2O" "6oHGA6nCXRiuAY2O"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erwachsener Drache",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 24, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 16, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erwachsener Drache", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346843, "offsetX": 0,
"modifiedTime": 1688934881306, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!e1oy4levSO4VOQx8" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346843,
"modifiedTime": 1688934881306,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!e1oy4levSO4VOQx8"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "Ko3jVM757Kr89IQr", "_id": "Ko3jVM757Kr89IQr",
"name": "Erwachsener Drache (Bronze)", "name": "Erwachsener Drache (Bronze)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4", "yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf" "pX6BSfPqftBLxuhf"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erwachsener Drache",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 24, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 16, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erwachsener Drache", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346542, "offsetX": 0,
"modifiedTime": 1688934880995, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!Ko3jVM757Kr89IQr" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346542,
"modifiedTime": 1688934880995,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!Ko3jVM757Kr89IQr"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "bEKen2GJBc6d0nix", "_id": "bEKen2GJBc6d0nix",
"name": "Erwachsener Drache (Gelb)", "name": "Erwachsener Drache (Gelb)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf", "pX6BSfPqftBLxuhf",
"XdTwK8lRxVvGfKja" "XdTwK8lRxVvGfKja"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erwachsener Drache",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 24, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 16, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erwachsener Drache", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346793, "offsetX": 0,
"modifiedTime": 1688934881258, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!bEKen2GJBc6d0nix" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346793,
"modifiedTime": 1688934881258,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!bEKen2GJBc6d0nix"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "6Ezz8k1SB64HQ9o5", "_id": "6Ezz8k1SB64HQ9o5",
"name": "Erwachsener Drache (Gold)", "name": "Erwachsener Drache (Gold)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4", "yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf" "pX6BSfPqftBLxuhf"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erwachsener Drache",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 24, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 16, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erwachsener Drache", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346215, "offsetX": 0,
"modifiedTime": 1688934880694, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!6Ezz8k1SB64HQ9o5" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346215,
"modifiedTime": 1688934880694,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!6Ezz8k1SB64HQ9o5"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "FYpSMLagk6Qs6MWS", "_id": "FYpSMLagk6Qs6MWS",
"name": "Erwachsener Drache (Grün)", "name": "Erwachsener Drache (Grün)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf", "pX6BSfPqftBLxuhf",
"3bhEx0YT3KTgl19E" "3bhEx0YT3KTgl19E"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erwachsener Drache",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 24, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 16, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erwachsener Drache", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346356, "offsetX": 0,
"modifiedTime": 1688934880858, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!FYpSMLagk6Qs6MWS" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346356,
"modifiedTime": 1688934880858,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!FYpSMLagk6Qs6MWS"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "7B1AJKsZ9OBmj46R", "_id": "7B1AJKsZ9OBmj46R",
"name": "Erwachsener Drache (Rot)", "name": "Erwachsener Drache (Rot)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf", "pX6BSfPqftBLxuhf",
"WG8AshF0brFilFXB" "WG8AshF0brFilFXB"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erwachsener Drache",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 24, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 16, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erwachsener Drache", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346243, "offsetX": 0,
"modifiedTime": 1688934880714, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!7B1AJKsZ9OBmj46R" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346243,
"modifiedTime": 1688934880714,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!7B1AJKsZ9OBmj46R"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "DoaYEZc7DgLJQ8yg", "_id": "DoaYEZc7DgLJQ8yg",
"name": "Erwachsener Drache (Schwarz)", "name": "Erwachsener Drache (Schwarz)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf", "pX6BSfPqftBLxuhf",
"YH44ChGg43M1zfJV" "YH44ChGg43M1zfJV"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erwachsener Drache",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 24, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 16, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erwachsener Drache", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346320, "offsetX": 0,
"modifiedTime": 1688934880821, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!DoaYEZc7DgLJQ8yg" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346320,
"modifiedTime": 1688934880821,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!DoaYEZc7DgLJQ8yg"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "OsCyBwPcejWRSqLr", "_id": "OsCyBwPcejWRSqLr",
"name": "Erwachsener Drache (Silber)", "name": "Erwachsener Drache (Silber)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4", "yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf" "pX6BSfPqftBLxuhf"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erwachsener Drache",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 24, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 16, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": null
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erwachsener Drache", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346608, "offsetX": 0,
"modifiedTime": 1688934881031, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!OsCyBwPcejWRSqLr" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346608,
"modifiedTime": 1688934881031,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!OsCyBwPcejWRSqLr"
} }

View file

@ -1,180 +1,180 @@
{ {
"_id": "KlpfMH3L3pL82SSd", "_id": "KlpfMH3L3pL82SSd",
"name": "Erwachsener Drache (Weiss)", "name": "Erwachsener Drache (Weiss)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"items": [ "items": [
"fogg4p9NQnpcBTUp", "fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp", "BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE", "VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT", "o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89", "nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr", "h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x", "yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW", "LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X", "ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7", "lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ", "XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf", "pX6BSfPqftBLxuhf",
"27WSvh2zN2Th7iAs" "27WSvh2zN2Th7iAs"
], ],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 24,
"mod": 0
},
"mobility": {
"base": 16,
"mod": 0
},
"mind": {
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": "<h1>Drachenarten</h1>\n<table style=\"width: 634px;\" border=\"1\">\n<tbody>\n<tr>\n<td>Farbe</td>\n<td>Odem</td>\n<td>Wesen...</td>\n</tr>\n<tr>\n<td>Blau</td>\n<td>Blitz-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Bronze</td>\n<td>Schallwellen-</td>\n<td>...des Lichts</td>\n</tr>\n<tr>\n<td>Gelb</td>\n<td>Sandsturm-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Gold</td>\n<td>Licht-</td>\n<td>...des Lichts</td>\n</tr>\n<tr>\n<td>Gr&uuml;n</td>\n<td>Giftgas-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Rot</td>\n<td>Feuer-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Schwarz</td>\n<td>S&auml;ure-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Silber</td>\n<td>Quecksilber-</td>\n<td>...des Lichts</td>\n</tr>\n<tr>\n<td>Weiss</td>\n<td>Frost-</td>\n<td>...der Dunkelheit</td>\n</tr>\n</tbody>\n</table>"
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Erwachsener Drache",
"attributes": { "displayName": 20,
"body": { "width": 4,
"base": 24, "height": 4,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 16, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 10,
"mod": 0
}
},
"traits": {
"strength": {
"base": 6,
"mod": 0
},
"constitution": {
"base": 6,
"mod": 0
},
"agility": {
"base": 4,
"mod": 0
},
"dexterity": {
"base": 4,
"mod": 0
},
"intellect": {
"base": 2,
"mod": 0
},
"aura": {
"base": 3,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 560,
"value": 600
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 11
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 8A:W20+10), BW #(A:W20+10)x10, #12M:20",
"foeFactor": 63,
"creatureType": "magicalEntity",
"sizeCategory": "colossal",
"experiencePoints": 907,
"description": "<h1>Drachenarten</h1>\n<table style=\"width: 634px;\" border=\"1\">\n<tbody>\n<tr>\n<td>Farbe</td>\n<td>Odem</td>\n<td>Wesen...</td>\n</tr>\n<tr>\n<td>Blau</td>\n<td>Blitz-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Bronze</td>\n<td>Schallwellen-</td>\n<td>...des Lichts</td>\n</tr>\n<tr>\n<td>Gelb</td>\n<td>Sandsturm-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Gold</td>\n<td>Licht-</td>\n<td>...des Lichts</td>\n</tr>\n<tr>\n<td>Gr&uuml;n</td>\n<td>Giftgas-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Rot</td>\n<td>Feuer-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Schwarz</td>\n<td>S&auml;ure-</td>\n<td>...der Dunkelheit</td>\n</tr>\n<tr>\n<td>Silber</td>\n<td>Quecksilber-</td>\n<td>...des Lichts</td>\n</tr>\n<tr>\n<td>Weiss</td>\n<td>Frost-</td>\n<td>...der Dunkelheit</td>\n</tr>\n</tbody>\n</table>"
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": false,
"flags": {}, "alpha": 1,
"name": "Erwachsener Drache", "light": {
"displayName": 20, "alpha": 0.5,
"width": 4, "angle": 360,
"height": 4, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": false, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346527, "offsetX": 0,
"modifiedTime": 1688934880983, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!KlpfMH3L3pL82SSd" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346527,
"modifiedTime": 1688934880983,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!KlpfMH3L3pL82SSd"
} }

View file

@ -1,166 +1,166 @@
{ {
"_id": "Z5eEkZjZ525N90ai", "_id": "Z5eEkZjZ525N90ai",
"name": "Eulerich", "name": "Eulerich",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/owldritch-brown.png", "img": "systems/ds4/assets/tokens/devin-night/owldritch-brown.png",
"items": ["3yCyEbqp9F3TgJkS", "3L2HJX2p7uIpxTjJ", "gzsgGDcT6pGXHxIZ"], "items": ["3yCyEbqp9F3TgJkS", "3L2HJX2p7uIpxTjJ", "gzsgGDcT6pGXHxIZ"],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {},
"system": {
"attributes": {
"body": {
"base": 14,
"mod": 0
},
"mobility": {
"base": 6,
"mod": 0
},
"mind": {
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 4,
"mod": 0
},
"constitution": {
"base": 3,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 27,
"value": 54
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:14)",
"foeFactor": 11,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 115,
"description": ""
}
},
"ownership": {
"default": 0
},
"prototypeToken": {
"flags": {}, "flags": {},
"system": { "name": "Eulerich",
"attributes": { "displayName": 20,
"body": { "width": 2,
"base": 14, "height": 2,
"mod": 0 "lockRotation": false,
}, "rotation": 0,
"mobility": { "actorLink": false,
"base": 6, "disposition": -1,
"mod": 0 "displayBars": 40,
}, "bar1": {
"mind": { "attribute": "combatValues.hitPoints"
"base": 1,
"mod": 0
}
},
"traits": {
"strength": {
"base": 4,
"mod": 0
},
"constitution": {
"base": 3,
"mod": 0
},
"agility": {
"base": 3,
"mod": 0
},
"dexterity": {
"base": 0,
"mod": 0
},
"intellect": {
"base": 0,
"mod": 0
},
"aura": {
"base": 0,
"mod": 0
}
},
"combatValues": {
"hitPoints": {
"mod": 27,
"value": 54
},
"defense": {
"mod": 0
},
"initiative": {
"mod": 0
},
"movement": {
"mod": 0.5
},
"meleeAttack": {
"mod": 0
},
"rangedAttack": {
"mod": 0
},
"spellcasting": {
"mod": 0
},
"targetedSpellcasting": {
"mod": 0
}
},
"baseInfo": {
"loot": "Trophäe (BW 1A:14)",
"foeFactor": 11,
"creatureType": "magicalEntity",
"sizeCategory": "large",
"experiencePoints": 115,
"description": ""
}
}, },
"ownership": { "bar2": {
"default": 0 "attribute": null
}, },
"prototypeToken": { "randomImg": true,
"flags": {}, "alpha": 1,
"name": "Eulerich", "light": {
"displayName": 20, "alpha": 0.5,
"width": 2, "angle": 360,
"height": 2, "bright": 0,
"lockRotation": false, "coloration": 1,
"rotation": 0, "dim": 0,
"actorLink": false, "luminosity": 0.5,
"disposition": -1, "saturation": 0,
"displayBars": 40, "contrast": 0,
"bar1": { "shadows": 0,
"attribute": "combatValues.hitPoints" "animation": {
}, "speed": 5,
"bar2": { "intensity": 5,
"attribute": null "reverse": false,
}, "type": null
"randomImg": true, },
"alpha": 1, "darkness": {
"light": { "min": 0,
"alpha": 0.5, "max": 1
"angle": 360, },
"bright": 0, "attenuation": 0.5,
"coloration": 1, "color": null
"dim": 0,
"luminosity": 0.5,
"saturation": 0,
"contrast": 0,
"shadows": 0,
"animation": {
"speed": 5,
"intensity": 5,
"reverse": false,
"type": null
},
"darkness": {
"min": 0,
"max": 1
},
"attenuation": 0.5,
"color": null
},
"texture": {
"src": "systems/ds4/assets/tokens/devin-night/owldritch*.png",
"scaleX": 1,
"scaleY": 1,
"offsetX": 0,
"offsetY": 0,
"rotation": 0,
"tint": null
},
"sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "texture": {
"systemId": "ds4", "src": "systems/ds4/assets/tokens/devin-night/owldritch*.png",
"systemVersion": "1.19.4", "scaleX": 1,
"coreVersion": "11.305", "scaleY": 1,
"createdTime": 1668995346738, "offsetX": 0,
"modifiedTime": 1688934881207, "offsetY": 0,
"lastModifiedBy": "DS4BuildSystem00" "rotation": 0,
"tint": null
}, },
"_key": "!actors!Z5eEkZjZ525N90ai" "sight": {
"angle": 360,
"enabled": false,
"range": 0,
"brightness": 1,
"visionMode": "basic",
"color": null,
"attenuation": 0.1,
"saturation": 0,
"contrast": 0
},
"detectionModes": [],
"appendNumber": false,
"prependAdjective": false
},
"_stats": {
"systemId": "ds4",
"systemVersion": "1.19.4",
"coreVersion": "11.305",
"createdTime": 1668995346738,
"modifiedTime": 1688934881207,
"lastModifiedBy": "DS4BuildSystem00"
},
"_key": "!actors!Z5eEkZjZ525N90ai"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "MxXeRwM7Mw1OqmAC", "_id": "MxXeRwM7Mw1OqmAC",
"name": "Fäulnispranke", "name": "Fäulnispranke",
"type": "weapon", "type": "weapon",
"sort": 100000, "sort": 100000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 1, "weaponBonus": 1,
"opponentDefense": 0 "opponentDefense": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!P3mlpN2JrbnDtLwJ.MxXeRwM7Mw1OqmAC" "_key": "!actors.items!P3mlpN2JrbnDtLwJ.MxXeRwM7Mw1OqmAC"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "NdunVanOXm7hG0rX", "_id": "NdunVanOXm7hG0rX",
"name": "Fäulnispranke", "name": "Fäulnispranke",
"type": "weapon", "type": "weapon",
"sort": 100000, "sort": 100000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 2, "weaponBonus": 2,
"opponentDefense": 0 "opponentDefense": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!rLUCyWfSBebB8cSC.NdunVanOXm7hG0rX" "_key": "!actors.items!rLUCyWfSBebB8cSC.NdunVanOXm7hG0rX"
} }

View file

@ -1,33 +1,33 @@
{ {
"_id": "uhUCjZsudH4tikXb", "_id": "uhUCjZsudH4tikXb",
"name": "Fangarme", "name": "Fangarme",
"type": "weapon", "type": "weapon",
"sort": 100000, "sort": 100000,
"flags": {}, "flags": {},
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"effects": [], "effects": [],
"folder": null, "folder": null,
"system": { "system": {
"description": "", "description": "",
"quantity": 1, "quantity": 1,
"price": 0, "price": 0,
"availability": "unset", "availability": "unset",
"storageLocation": "-", "storageLocation": "-",
"equipped": true, "equipped": true,
"attackType": "melee", "attackType": "melee",
"weaponBonus": 2, "weaponBonus": 2,
"opponentDefense": 0 "opponentDefense": 0
}, },
"ownership": { "ownership": {
"default": 0 "default": 0
}, },
"_stats": { "_stats": {
"systemId": null, "systemId": null,
"systemVersion": null, "systemVersion": null,
"coreVersion": null, "coreVersion": null,
"createdTime": null, "createdTime": null,
"modifiedTime": null, "modifiedTime": null,
"lastModifiedBy": null "lastModifiedBy": null
}, },
"_key": "!actors.items!Z7Dt5epXbuKn20US.uhUCjZsudH4tikXb" "_key": "!actors.items!Z7Dt5epXbuKn20US.uhUCjZsudH4tikXb"
} }

Some files were not shown because too many files have changed in this diff Show more