diff --git a/.eslintrc.cjs b/.eslintrc.cjs
index 92fcb685..25a76ab4 100644
--- a/.eslintrc.cjs
+++ b/.eslintrc.cjs
@@ -3,13 +3,13 @@
// SPDX-License-Identifier: MIT
module.exports = {
- parser: "@typescript-eslint/parser",
- parserOptions: { ecmaVersion: 2020, sourceType: "module" },
- env: { browser: true },
- extends: ["plugin:@typescript-eslint/recommended", "prettier"],
- plugins: ["@typescript-eslint"],
- overrides: [
- { files: ["./*.cjs"], rules: { "@typescript-eslint/no-var-requires": "off" } },
- { files: ["./spec/**/*"], env: { browser: false } },
- ],
+ parser: "@typescript-eslint/parser",
+ parserOptions: { ecmaVersion: 2020, sourceType: "module" },
+ env: { browser: true },
+ extends: ["plugin:@typescript-eslint/recommended", "prettier"],
+ plugins: ["@typescript-eslint"],
+ overrides: [
+ { files: ["./*.cjs"], rules: { "@typescript-eslint/no-var-requires": "off" } },
+ { files: ["./spec/**/*"], env: { browser: false } },
+ ],
};
diff --git a/.prettierrc.cjs b/.prettierrc.cjs
deleted file mode 100644
index 2efcc32b..00000000
--- a/.prettierrc.cjs
+++ /dev/null
@@ -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,
-};
diff --git a/.prettierrc.js b/.prettierrc.js
new file mode 100644
index 00000000..d6ceb41d
--- /dev/null
+++ b/.prettierrc.js
@@ -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,
+};
diff --git a/jsconfig.json b/jsconfig.json
index 1e137104..8b929d6f 100644
--- a/jsconfig.json
+++ b/jsconfig.json
@@ -1,8 +1,8 @@
{
- "compilerOptions": {
- "module": "es2022",
- "target": "ES2022"
- },
- "exclude": ["node_modules", "dist"],
- "include": ["src", "client", "common"]
+ "compilerOptions": {
+ "module": "es2022",
+ "target": "ES2022"
+ },
+ "exclude": ["node_modules", "dist"],
+ "include": ["src", "client", "common"]
}
diff --git a/lang/de.json b/lang/de.json
index d447fb6b..7d49ef08 100644
--- a/lang/de.json
+++ b/lang/de.json
@@ -1,391 +1,391 @@
{
- "DS4.UserInteractionAdd": "Neu",
- "DS4.UserInteractionAddItemTitle": "Item Erstellen",
- "DS4.UserInteractionEditItemTitle": "Item Bearbeiten",
- "DS4.UserInteractionDeleteItemTitle": "Item Löschen",
- "DS4.UserInteractionAddEffectTitle": "Effekt Erstellen",
- "DS4.UserInteractionEditEffectTitle": "Effekt Bearbeiten",
- "DS4.UserInteractionDeleteEffectTitle": "Effekt Löschen",
- "DS4.DocumentImageAltText": "Bild von {name}",
- "DS4.RollableImageRollableTitle": "Für {name} würfeln",
- "DS4.DiceOverlayImageAltText": "Bild eines W20",
- "DS4.HeadingValues": "Werte",
- "DS4.HeadingBiography": "Biografie",
- "DS4.HeadingProperties": "Eigenschaften",
- "DS4.HeadingEffects": "Effekte",
- "DS4.HeadingInventory": "Inventar",
- "DS4.HeadingAbilities": "Fähigkeiten",
- "DS4.HeadingSpells": "Zaubersprüche",
- "DS4.HeadingDescription": "Beschreibung",
- "DS4.AttackType": "Angriffsart",
- "DS4.AttackTypeAbbr": "AA",
- "DS4.SortByAttackType": "Nach Angriffsart sortieren",
- "DS4.DialogAttackTypeSelection": "Welche Angriffsart?",
- "DS4.DialogAttributeTraitSelection": "Welches Attribut und welche Eigenschaft?",
- "DS4.WeaponBonus": "Waffenbonus",
- "DS4.WeaponBonusAbbr": "WB",
- "DS4.SortByWeaponBonus": "Nach Waffenbonus sortieren",
- "DS4.OpponentDefense": "Gegnerabwehr",
- "DS4.OpponentDefenseAbbr": "GA",
- "DS4.SortByOpponentDefense": "Nach Gegnerabwehr sortieren",
- "DS4.OpponentDefenseMelee": "Gegnerabwehr für Schlagen",
- "DS4.OpponentDefenseRanged": "Gegnerabwehr für Schießen",
- "DS4.AttackTypeMelee": "Schlagen",
- "DS4.AttackTypeRanged": "Schießen",
- "DS4.AttackTypeMeleeRanged": "Schlagen + Schießen",
- "DS4.Description": "Beschreibung",
- "DS4.SortByDescription": "Nach Beschreibung sortieren",
- "DS4.Quantity": "Menge",
- "DS4.SortByQuantity": "Nach Menge sortieren",
- "DS4.PriceGold": "Preis (Gold)",
- "DS4.StorageLocation": "Wo gelagert",
- "DS4.SortByStorageLocation": "Nach Lagerungsort sortieren",
- "DS4.ItemEquipped": "Ausgerüstet",
- "DS4.ItemEquippedAbbr": "A",
- "DS4.SortByItemEquipped": "Nach Ausgerüstet sortieren",
- "DS4.ItemAvailability": "Verfügbarkeit",
- "DS4.ItemAvailabilityHamlet": "Dorf",
- "DS4.ItemAvailabilityVilage": "Kleinstadt",
- "DS4.ItemAvailabilityCity": "Großstadt",
- "DS4.ItemAvailabilityElves": "Elfen",
- "DS4.ItemAvailabilityDwarves": "Zwerge",
- "DS4.ItemAvailabilityUnset": "nicht gesetzt",
- "DS4.ItemAvailabilityNowhere": "nirgendwo",
- "DS4.ItemName": "Name",
- "DS4.SortByItemName": "Nach Name sortieren",
- "DS4.ItemTypeWeapon": "Waffe",
- "DS4.ItemTypeWeaponPlural": "Waffen",
- "DS4.ItemTypeArmor": "Panzerung",
- "DS4.ItemTypeArmorPlural": "Panzerungen",
- "DS4.ItemTypeShield": "Schild",
- "DS4.ItemTypeShieldPlural": "Schilde",
- "DS4.ItemTypeSpell": "Zauberspruch",
- "DS4.ItemTypeSpellPlural": "Zaubersprüche",
- "DS4.ItemTypeEquipment": "Ausrüstung",
- "DS4.ItemTypeEquipmentPlural": "Ausrüstung",
- "DS4.ItemTypeLoot": "Beute",
- "DS4.ItemTypeLootPlural": "Beute",
- "DS4.ItemTypeTalent": "Talent",
- "DS4.ItemTypeTalentPlural": "Talente",
- "DS4.ItemTypeRacialAbility": "Volksfähigkeit",
- "DS4.ItemTypeRacialAbilityPlural": "Volksfähigkeiten",
- "DS4.ItemTypeLanguage": "Sprache",
- "DS4.ItemTypeLanguagePlural": "Sprachen",
- "DS4.ItemTypeAlphabet": "Schriftzeichen",
- "DS4.ItemTypeAlphabetPlural": "Schriftzeichen",
- "DS4.ItemTypeSpecialCreatureAbility": "Besondere Kreaturenfähigkeit",
- "DS4.ItemTypeSpecialCreatureAbilityPlural": "Besondere Kreaturenfähigkeiten",
- "DS4.ItemWeaponCheckFlavor": "{actor} greift mit {weapon} an.",
- "DS4.ItemWeaponCheckFlavorWithOpponentDefense": "{actor} greift mit {weapon} an.
Gegnerabwehr: {opponentDefense}",
- "DS4.ItemSpellCheckFlavor": "{actor} wirkt {spell}.",
- "DS4.ItemSpellCheckFlavorWithOpponentDefense": "{actor} wirkt {spell}.
Gegnerabwehr: {opponentDefense}",
- "DS4.ItemPropertiesArmor": "Panzerungseigenschaften",
- "DS4.ItemPropertiesEquipable": "Ausrüstungseigenschaften",
- "DS4.ItemPropertiesPhysical": "Physische Eigenschaften",
- "DS4.ItemPropertiesProtective": "Schützende Eigenschaften",
- "DS4.ItemPropertiesSpecialCreatureAbility": "Besondere Kreaturenfähigkeitseigenschaften",
- "DS4.ItemPropertiesSpell": "Zaubereigenschaften",
- "DS4.ItemPropertiesTalent": "Talenteigenschaften",
- "DS4.ItemPropertiesWeapon": "Waffeneigenschaften",
- "DS4.ArmorType": "Panzerungstyp",
- "DS4.ArmorTypeAbbr": "PAT",
- "DS4.SortByArmorType": "Nach Panzerungstyp sortieren",
- "DS4.ArmorMaterialType": "Materialtyp",
- "DS4.ArmorMaterialTypeAbbr": "Mat.",
- "DS4.SortByArmorMaterialType": "Nach Materialtyp sortieren",
- "DS4.ArmorValue": "Panzerungswert",
- "DS4.ArmorValueAbbr": "PA",
- "DS4.SortByArmorValue": "Nach Panzerungswert sortieren",
- "DS4.ArmorTypeBody": "Körper",
- "DS4.ArmorTypeBodyAbbr": "Körper",
- "DS4.ArmorTypeHelmet": "Helm",
- "DS4.ArmorTypeHelmetAbbr": "Helm",
- "DS4.ArmorTypeVambrace": "Armschienen",
- "DS4.ArmorTypeVambraceAbbr": "Arm",
- "DS4.ArmorTypeGreaves": "Beinschienen",
- "DS4.ArmorTypeGreavesAbbr": "Bein",
- "DS4.ArmorTypeVambraceGreaves": "Armschienen + Beinschienen",
- "DS4.ArmorTypeVambraceGreavesAbbr": "A+B",
- "DS4.ArmorMaterialTypeCloth": "Stoff",
- "DS4.ArmorMaterialTypeClothAbbr": "Stoff",
- "DS4.ArmorMaterialTypeLeather": "Leder",
- "DS4.ArmorMaterialTypeLeatherAbbr": "Leder",
- "DS4.ArmorMaterialTypeChain": "Ketten",
- "DS4.ArmorMaterialTypeChainAbbr": "Ketten",
- "DS4.ArmorMaterialTypePlate": "Platten",
- "DS4.ArmorMaterialTypePlateAbbr": "Platten",
- "DS4.ArmorMaterialTypeNatural": "Natürlich",
- "DS4.ArmorMaterialTypeNaturalAbbr": "Natürlich",
- "DS4.SpellType": "Zauberspruchtyp",
- "DS4.SpellTypeAbbr": "T",
- "DS4.SpellTypeDescription": "Der Typ des Zauberspruchs.",
- "DS4.SortBySpellType": "Nach Zauberspruchtyp sortieren",
- "DS4.SpellTypeSpellcasting": "Zaubern",
- "DS4.SpellTypeTargetedSpellcasting": "Zielzaubern",
- "DS4.SpellGroups": "Zaubergruppen",
- "DS4.SpellGroupsDescription": "Zaubergruppen, denen der Zauberspruch zugehörig ist.",
- "DS4.SpellGroupLightning": "Blitz",
- "DS4.SpellGroupEarth": "Erde, Fels, Stein",
- "DS4.SpellGroupWater": "Wasser",
- "DS4.SpellGroupIce": "Eis, Frost",
- "DS4.SpellGroupFire": "Feuer",
- "DS4.SpellGroupHealing": "Heilung",
- "DS4.SpellGroupLight": "Licht",
- "DS4.SpellGroupAir": "Luft",
- "DS4.SpellGroupTransport": "Transport",
- "DS4.SpellGroupDamage": "Schaden",
- "DS4.SpellGroupShadow": "Schatten",
- "DS4.SpellGroupProtection": "Schutz",
- "DS4.SpellGroupMindAffecting": "Geistesbeeinflussend",
- "DS4.SpellGroupDemonology": "Dämonologie",
- "DS4.SpellGroupNecromancy": "Nekromantie",
- "DS4.SpellGroupTransmutation": "Verwandlung",
- "DS4.SpellGroupArea": "Fläche",
- "DS4.SpellModifier": "Zauberbonus",
- "DS4.SpellModifierNumerical": "Zauberbonus (numerisch)",
- "DS4.SpellModifierComplex": "Zauberbonus (komplex)",
- "DS4.SpellModifierAbbr": "ZB",
- "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.SortBySpellModifier": "Nach Zauberbonus sortieren",
- "DS4.SpellDistance": "Distanz",
- "DS4.SpellDistanceDescription": "Die maximale Entfernung zum Ziel. „Selbst“ bedeutet, dass nur der Zauberwirker selbst das Ziel des Zaubers sein kann.",
- "DS4.SpellEffectRadius": "Wirkungsradius",
- "DS4.SpellEffectRadiusDescription": "Der Wirkungsradius des Zaubers.",
- "DS4.SpellDuration": "Dauer",
- "DS4.SpellDurationDescription": "Die Wirkungszeit des Zaubers.",
- "DS4.CooldownDuration": "Abklingzeit",
- "DS4.CooldownDurationDescription": "Die Dauer, die der Zauber nach erfolgreichem Wirken nicht einsetzbar ist.",
- "DS4.CooldownDuration0R": "0 Kampfrunden",
- "DS4.CooldownDuration1R": "1 Kampfrunde",
- "DS4.CooldownDuration2R": "2 Kampfrunden",
- "DS4.CooldownDuration5R": "5 Kampfrunden",
- "DS4.CooldownDuration10R": "10 Kampfrunden",
- "DS4.CooldownDuration100R": "100 Kampfrunden",
- "DS4.CooldownDuration1D": "1 Tag",
- "DS4.CooldownDurationD20D": "W20 Tage",
- "DS4.SpellAllowsDefense": "Erlaubt Abwehr",
- "DS4.SpellAllowsDefenseDescription": "Ist eine Abwehren-Probe gegen diesen Zauber erlaubt?",
- "DS4.SpellMinimumLevel": "Zugangsstufe",
- "DS4.SpellMinimumLevelDescription": "Die minimale Stufe, ab der ein Zauberwirker den Zauberspruch erlernen kann.",
- "DS4.SpellCasterClassHealer": "Heiler",
- "DS4.SpellCasterClassSorcerer": "Schwarzmagier",
- "DS4.SpellCasterClassWizard": "Zauberer",
- "DS4.SpellPrice": "Preis (Gold)",
- "DS4.SpellPriceDescription": "Der Kaufpreis des Zauberspruchs.",
- "DS4.EffectEnabled": "Eingeschaltet",
- "DS4.EffectEnabledAbbr": "E",
- "DS4.EffectActive": "Aktiv (unter Betrachtung, ob ein eventuelles Quellen-Item ausgerüstet ist usw.)",
- "DS4.EffectActiveAbbr": "A",
- "DS4.EffectName": "Name",
- "DS4.EffectSourceName": "Quelle",
- "DS4.EffectFactor": "Faktor (wie oft der Effekt angewendet wird)",
- "DS4.EffectFactorAbbr": "F",
- "DS4.ActorName": "Name",
- "DS4.ActorImageAltText": "Bild des Aktors",
- "DS4.ActorTypeCharacter": "Charakter",
- "DS4.ActorTypeCreature": "Kreatur",
- "DS4.Attribute": "Attribut",
- "DS4.AttributeBody": "Körper",
- "DS4.AttributeMobility": "Agilität",
- "DS4.AttributeMind": "Geist",
- "DS4.Trait": "Eigenschaft",
- "DS4.TraitStrength": "Stärke",
- "DS4.TraitConstitution": "Härte",
- "DS4.TraitAgility": "Bewegung",
- "DS4.TraitDexterity": "Geschick",
- "DS4.TraitIntellect": "Verstand",
- "DS4.TraitAura": "Aura",
- "DS4.CombatValuesHitPoints": "Lebenskraft",
- "DS4.CombatValuesHitPointsCurrent": "Aktuelle Lebenskraft",
- "DS4.CombatValuesHitPointsCurrentAbbr": "LK",
- "DS4.CombatValuesDefense": "Abwehr",
- "DS4.CombatValuesInitiative": "Initiative",
- "DS4.CombatValuesMovement": "Laufen",
- "DS4.CombatValuesMeleeAttack": "Schlagen",
- "DS4.CombatValuesRangedAttack": "Schießen",
- "DS4.CombatValuesSpellcasting": "Zaubern",
- "DS4.CombatValuesTargetedSpellcasting": "Zielzaubern",
- "DS4.CombatValuesHitPointsSheet": "Lebenskraft",
- "DS4.CombatValuesDefenseSheet": "Abwehr",
- "DS4.CombatValuesInitiativeSheet": "Initiative",
- "DS4.CombatValuesMovementSheet": "Laufen",
- "DS4.CombatValuesMeleeAttackSheet": "Schlagen",
- "DS4.CombatValuesRangedAttackSheet": "Schießen",
- "DS4.CombatValuesSpellcastingSheet": "Zaubern",
- "DS4.CombatValuesTargetedSpellcastingSheet": "Zielzaubern",
- "DS4.CharacterBaseInfoRace": "Volk",
- "DS4.CharacterBaseInfoClass": "Klasse",
- "DS4.CharacterBaseInfoHeroClass": "Heldenklasse",
- "DS4.CharacterBaseInfoCulture": "Kultur",
- "DS4.CharacterProgressionLevel": "Stufe",
- "DS4.CharacterProgressionLevelAbbr": "ST",
- "DS4.CharacterProgressionExperiencePoints": "Erfahrungspunkte",
- "DS4.CharacterProgressionExperiencePointsAbbr": "EP",
- "DS4.CharacterProgressionTalentPoints": "Talentpunkte",
- "DS4.CharacterProgressionProgressPoints": "Lernpunkte",
- "DS4.CharacterSlayerPoints": "Slayerpunkte",
- "DS4.CharacterSlayerPointsAbbr": "SP",
- "DS4.TalentRank": "Rang",
- "DS4.SortByTalentRank": "Nach Rang sortieren",
- "DS4.TalentRankBase": "Erworben",
- "DS4.TalentRankMax": "Maximum",
- "DS4.TalentRankMod": "Zusätzlich",
- "DS4.TalentRankTotal": "Gesamt",
- "DS4.CharacterLanguageLanguages": "Sprachen",
- "DS4.CharacterLanguageAlphabets": "Schriftzeichen",
- "DS4.SpecialCreatureAbilityExperiencePoints": "Erfahrungspunkte",
- "DS4.CharacterProfileBiography": "Biographie",
- "DS4.CharacterProfileGender": "Geschlecht",
- "DS4.CharacterProfileBirthday": "Geburtstag",
- "DS4.CharacterProfileBirthplace": "Geburtsort",
- "DS4.CharacterProfileAge": "Alter",
- "DS4.CharacterProfileHeight": "Größe [cm]",
- "DS4.CharacterProfileHairColor": "Haarfarbe",
- "DS4.CharacterProfileWeight": "Gewicht [kg]",
- "DS4.CharacterProfileEyeColor": "Augenfarbe",
- "DS4.CharacterProfileSpecialCharacteristics": "Besondere Eigenschaften",
- "DS4.CharacterCurrencyGold": "Gold",
- "DS4.CharacterCurrencySilver": "Silber",
- "DS4.CharacterCurrencyCopper": "Kupfer",
- "DS4.CharacterCurrency": "Währung",
- "DS4.CreatureTypeAnimal": "Tier",
- "DS4.CreatureTypeConstruct": "Konstrukt",
- "DS4.CreatureTypeHumanoid": "Humanoid",
- "DS4.CreatureTypeMagicalEntity": "Magisches Wesen",
- "DS4.CreatureTypePlantBeing": "Pflanzenwesen",
- "DS4.CreatureTypeUndead": "Untot",
- "DS4.CreatureSizeCategoryTiny": "Winzig",
- "DS4.CreatureSizeCategorySmall": "Klein",
- "DS4.CreatureSizeCategoryNormal": "Normal",
- "DS4.CreatureSizeCategoryLarge": "Groß",
- "DS4.CreatureSizeCategoryHuge": "Riesig",
- "DS4.CreatureSizeCategoryColossal": "Gewaltig",
- "DS4.CreatureBaseInfoLoot": "Beute",
- "DS4.CreatureBaseInfoFoeFactor": "Gegnerhärte",
- "DS4.CreatureBaseInfoCreatureType": "Kreaturengruppe",
- "DS4.CreatureBaseInfoSizeCategory": "Größenkategorie",
- "DS4.CreatureBaseInfoExperiencePoints": "Erfahrungspunkte",
- "DS4.CreatureBaseInfoDescription": "Beschreibung",
- "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.ErrorSlayingDiceRecursionLimitExceeded": "Die maximale Rekursionstiefe für slayende Würfelwürfe wurde überschritten.",
- "DS4.ErrorInvalidNumberOfDice": "Ungültige Anzahl an Würfeln.",
- "DS4.ErrorInvalidActorType": "Ungültiger Aktortyp '{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.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.ErrorRollingForItemTypeNotPossible": "Würfeln ist für Items vom Typ '{type}' nicht möglich.",
- "DS4.ErrorUnexpectedAttackType": "Unerwartete Angriffsart '{actualType}', erwartete Angriffsarten: {expectedTypes}",
- "DS4.ErrorUnexpectedAttribute": "Unerwartetes Attribut '{actualAttribute}', erwartete Attribute: {expectedTypes}",
- "DS4.ErrorUnexpectedTrait": "Unerwartete Eigenschaft '{actualTrait}', erwartete Eigenschaften: {expectedTypes}",
- "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.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.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.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.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.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.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.InfoCompendiumMigrationCompleted": "Aktualisierung des Kompendiums '{pack}' für DS4 von Migrationsversion {currentVersion} auf {targetVersion} erfolgreich!",
- "DS4.UnitRounds": "Runden",
- "DS4.UnitRoundsAbbr": "Rnd",
- "DS4.UnitMinutes": "Minuten",
- "DS4.UnitMinutesAbbr": "min",
- "DS4.UnitHours": "Stunden",
- "DS4.UnitHoursAbbr": "h",
- "DS4.UnitDays": "Tage",
- "DS4.UnitDaysAbbr": "d",
- "DS4.UnitMeters": "Meter",
- "DS4.UnitMetersAbbr": "m",
- "DS4.UnitKilometers": "Kilometer",
- "DS4.UnitKilometersAbbr": "km",
- "DS4.UnitCustom": "individuell",
- "DS4.UnitCustomAbbr": " ",
- "DS4.GenericOkButton": "OK",
- "DS4.GenericCancelButton": "Abbrechen",
- "DS4.DialogRollOptionsDefaultTitle": "Proben-Optionen",
- "DS4.ErrorUnexpectedHtmlType": "Typfehler: Erwartet wurde '{exType}', tatsächlich erhalten wurde '{realType}'.",
- "DS4.ErrorCouldNotFindForm": "Konnte HTML Element '{htmlElement}' nicht finden.",
- "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.ErrorItemDoesNotHaveEffect": "Das Item '{item}' hat keinen Effekt mit der ID '{id}'.",
- "DS4.ErrorActorDoesNotHaveEffect": "Der Aktor '{actor}' hat keinen Effekt mit der UUID '{uuid}'.",
- "DS4.DialogRollOptionsCheckTargetNumberLabel": "Probenwert",
- "DS4.DialogRollOptionsCheckModifierLabel": "Modifikator",
- "DS4.DialogRollOptionsCheckModifierCustomLabel": "Individueller Modifikator",
- "DS4.DialogRollOptionsMaximumCoupResultLabel": "Immersieg bis",
- "DS4.DialogRollOptionsMinimumFumbleResultLabel": "Patzer ab",
- "DS4.DialogRollOptionsRollModeLabel": "Sichtbarkeit",
- "DS4.CheckModifierRoutine": "Routine",
- "DS4.CheckModifierVeryEasy": "Sehr Leicht",
- "DS4.CheckModifierEasy": "Leicht",
- "DS4.CheckModifierMormal": "Normal",
- "DS4.CheckModifierDifficult": "Schwer",
- "DS4.CheckModifierVeryDifficult": "Sehr Schwer",
- "DS4.CheckModifierExtremelyDifficult": "Äußerst Schwer",
- "DS4.CheckModifierCustom": "Individuell",
- "DS4.TooltipBaseValue": "Basiswert",
- "DS4.TooltipModifier": "Modifikator",
- "DS4.TooltipEffects": "Effekte",
- "DS4.SettingUseSlayingDiceForAutomatedChecksName": "Slayende Würfel",
- "DS4.SettingUseSlayingDiceForAutomatedChecksHint": "Benutze Slayende Würfel bei automatisierten Proben.",
- "DS4.SettingShowSlayerPointsName": "Slayerpunkte",
- "DS4.SettingShowSlayerPointsHint": "Zeige Slayerpunkte im Charakterbogen an.",
- "DS4.Checks": "Proben",
- "DS4.ChecksAppraise": "Schätzen",
- "DS4.ChecksChangeSpell": "Zauber Wechseln",
- "DS4.ChecksClimb": "Klettern",
- "DS4.ChecksCommunicate": "Verständigen",
- "DS4.ChecksDecipherScript": "Inschrift Entziffern",
- "DS4.ChecksDefend": "Abwehren",
- "DS4.ChecksDefyPoison": "Gift Trotzen",
- "DS4.ChecksDisableTraps": "Fallen Entschärfen",
- "DS4.ChecksFeatOfStrength": "Kraftakt",
- "DS4.ChecksFlirt": "Flirten",
- "DS4.ChecksHaggle": "Feilschen",
- "DS4.ChecksHide": "Verbergen",
- "DS4.ChecksIdentifyMagic": "Magie Erkennen",
- "DS4.ChecksJump": "Springen",
- "DS4.ChecksKnowledge": "Wissen",
- "DS4.ChecksOpenLock": "Schlösser Öffnen",
- "DS4.ChecksPerception": "Bemerken",
- "DS4.ChecksPickPocket": "Taschendiebstahl",
- "DS4.ChecksReadTracks": "Spuren Lesen",
- "DS4.ChecksResistDisease": "Krankheit Trotzen",
- "DS4.ChecksRide": "Reiten",
- "DS4.ChecksSearch": "Suchen",
- "DS4.ChecksSenseMagic": "Magie Erspüren",
- "DS4.ChecksSneak": "Schleichen",
- "DS4.ChecksStartFire": "Feuer Machen",
- "DS4.ChecksSwim": "Schwimmen",
- "DS4.ChecksWakeUp": "Erwachen",
- "DS4.ChecksWorkMechanism": "Mechanismus Öffnen",
- "DS4.ActorCheckFlavor": "{actor} würfelt eine {check} Probe.",
- "DS4.ActorGenericCheckFlavor": "{actor} würfelt eine Probe gegen {attribute} + {trait}.",
- "DS4.CheckTooltip": "{check} Probe würfeln",
- "DS4.NewWeaponName": "Neue Waffe",
- "DS4.NewArmorName": "Neue Panzerung",
- "DS4.NewShieldName": "Neuer Schild",
- "DS4.NewSpellName": "Neuer Zauberspruch",
- "DS4.NewEquipmentName": "Neue Ausrüstung",
- "DS4.NewLootName": "Neue Beute",
- "DS4.NewTalentName": "Neues Talent",
- "DS4.NewRacialAbilityName": "Neue Volksfähigkeit",
- "DS4.NewLanguageName": "Neue Sprache",
- "DS4.NewAlphabetName": "Neue Schriftzeichen",
- "DS4.NewSpecialCreatureAbilityName": "Neue Besondere Kreaturenfähigkeit",
- "DS4.NewEffectName": "Neuer Effekt",
+ "DS4.UserInteractionAdd": "Neu",
+ "DS4.UserInteractionAddItemTitle": "Item Erstellen",
+ "DS4.UserInteractionEditItemTitle": "Item Bearbeiten",
+ "DS4.UserInteractionDeleteItemTitle": "Item Löschen",
+ "DS4.UserInteractionAddEffectTitle": "Effekt Erstellen",
+ "DS4.UserInteractionEditEffectTitle": "Effekt Bearbeiten",
+ "DS4.UserInteractionDeleteEffectTitle": "Effekt Löschen",
+ "DS4.DocumentImageAltText": "Bild von {name}",
+ "DS4.RollableImageRollableTitle": "Für {name} würfeln",
+ "DS4.DiceOverlayImageAltText": "Bild eines W20",
+ "DS4.HeadingValues": "Werte",
+ "DS4.HeadingBiography": "Biografie",
+ "DS4.HeadingProperties": "Eigenschaften",
+ "DS4.HeadingEffects": "Effekte",
+ "DS4.HeadingInventory": "Inventar",
+ "DS4.HeadingAbilities": "Fähigkeiten",
+ "DS4.HeadingSpells": "Zaubersprüche",
+ "DS4.HeadingDescription": "Beschreibung",
+ "DS4.AttackType": "Angriffsart",
+ "DS4.AttackTypeAbbr": "AA",
+ "DS4.SortByAttackType": "Nach Angriffsart sortieren",
+ "DS4.DialogAttackTypeSelection": "Welche Angriffsart?",
+ "DS4.DialogAttributeTraitSelection": "Welches Attribut und welche Eigenschaft?",
+ "DS4.WeaponBonus": "Waffenbonus",
+ "DS4.WeaponBonusAbbr": "WB",
+ "DS4.SortByWeaponBonus": "Nach Waffenbonus sortieren",
+ "DS4.OpponentDefense": "Gegnerabwehr",
+ "DS4.OpponentDefenseAbbr": "GA",
+ "DS4.SortByOpponentDefense": "Nach Gegnerabwehr sortieren",
+ "DS4.OpponentDefenseMelee": "Gegnerabwehr für Schlagen",
+ "DS4.OpponentDefenseRanged": "Gegnerabwehr für Schießen",
+ "DS4.AttackTypeMelee": "Schlagen",
+ "DS4.AttackTypeRanged": "Schießen",
+ "DS4.AttackTypeMeleeRanged": "Schlagen + Schießen",
+ "DS4.Description": "Beschreibung",
+ "DS4.SortByDescription": "Nach Beschreibung sortieren",
+ "DS4.Quantity": "Menge",
+ "DS4.SortByQuantity": "Nach Menge sortieren",
+ "DS4.PriceGold": "Preis (Gold)",
+ "DS4.StorageLocation": "Wo gelagert",
+ "DS4.SortByStorageLocation": "Nach Lagerungsort sortieren",
+ "DS4.ItemEquipped": "Ausgerüstet",
+ "DS4.ItemEquippedAbbr": "A",
+ "DS4.SortByItemEquipped": "Nach Ausgerüstet sortieren",
+ "DS4.ItemAvailability": "Verfügbarkeit",
+ "DS4.ItemAvailabilityHamlet": "Dorf",
+ "DS4.ItemAvailabilityVilage": "Kleinstadt",
+ "DS4.ItemAvailabilityCity": "Großstadt",
+ "DS4.ItemAvailabilityElves": "Elfen",
+ "DS4.ItemAvailabilityDwarves": "Zwerge",
+ "DS4.ItemAvailabilityUnset": "nicht gesetzt",
+ "DS4.ItemAvailabilityNowhere": "nirgendwo",
+ "DS4.ItemName": "Name",
+ "DS4.SortByItemName": "Nach Name sortieren",
+ "DS4.ItemTypeWeapon": "Waffe",
+ "DS4.ItemTypeWeaponPlural": "Waffen",
+ "DS4.ItemTypeArmor": "Panzerung",
+ "DS4.ItemTypeArmorPlural": "Panzerungen",
+ "DS4.ItemTypeShield": "Schild",
+ "DS4.ItemTypeShieldPlural": "Schilde",
+ "DS4.ItemTypeSpell": "Zauberspruch",
+ "DS4.ItemTypeSpellPlural": "Zaubersprüche",
+ "DS4.ItemTypeEquipment": "Ausrüstung",
+ "DS4.ItemTypeEquipmentPlural": "Ausrüstung",
+ "DS4.ItemTypeLoot": "Beute",
+ "DS4.ItemTypeLootPlural": "Beute",
+ "DS4.ItemTypeTalent": "Talent",
+ "DS4.ItemTypeTalentPlural": "Talente",
+ "DS4.ItemTypeRacialAbility": "Volksfähigkeit",
+ "DS4.ItemTypeRacialAbilityPlural": "Volksfähigkeiten",
+ "DS4.ItemTypeLanguage": "Sprache",
+ "DS4.ItemTypeLanguagePlural": "Sprachen",
+ "DS4.ItemTypeAlphabet": "Schriftzeichen",
+ "DS4.ItemTypeAlphabetPlural": "Schriftzeichen",
+ "DS4.ItemTypeSpecialCreatureAbility": "Besondere Kreaturenfähigkeit",
+ "DS4.ItemTypeSpecialCreatureAbilityPlural": "Besondere Kreaturenfähigkeiten",
+ "DS4.ItemWeaponCheckFlavor": "{actor} greift mit {weapon} an.",
+ "DS4.ItemWeaponCheckFlavorWithOpponentDefense": "{actor} greift mit {weapon} an.
Gegnerabwehr: {opponentDefense}",
+ "DS4.ItemSpellCheckFlavor": "{actor} wirkt {spell}.",
+ "DS4.ItemSpellCheckFlavorWithOpponentDefense": "{actor} wirkt {spell}.
Gegnerabwehr: {opponentDefense}",
+ "DS4.ItemPropertiesArmor": "Panzerungseigenschaften",
+ "DS4.ItemPropertiesEquipable": "Ausrüstungseigenschaften",
+ "DS4.ItemPropertiesPhysical": "Physische Eigenschaften",
+ "DS4.ItemPropertiesProtective": "Schützende Eigenschaften",
+ "DS4.ItemPropertiesSpecialCreatureAbility": "Besondere Kreaturenfähigkeitseigenschaften",
+ "DS4.ItemPropertiesSpell": "Zaubereigenschaften",
+ "DS4.ItemPropertiesTalent": "Talenteigenschaften",
+ "DS4.ItemPropertiesWeapon": "Waffeneigenschaften",
+ "DS4.ArmorType": "Panzerungstyp",
+ "DS4.ArmorTypeAbbr": "PAT",
+ "DS4.SortByArmorType": "Nach Panzerungstyp sortieren",
+ "DS4.ArmorMaterialType": "Materialtyp",
+ "DS4.ArmorMaterialTypeAbbr": "Mat.",
+ "DS4.SortByArmorMaterialType": "Nach Materialtyp sortieren",
+ "DS4.ArmorValue": "Panzerungswert",
+ "DS4.ArmorValueAbbr": "PA",
+ "DS4.SortByArmorValue": "Nach Panzerungswert sortieren",
+ "DS4.ArmorTypeBody": "Körper",
+ "DS4.ArmorTypeBodyAbbr": "Körper",
+ "DS4.ArmorTypeHelmet": "Helm",
+ "DS4.ArmorTypeHelmetAbbr": "Helm",
+ "DS4.ArmorTypeVambrace": "Armschienen",
+ "DS4.ArmorTypeVambraceAbbr": "Arm",
+ "DS4.ArmorTypeGreaves": "Beinschienen",
+ "DS4.ArmorTypeGreavesAbbr": "Bein",
+ "DS4.ArmorTypeVambraceGreaves": "Armschienen + Beinschienen",
+ "DS4.ArmorTypeVambraceGreavesAbbr": "A+B",
+ "DS4.ArmorMaterialTypeCloth": "Stoff",
+ "DS4.ArmorMaterialTypeClothAbbr": "Stoff",
+ "DS4.ArmorMaterialTypeLeather": "Leder",
+ "DS4.ArmorMaterialTypeLeatherAbbr": "Leder",
+ "DS4.ArmorMaterialTypeChain": "Ketten",
+ "DS4.ArmorMaterialTypeChainAbbr": "Ketten",
+ "DS4.ArmorMaterialTypePlate": "Platten",
+ "DS4.ArmorMaterialTypePlateAbbr": "Platten",
+ "DS4.ArmorMaterialTypeNatural": "Natürlich",
+ "DS4.ArmorMaterialTypeNaturalAbbr": "Natürlich",
+ "DS4.SpellType": "Zauberspruchtyp",
+ "DS4.SpellTypeAbbr": "T",
+ "DS4.SpellTypeDescription": "Der Typ des Zauberspruchs.",
+ "DS4.SortBySpellType": "Nach Zauberspruchtyp sortieren",
+ "DS4.SpellTypeSpellcasting": "Zaubern",
+ "DS4.SpellTypeTargetedSpellcasting": "Zielzaubern",
+ "DS4.SpellGroups": "Zaubergruppen",
+ "DS4.SpellGroupsDescription": "Zaubergruppen, denen der Zauberspruch zugehörig ist.",
+ "DS4.SpellGroupLightning": "Blitz",
+ "DS4.SpellGroupEarth": "Erde, Fels, Stein",
+ "DS4.SpellGroupWater": "Wasser",
+ "DS4.SpellGroupIce": "Eis, Frost",
+ "DS4.SpellGroupFire": "Feuer",
+ "DS4.SpellGroupHealing": "Heilung",
+ "DS4.SpellGroupLight": "Licht",
+ "DS4.SpellGroupAir": "Luft",
+ "DS4.SpellGroupTransport": "Transport",
+ "DS4.SpellGroupDamage": "Schaden",
+ "DS4.SpellGroupShadow": "Schatten",
+ "DS4.SpellGroupProtection": "Schutz",
+ "DS4.SpellGroupMindAffecting": "Geistesbeeinflussend",
+ "DS4.SpellGroupDemonology": "Dämonologie",
+ "DS4.SpellGroupNecromancy": "Nekromantie",
+ "DS4.SpellGroupTransmutation": "Verwandlung",
+ "DS4.SpellGroupArea": "Fläche",
+ "DS4.SpellModifier": "Zauberbonus",
+ "DS4.SpellModifierNumerical": "Zauberbonus (numerisch)",
+ "DS4.SpellModifierComplex": "Zauberbonus (komplex)",
+ "DS4.SpellModifierAbbr": "ZB",
+ "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.SortBySpellModifier": "Nach Zauberbonus sortieren",
+ "DS4.SpellDistance": "Distanz",
+ "DS4.SpellDistanceDescription": "Die maximale Entfernung zum Ziel. „Selbst“ bedeutet, dass nur der Zauberwirker selbst das Ziel des Zaubers sein kann.",
+ "DS4.SpellEffectRadius": "Wirkungsradius",
+ "DS4.SpellEffectRadiusDescription": "Der Wirkungsradius des Zaubers.",
+ "DS4.SpellDuration": "Dauer",
+ "DS4.SpellDurationDescription": "Die Wirkungszeit des Zaubers.",
+ "DS4.CooldownDuration": "Abklingzeit",
+ "DS4.CooldownDurationDescription": "Die Dauer, die der Zauber nach erfolgreichem Wirken nicht einsetzbar ist.",
+ "DS4.CooldownDuration0R": "0 Kampfrunden",
+ "DS4.CooldownDuration1R": "1 Kampfrunde",
+ "DS4.CooldownDuration2R": "2 Kampfrunden",
+ "DS4.CooldownDuration5R": "5 Kampfrunden",
+ "DS4.CooldownDuration10R": "10 Kampfrunden",
+ "DS4.CooldownDuration100R": "100 Kampfrunden",
+ "DS4.CooldownDuration1D": "1 Tag",
+ "DS4.CooldownDurationD20D": "W20 Tage",
+ "DS4.SpellAllowsDefense": "Erlaubt Abwehr",
+ "DS4.SpellAllowsDefenseDescription": "Ist eine Abwehren-Probe gegen diesen Zauber erlaubt?",
+ "DS4.SpellMinimumLevel": "Zugangsstufe",
+ "DS4.SpellMinimumLevelDescription": "Die minimale Stufe, ab der ein Zauberwirker den Zauberspruch erlernen kann.",
+ "DS4.SpellCasterClassHealer": "Heiler",
+ "DS4.SpellCasterClassSorcerer": "Schwarzmagier",
+ "DS4.SpellCasterClassWizard": "Zauberer",
+ "DS4.SpellPrice": "Preis (Gold)",
+ "DS4.SpellPriceDescription": "Der Kaufpreis des Zauberspruchs.",
+ "DS4.EffectEnabled": "Eingeschaltet",
+ "DS4.EffectEnabledAbbr": "E",
+ "DS4.EffectActive": "Aktiv (unter Betrachtung, ob ein eventuelles Quellen-Item ausgerüstet ist usw.)",
+ "DS4.EffectActiveAbbr": "A",
+ "DS4.EffectName": "Name",
+ "DS4.EffectSourceName": "Quelle",
+ "DS4.EffectFactor": "Faktor (wie oft der Effekt angewendet wird)",
+ "DS4.EffectFactorAbbr": "F",
+ "DS4.ActorName": "Name",
+ "DS4.ActorImageAltText": "Bild des Aktors",
+ "DS4.ActorTypeCharacter": "Charakter",
+ "DS4.ActorTypeCreature": "Kreatur",
+ "DS4.Attribute": "Attribut",
+ "DS4.AttributeBody": "Körper",
+ "DS4.AttributeMobility": "Agilität",
+ "DS4.AttributeMind": "Geist",
+ "DS4.Trait": "Eigenschaft",
+ "DS4.TraitStrength": "Stärke",
+ "DS4.TraitConstitution": "Härte",
+ "DS4.TraitAgility": "Bewegung",
+ "DS4.TraitDexterity": "Geschick",
+ "DS4.TraitIntellect": "Verstand",
+ "DS4.TraitAura": "Aura",
+ "DS4.CombatValuesHitPoints": "Lebenskraft",
+ "DS4.CombatValuesHitPointsCurrent": "Aktuelle Lebenskraft",
+ "DS4.CombatValuesHitPointsCurrentAbbr": "LK",
+ "DS4.CombatValuesDefense": "Abwehr",
+ "DS4.CombatValuesInitiative": "Initiative",
+ "DS4.CombatValuesMovement": "Laufen",
+ "DS4.CombatValuesMeleeAttack": "Schlagen",
+ "DS4.CombatValuesRangedAttack": "Schießen",
+ "DS4.CombatValuesSpellcasting": "Zaubern",
+ "DS4.CombatValuesTargetedSpellcasting": "Zielzaubern",
+ "DS4.CombatValuesHitPointsSheet": "Lebenskraft",
+ "DS4.CombatValuesDefenseSheet": "Abwehr",
+ "DS4.CombatValuesInitiativeSheet": "Initiative",
+ "DS4.CombatValuesMovementSheet": "Laufen",
+ "DS4.CombatValuesMeleeAttackSheet": "Schlagen",
+ "DS4.CombatValuesRangedAttackSheet": "Schießen",
+ "DS4.CombatValuesSpellcastingSheet": "Zaubern",
+ "DS4.CombatValuesTargetedSpellcastingSheet": "Zielzaubern",
+ "DS4.CharacterBaseInfoRace": "Volk",
+ "DS4.CharacterBaseInfoClass": "Klasse",
+ "DS4.CharacterBaseInfoHeroClass": "Heldenklasse",
+ "DS4.CharacterBaseInfoCulture": "Kultur",
+ "DS4.CharacterProgressionLevel": "Stufe",
+ "DS4.CharacterProgressionLevelAbbr": "ST",
+ "DS4.CharacterProgressionExperiencePoints": "Erfahrungspunkte",
+ "DS4.CharacterProgressionExperiencePointsAbbr": "EP",
+ "DS4.CharacterProgressionTalentPoints": "Talentpunkte",
+ "DS4.CharacterProgressionProgressPoints": "Lernpunkte",
+ "DS4.CharacterSlayerPoints": "Slayerpunkte",
+ "DS4.CharacterSlayerPointsAbbr": "SP",
+ "DS4.TalentRank": "Rang",
+ "DS4.SortByTalentRank": "Nach Rang sortieren",
+ "DS4.TalentRankBase": "Erworben",
+ "DS4.TalentRankMax": "Maximum",
+ "DS4.TalentRankMod": "Zusätzlich",
+ "DS4.TalentRankTotal": "Gesamt",
+ "DS4.CharacterLanguageLanguages": "Sprachen",
+ "DS4.CharacterLanguageAlphabets": "Schriftzeichen",
+ "DS4.SpecialCreatureAbilityExperiencePoints": "Erfahrungspunkte",
+ "DS4.CharacterProfileBiography": "Biographie",
+ "DS4.CharacterProfileGender": "Geschlecht",
+ "DS4.CharacterProfileBirthday": "Geburtstag",
+ "DS4.CharacterProfileBirthplace": "Geburtsort",
+ "DS4.CharacterProfileAge": "Alter",
+ "DS4.CharacterProfileHeight": "Größe [cm]",
+ "DS4.CharacterProfileHairColor": "Haarfarbe",
+ "DS4.CharacterProfileWeight": "Gewicht [kg]",
+ "DS4.CharacterProfileEyeColor": "Augenfarbe",
+ "DS4.CharacterProfileSpecialCharacteristics": "Besondere Eigenschaften",
+ "DS4.CharacterCurrencyGold": "Gold",
+ "DS4.CharacterCurrencySilver": "Silber",
+ "DS4.CharacterCurrencyCopper": "Kupfer",
+ "DS4.CharacterCurrency": "Währung",
+ "DS4.CreatureTypeAnimal": "Tier",
+ "DS4.CreatureTypeConstruct": "Konstrukt",
+ "DS4.CreatureTypeHumanoid": "Humanoid",
+ "DS4.CreatureTypeMagicalEntity": "Magisches Wesen",
+ "DS4.CreatureTypePlantBeing": "Pflanzenwesen",
+ "DS4.CreatureTypeUndead": "Untot",
+ "DS4.CreatureSizeCategoryTiny": "Winzig",
+ "DS4.CreatureSizeCategorySmall": "Klein",
+ "DS4.CreatureSizeCategoryNormal": "Normal",
+ "DS4.CreatureSizeCategoryLarge": "Groß",
+ "DS4.CreatureSizeCategoryHuge": "Riesig",
+ "DS4.CreatureSizeCategoryColossal": "Gewaltig",
+ "DS4.CreatureBaseInfoLoot": "Beute",
+ "DS4.CreatureBaseInfoFoeFactor": "Gegnerhärte",
+ "DS4.CreatureBaseInfoCreatureType": "Kreaturengruppe",
+ "DS4.CreatureBaseInfoSizeCategory": "Größenkategorie",
+ "DS4.CreatureBaseInfoExperiencePoints": "Erfahrungspunkte",
+ "DS4.CreatureBaseInfoDescription": "Beschreibung",
+ "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.ErrorSlayingDiceRecursionLimitExceeded": "Die maximale Rekursionstiefe für slayende Würfelwürfe wurde überschritten.",
+ "DS4.ErrorInvalidNumberOfDice": "Ungültige Anzahl an Würfeln.",
+ "DS4.ErrorInvalidActorType": "Ungültiger Aktortyp '{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.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.ErrorRollingForItemTypeNotPossible": "Würfeln ist für Items vom Typ '{type}' nicht möglich.",
+ "DS4.ErrorUnexpectedAttackType": "Unerwartete Angriffsart '{actualType}', erwartete Angriffsarten: {expectedTypes}",
+ "DS4.ErrorUnexpectedAttribute": "Unerwartetes Attribut '{actualAttribute}', erwartete Attribute: {expectedTypes}",
+ "DS4.ErrorUnexpectedTrait": "Unerwartete Eigenschaft '{actualTrait}', erwartete Eigenschaften: {expectedTypes}",
+ "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.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.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.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.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.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.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.InfoCompendiumMigrationCompleted": "Aktualisierung des Kompendiums '{pack}' für DS4 von Migrationsversion {currentVersion} auf {targetVersion} erfolgreich!",
+ "DS4.UnitRounds": "Runden",
+ "DS4.UnitRoundsAbbr": "Rnd",
+ "DS4.UnitMinutes": "Minuten",
+ "DS4.UnitMinutesAbbr": "min",
+ "DS4.UnitHours": "Stunden",
+ "DS4.UnitHoursAbbr": "h",
+ "DS4.UnitDays": "Tage",
+ "DS4.UnitDaysAbbr": "d",
+ "DS4.UnitMeters": "Meter",
+ "DS4.UnitMetersAbbr": "m",
+ "DS4.UnitKilometers": "Kilometer",
+ "DS4.UnitKilometersAbbr": "km",
+ "DS4.UnitCustom": "individuell",
+ "DS4.UnitCustomAbbr": " ",
+ "DS4.GenericOkButton": "OK",
+ "DS4.GenericCancelButton": "Abbrechen",
+ "DS4.DialogRollOptionsDefaultTitle": "Proben-Optionen",
+ "DS4.ErrorUnexpectedHtmlType": "Typfehler: Erwartet wurde '{exType}', tatsächlich erhalten wurde '{realType}'.",
+ "DS4.ErrorCouldNotFindForm": "Konnte HTML Element '{htmlElement}' nicht finden.",
+ "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.ErrorItemDoesNotHaveEffect": "Das Item '{item}' hat keinen Effekt mit der ID '{id}'.",
+ "DS4.ErrorActorDoesNotHaveEffect": "Der Aktor '{actor}' hat keinen Effekt mit der UUID '{uuid}'.",
+ "DS4.DialogRollOptionsCheckTargetNumberLabel": "Probenwert",
+ "DS4.DialogRollOptionsCheckModifierLabel": "Modifikator",
+ "DS4.DialogRollOptionsCheckModifierCustomLabel": "Individueller Modifikator",
+ "DS4.DialogRollOptionsMaximumCoupResultLabel": "Immersieg bis",
+ "DS4.DialogRollOptionsMinimumFumbleResultLabel": "Patzer ab",
+ "DS4.DialogRollOptionsRollModeLabel": "Sichtbarkeit",
+ "DS4.CheckModifierRoutine": "Routine",
+ "DS4.CheckModifierVeryEasy": "Sehr Leicht",
+ "DS4.CheckModifierEasy": "Leicht",
+ "DS4.CheckModifierMormal": "Normal",
+ "DS4.CheckModifierDifficult": "Schwer",
+ "DS4.CheckModifierVeryDifficult": "Sehr Schwer",
+ "DS4.CheckModifierExtremelyDifficult": "Äußerst Schwer",
+ "DS4.CheckModifierCustom": "Individuell",
+ "DS4.TooltipBaseValue": "Basiswert",
+ "DS4.TooltipModifier": "Modifikator",
+ "DS4.TooltipEffects": "Effekte",
+ "DS4.SettingUseSlayingDiceForAutomatedChecksName": "Slayende Würfel",
+ "DS4.SettingUseSlayingDiceForAutomatedChecksHint": "Benutze Slayende Würfel bei automatisierten Proben.",
+ "DS4.SettingShowSlayerPointsName": "Slayerpunkte",
+ "DS4.SettingShowSlayerPointsHint": "Zeige Slayerpunkte im Charakterbogen an.",
+ "DS4.Checks": "Proben",
+ "DS4.ChecksAppraise": "Schätzen",
+ "DS4.ChecksChangeSpell": "Zauber Wechseln",
+ "DS4.ChecksClimb": "Klettern",
+ "DS4.ChecksCommunicate": "Verständigen",
+ "DS4.ChecksDecipherScript": "Inschrift Entziffern",
+ "DS4.ChecksDefend": "Abwehren",
+ "DS4.ChecksDefyPoison": "Gift Trotzen",
+ "DS4.ChecksDisableTraps": "Fallen Entschärfen",
+ "DS4.ChecksFeatOfStrength": "Kraftakt",
+ "DS4.ChecksFlirt": "Flirten",
+ "DS4.ChecksHaggle": "Feilschen",
+ "DS4.ChecksHide": "Verbergen",
+ "DS4.ChecksIdentifyMagic": "Magie Erkennen",
+ "DS4.ChecksJump": "Springen",
+ "DS4.ChecksKnowledge": "Wissen",
+ "DS4.ChecksOpenLock": "Schlösser Öffnen",
+ "DS4.ChecksPerception": "Bemerken",
+ "DS4.ChecksPickPocket": "Taschendiebstahl",
+ "DS4.ChecksReadTracks": "Spuren Lesen",
+ "DS4.ChecksResistDisease": "Krankheit Trotzen",
+ "DS4.ChecksRide": "Reiten",
+ "DS4.ChecksSearch": "Suchen",
+ "DS4.ChecksSenseMagic": "Magie Erspüren",
+ "DS4.ChecksSneak": "Schleichen",
+ "DS4.ChecksStartFire": "Feuer Machen",
+ "DS4.ChecksSwim": "Schwimmen",
+ "DS4.ChecksWakeUp": "Erwachen",
+ "DS4.ChecksWorkMechanism": "Mechanismus Öffnen",
+ "DS4.ActorCheckFlavor": "{actor} würfelt eine {check} Probe.",
+ "DS4.ActorGenericCheckFlavor": "{actor} würfelt eine Probe gegen {attribute} + {trait}.",
+ "DS4.CheckTooltip": "{check} Probe würfeln",
+ "DS4.NewWeaponName": "Neue Waffe",
+ "DS4.NewArmorName": "Neue Panzerung",
+ "DS4.NewShieldName": "Neuer Schild",
+ "DS4.NewSpellName": "Neuer Zauberspruch",
+ "DS4.NewEquipmentName": "Neue Ausrüstung",
+ "DS4.NewLootName": "Neue Beute",
+ "DS4.NewTalentName": "Neues Talent",
+ "DS4.NewRacialAbilityName": "Neue Volksfähigkeit",
+ "DS4.NewLanguageName": "Neue Sprache",
+ "DS4.NewAlphabetName": "Neue Schriftzeichen",
+ "DS4.NewSpecialCreatureAbilityName": "Neue Besondere Kreaturenfähigkeit",
+ "DS4.NewEffectName": "Neuer Effekt",
- "DS4.ActiveEffectApplyToItems": "Auf Items Anwenden",
- "DS4.ActiveEffectItemName": "Itemname",
- "DS4.ActiveEffectItemCondition": "Bedingung",
- "DS4.TooltipNotEditableDueToEffects": "Feld nicht bearbeitbar, weil von Aktiven Effekten beeinflusst"
+ "DS4.ActiveEffectApplyToItems": "Auf Items Anwenden",
+ "DS4.ActiveEffectItemName": "Itemname",
+ "DS4.ActiveEffectItemCondition": "Bedingung",
+ "DS4.TooltipNotEditableDueToEffects": "Feld nicht bearbeitbar, weil von Aktiven Effekten beeinflusst"
}
diff --git a/lang/en.json b/lang/en.json
index fb7415b2..847f0aea 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -1,391 +1,391 @@
{
- "DS4.UserInteractionAdd": "Add",
- "DS4.UserInteractionAddItemTitle": "Create Item",
- "DS4.UserInteractionEditItemTitle": "Edit Item",
- "DS4.UserInteractionDeleteItemTitle": "Delete Item",
- "DS4.UserInteractionAddEffectTitle": "Create Effect",
- "DS4.UserInteractionEditEffectTitle": "Edit Effect",
- "DS4.UserInteractionDeleteEffectTitle": "Delete Effect",
- "DS4.DocumentImageAltText": "Image of {name}",
- "DS4.RollableImageRollableTitle": "Roll for {name}",
- "DS4.DiceOverlayImageAltText": "Image of a d20",
- "DS4.HeadingValues": "Values",
- "DS4.HeadingBiography": "Biography",
- "DS4.HeadingProperties": "Properties",
- "DS4.HeadingEffects": "Effects",
- "DS4.HeadingInventory": "Inventory",
- "DS4.HeadingAbilities": "Abilities",
- "DS4.HeadingSpells": "Spells",
- "DS4.HeadingDescription": "Description",
- "DS4.AttackType": "Attack Type",
- "DS4.AttackTypeAbbr": "AT",
- "DS4.SortByAttackType": "Sort by Attack Type",
- "DS4.DialogAttackTypeSelection": "Which Attack Type?",
- "DS4.DialogAttributeTraitSelection": "Which Attribute and Trait?",
- "DS4.WeaponBonus": "Weapon Bonus",
- "DS4.WeaponBonusAbbr": "WB",
- "DS4.SortByWeaponBonus": "Sort by Weapon Bonus",
- "DS4.OpponentDefense": "Opponent Defense",
- "DS4.OpponentDefenseAbbr": "OD",
- "DS4.SortByOpponentDefense": "Sort by Opponent Defense",
- "DS4.OpponentDefenseMelee": "Opponent Defense for melee attacks",
- "DS4.OpponentDefenseRanged": "Opponent Defense for ranged attacks",
- "DS4.AttackTypeMelee": "Melee",
- "DS4.AttackTypeRanged": "Ranged",
- "DS4.AttackTypeMeleeRanged": "Melee / Ranged",
- "DS4.Description": "Description",
- "DS4.SortByDescription": "Sort by Description",
- "DS4.Quantity": "Quantity",
- "DS4.SortByQuantity": "Sort by Quantity",
- "DS4.PriceGold": "Price (Gold)",
- "DS4.StorageLocation": "Stored at",
- "DS4.SortByStorageLocation": "Sort by Storage Location",
- "DS4.ItemEquipped": "Equipped",
- "DS4.ItemEquippedAbbr": "E",
- "DS4.SortByItemEquipped": "Sort by Equipped",
- "DS4.ItemAvailability": "Availability",
- "DS4.ItemAvailabilityHamlet": "Hamlet",
- "DS4.ItemAvailabilityVilage": "Village",
- "DS4.ItemAvailabilityCity": "City",
- "DS4.ItemAvailabilityElves": "Elves",
- "DS4.ItemAvailabilityDwarves": "Dwarves",
- "DS4.ItemAvailabilityUnset": "Unset",
- "DS4.ItemAvailabilityNowhere": "Nowhere",
- "DS4.ItemName": "Name",
- "DS4.SortByItemName": "Sort by Name",
- "DS4.ItemTypeWeapon": "Weapon",
- "DS4.ItemTypeWeaponPlural": "Weapons",
- "DS4.ItemTypeArmor": "Armor",
- "DS4.ItemTypeArmorPlural": "Armor",
- "DS4.ItemTypeShield": "Shield",
- "DS4.ItemTypeShieldPlural": "Shields",
- "DS4.ItemTypeSpell": "Spell",
- "DS4.ItemTypeSpellPlural": "Spells",
- "DS4.ItemTypeEquipment": "Equipment",
- "DS4.ItemTypeEquipmentPlural": "Equipment",
- "DS4.ItemTypeLoot": "Loot",
- "DS4.ItemTypeLootPlural": "Loot",
- "DS4.ItemTypeTalent": "Talent",
- "DS4.ItemTypeTalentPlural": "Talents",
- "DS4.ItemTypeRacialAbility": "Racial Ability",
- "DS4.ItemTypeRacialAbilityPlural": "Racial Abilities",
- "DS4.ItemTypeLanguage": "Language",
- "DS4.ItemTypeLanguagePlural": "Languages",
- "DS4.ItemTypeAlphabet": "Alphabet",
- "DS4.ItemTypeAlphabetPlural": "Alphabets",
- "DS4.ItemTypeSpecialCreatureAbility": "Special Creature Ability",
- "DS4.ItemTypeSpecialCreatureAbilityPlural": "Special Creature Abilities",
- "DS4.ItemWeaponCheckFlavor": "{actor} attacks with {weapon}.",
- "DS4.ItemWeaponCheckFlavorWithOpponentDefense": "{actor} attacks with {weapon}
Opponent defense: {opponentDefense}",
- "DS4.ItemSpellCheckFlavor": "{actor} casts {spell}.",
- "DS4.ItemSpellCheckFlavorWithOpponentDefense": "{actor} casts {spell}.
Opponent Defense: {opponentDefense}",
- "DS4.ItemPropertiesArmor": "Armor Properties",
- "DS4.ItemPropertiesEquipable": "Equipment Properties",
- "DS4.ItemPropertiesPhysical": "Physical Properties",
- "DS4.ItemPropertiesProtective": "Protective Properties",
- "DS4.ItemPropertiesSpecialCreatureAbility": "Special Creature Ability Properties",
- "DS4.ItemPropertiesSpell": "Spell Properties",
- "DS4.ItemPropertiesTalent": "Talent Properties",
- "DS4.ItemPropertiesWeapon": "Weapon Properties",
- "DS4.ArmorType": "Armor Type",
- "DS4.ArmorTypeAbbr": "AT",
- "DS4.SortByArmorType": "Sort by Armor Type",
- "DS4.ArmorMaterialType": "Material Type",
- "DS4.ArmorMaterialTypeAbbr": "Mat.",
- "DS4.SortByArmorMaterialType": "Sort by Material Type",
- "DS4.ArmorValue": "Armor Value",
- "DS4.ArmorValueAbbr": "AV",
- "DS4.SortByArmorValue": "Sort by Armor Value",
- "DS4.ArmorTypeBody": "Body",
- "DS4.ArmorTypeBodyAbbr": "Body",
- "DS4.ArmorTypeHelmet": "Helmet",
- "DS4.ArmorTypeHelmetAbbr": "Helm",
- "DS4.ArmorTypeVambrace": "Vambrace",
- "DS4.ArmorTypeVambraceAbbr": "Vambr",
- "DS4.ArmorTypeGreaves": "Greaves",
- "DS4.ArmorTypeGreavesAbbr": "Greav",
- "DS4.ArmorTypeVambraceGreaves": "Vambrace + Greaves",
- "DS4.ArmorTypeVambraceGreavesAbbr": "V+G",
- "DS4.ArmorMaterialTypeCloth": "Cloth",
- "DS4.ArmorMaterialTypeClothAbbr": "Cloth",
- "DS4.ArmorMaterialTypeLeather": "Leather",
- "DS4.ArmorMaterialTypeLeatherAbbr": "Leath",
- "DS4.ArmorMaterialTypeChain": "Chain",
- "DS4.ArmorMaterialTypeChainAbbr": "Chain",
- "DS4.ArmorMaterialTypePlate": "Plate",
- "DS4.ArmorMaterialTypePlateAbbr": "Plate",
- "DS4.ArmorMaterialTypeNatural": "Natural",
- "DS4.ArmorMaterialTypeNaturalAbbr": "Natural",
- "DS4.SpellType": "Spell Type",
- "DS4.SpellTypeAbbr": "T",
- "DS4.SpellTypeDescription": "The type of the spell.",
- "DS4.SortBySpellType": "Sort by Spell Type",
- "DS4.SpellTypeSpellcasting": "Spellcasting",
- "DS4.SpellTypeTargetedSpellcasting": "Targeted Spellcasting",
- "DS4.SpellGroups": "Spell Groups",
- "DS4.SpellGroupsDescription": "Spell groups which the spell belongs to.",
- "DS4.SpellGroupLightning": "Lightning",
- "DS4.SpellGroupEarth": "Earth, Rock, Stone",
- "DS4.SpellGroupWater": "Water",
- "DS4.SpellGroupIce": "Ice, Frost",
- "DS4.SpellGroupFire": "Fire",
- "DS4.SpellGroupHealing": "Healing",
- "DS4.SpellGroupLight": "Light",
- "DS4.SpellGroupAir": "Air",
- "DS4.SpellGroupTransport": "Transport",
- "DS4.SpellGroupDamage": "Damage",
- "DS4.SpellGroupShadow": "Shadow",
- "DS4.SpellGroupProtection": "Protection",
- "DS4.SpellGroupMindAffecting": "Mind Affecting",
- "DS4.SpellGroupDemonology": "Demonologie",
- "DS4.SpellGroupNecromancy": "Necromancy",
- "DS4.SpellGroupTransmutation": "Transmutation",
- "DS4.SpellGroupArea": "Area",
- "DS4.SpellModifier": "Spell Modifier",
- "DS4.SpellModifierNumerical": "Spell Modifier (numerical)",
- "DS4.SpellModifierComplex": "Spell Modifier (complex)",
- "DS4.SpellModifierAbbr": "SM",
- "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 target’s values). If given, the numerical spell bonus is ignored.",
- "DS4.SortBySpellModifier": "Sort by Spell Modifier",
- "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.SpellEffectRadius": "Area of Effect Radius",
- "DS4.SpellEffectRadiusDescription": "The radius of the area of effect of the spell.",
- "DS4.SpellDuration": "Duration",
- "DS4.SpellDurationDescription": "The spell’s duration.",
- "DS4.CooldownDuration": "Cooldown Period",
- "DS4.CooldownDurationDescription": "The length of time to wait after a successful casting before the spell can be cast again.",
- "DS4.CooldownDuration0R": "0 Rounds",
- "DS4.CooldownDuration1R": "1 Round",
- "DS4.CooldownDuration2R": "2 Rounds",
- "DS4.CooldownDuration5R": "5 Rounds",
- "DS4.CooldownDuration10R": "10 Rounds",
- "DS4.CooldownDuration100R": "100 Rounds",
- "DS4.CooldownDuration1D": "1 Day",
- "DS4.CooldownDurationD20D": "D20 Days",
- "DS4.SpellAllowsDefense": "Allows Defense",
- "DS4.SpellAllowsDefenseDescription": "Is it alowed to perform a defense check against this spell?",
- "DS4.SpellMinimumLevel": "Minimum Level",
- "DS4.SpellMinimumLevelDescription": "The minimum level at which a spell caster may learn the spell.",
- "DS4.SpellCasterClassHealer": "Healer",
- "DS4.SpellCasterClassSorcerer": "Sorcerer",
- "DS4.SpellCasterClassWizard": "Wizard",
- "DS4.SpellPrice": "Price (Gold)",
- "DS4.SpellPriceDescription": "The price to purchase the spell.",
- "DS4.EffectEnabled": "Enabled",
- "DS4.EffectEnabledAbbr": "E",
- "DS4.EffectActive": "Active (taking into account whether a potential source item is equipped etc.)",
- "DS4.EffectActiveAbbr": "A",
- "DS4.EffectName": "Name",
- "DS4.EffectSourceName": "Source",
- "DS4.EffectFactor": "Factor (the number of times the effect is being applied)",
- "DS4.EffectFactorAbbr": "F",
- "DS4.ActorName": "Name",
- "DS4.ActorImageAltText": "Image of the Actor",
- "DS4.ActorTypeCharacter": "Character",
- "DS4.ActorTypeCreature": "Creature",
- "DS4.Attribute": "Attribute",
- "DS4.AttributeBody": "Body",
- "DS4.AttributeMobility": "Mobility",
- "DS4.AttributeMind": "Mind",
- "DS4.Trait": "Trait",
- "DS4.TraitStrength": "Strength",
- "DS4.TraitConstitution": "Constitution",
- "DS4.TraitAgility": "Agility",
- "DS4.TraitDexterity": "Dexterity",
- "DS4.TraitIntellect": "Intellect",
- "DS4.TraitAura": "Aura",
- "DS4.CombatValuesHitPoints": "Hit Points",
- "DS4.CombatValuesHitPointsCurrent": "Current Hit Points",
- "DS4.CombatValuesHitPointsCurrentAbbr": "HP",
- "DS4.CombatValuesDefense": "Defense",
- "DS4.CombatValuesInitiative": "Initiative",
- "DS4.CombatValuesMovement": "Movement",
- "DS4.CombatValuesMeleeAttack": "Melee Attack",
- "DS4.CombatValuesRangedAttack": "Ranged Attack",
- "DS4.CombatValuesSpellcasting": "Spellcasting",
- "DS4.CombatValuesTargetedSpellcasting": "Targeted Spellcasting",
- "DS4.CombatValuesHitPointsSheet": "Hit Points",
- "DS4.CombatValuesDefenseSheet": "Defense",
- "DS4.CombatValuesInitiativeSheet": "Initiative",
- "DS4.CombatValuesMovementSheet": "Movement",
- "DS4.CombatValuesMeleeAttackSheet": "Melee Attack",
- "DS4.CombatValuesRangedAttackSheet": "RAT",
- "DS4.CombatValuesSpellcastingSheet": "Spellcasting",
- "DS4.CombatValuesTargetedSpellcastingSheet": "TSC",
- "DS4.CharacterBaseInfoRace": "Race",
- "DS4.CharacterBaseInfoClass": "Class",
- "DS4.CharacterBaseInfoHeroClass": "Hero Class",
- "DS4.CharacterBaseInfoCulture": "Culture",
- "DS4.CharacterProgressionLevel": "Level",
- "DS4.CharacterProgressionLevelAbbr": "LVL",
- "DS4.CharacterProgressionExperiencePoints": "Experience Points",
- "DS4.CharacterProgressionExperiencePointsAbbr": "XP",
- "DS4.CharacterProgressionTalentPoints": "Talent Points",
- "DS4.CharacterProgressionProgressPoints": "Progress Points",
- "DS4.CharacterSlayerPoints": "Slayer Points",
- "DS4.CharacterSlayerPointsAbbr": "SP",
- "DS4.TalentRank": "Rank",
- "DS4.SortByTalentRank": "Sort by Rank",
- "DS4.TalentRankBase": "Acquired",
- "DS4.TalentRankMax": "Maximum",
- "DS4.TalentRankMod": "Additional",
- "DS4.TalentRankTotal": "Total",
- "DS4.CharacterLanguageLanguages": "Languages",
- "DS4.CharacterLanguageAlphabets": "Alphabets",
- "DS4.SpecialCreatureAbilityExperiencePoints": "Experience Points",
- "DS4.CharacterProfileBiography": "Biography",
- "DS4.CharacterProfileGender": "Gender",
- "DS4.CharacterProfileBirthday": "Birthday",
- "DS4.CharacterProfileBirthplace": "Birthplace",
- "DS4.CharacterProfileAge": "Age",
- "DS4.CharacterProfileHeight": "Height [m]",
- "DS4.CharacterProfileHairColor": "Hair Color",
- "DS4.CharacterProfileWeight": "Weight [kg]",
- "DS4.CharacterProfileEyeColor": "Eye Color",
- "DS4.CharacterProfileSpecialCharacteristics": "Special Characteristics",
- "DS4.CharacterCurrencyGold": "Gold",
- "DS4.CharacterCurrencySilver": "Silver",
- "DS4.CharacterCurrencyCopper": "Copper",
- "DS4.CharacterCurrency": "Currency",
- "DS4.CreatureTypeAnimal": "Animal",
- "DS4.CreatureTypeConstruct": "Construct",
- "DS4.CreatureTypeHumanoid": "Humanoid",
- "DS4.CreatureTypeMagicalEntity": "Magical Entity",
- "DS4.CreatureTypePlantBeing": "Plant Being",
- "DS4.CreatureTypeUndead": "Undead",
- "DS4.CreatureSizeCategoryTiny": "Tiny",
- "DS4.CreatureSizeCategorySmall": "Small",
- "DS4.CreatureSizeCategoryNormal": "Normal",
- "DS4.CreatureSizeCategoryLarge": "Large",
- "DS4.CreatureSizeCategoryHuge": "Huge",
- "DS4.CreatureSizeCategoryColossal": "Colossal",
- "DS4.CreatureBaseInfoLoot": "Loot",
- "DS4.CreatureBaseInfoFoeFactor": "Foe Factor",
- "DS4.CreatureBaseInfoCreatureType": "Creature Type",
- "DS4.CreatureBaseInfoSizeCategory": "Size Category",
- "DS4.CreatureBaseInfoExperiencePoints": "Experience Points",
- "DS4.CreatureBaseInfoDescription": "Description",
- "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.ErrorSlayingDiceRecursionLimitExceeded": "Maximum recursion depth for slaying dice roll exceeded.",
- "DS4.ErrorInvalidNumberOfDice": "Invalid number of dice.",
- "DS4.ErrorInvalidActorType": "Invalid actor 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.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.ErrorRollingForItemTypeNotPossible": "Rolling is not possible for items of type '{type}'.",
- "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.ErrorUnexpectedTrait": "Unexpected trait '{actualTrait}', expected it to be one of: {expectedTypes}",
- "DS4.ErrorCanvasIsNotInitialized": "Canvas is not initialized yet.",
- "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.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.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.WarningMacrosCanOnlyBeCreatedForOwnedItems": "Macros can only be created for owned items.",
- "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.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.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.InfoCompendiumMigrationCompleted": "Migration of compendium '{pack}' for DS4 from migration version {currentVersion} to {targetVersion} successful!",
- "DS4.UnitRounds": "Rounds",
- "DS4.UnitRoundsAbbr": "rnd",
- "DS4.UnitMinutes": "Minutes",
- "DS4.UnitMinutesAbbr": "min",
- "DS4.UnitHours": "Hours",
- "DS4.UnitHoursAbbr": "h",
- "DS4.UnitDays": "Days",
- "DS4.UnitDaysAbbr": "d",
- "DS4.UnitMeters": "Meters",
- "DS4.UnitMetersAbbr": "m",
- "DS4.UnitKilometers": "Kilometers",
- "DS4.UnitKilometersAbbr": "km",
- "DS4.UnitCustom": "Custom Unit",
- "DS4.UnitCustomAbbr": " ",
- "DS4.GenericOkButton": "Ok",
- "DS4.GenericCancelButton": "Cancel",
- "DS4.DialogRollOptionsDefaultTitle": "Roll Options",
- "DS4.ErrorUnexpectedHtmlType": "Type Error: Expected '{exType}' but got '{realType}'.",
- "DS4.ErrorCouldNotFindForm": "Could not find HTML element '{htmlElement}'.",
- "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.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.DialogRollOptionsCheckTargetNumberLabel": "Check Target Number",
- "DS4.DialogRollOptionsCheckModifierLabel": "Modifier",
- "DS4.DialogRollOptionsCheckModifierCustomLabel": "Custom Modifier",
- "DS4.DialogRollOptionsMaximumCoupResultLabel": "Coup to",
- "DS4.DialogRollOptionsMinimumFumbleResultLabel": "Fumble from",
- "DS4.DialogRollOptionsRollModeLabel": "Visibility",
- "DS4.CheckModifierRoutine": "Routine",
- "DS4.CheckModifierVeryEasy": "Very Easy",
- "DS4.CheckModifierEasy": "Easy",
- "DS4.CheckModifierMormal": "Normal",
- "DS4.CheckModifierDifficult": "Difficult",
- "DS4.CheckModifierVeryDifficult": "Very Difficult",
- "DS4.CheckModifierExtremelyDifficult": "Extremely Difficult",
- "DS4.CheckModifierCustom": "Custom",
- "DS4.TooltipBaseValue": "Base Value",
- "DS4.TooltipModifier": "Modifier",
- "DS4.TooltipEffects": "Effects",
- "DS4.SettingUseSlayingDiceForAutomatedChecksName": "Slaying Dice",
- "DS4.SettingUseSlayingDiceForAutomatedChecksHint": "Use Slaying Dice for automated checks.",
- "DS4.SettingShowSlayerPointsName": "Slayer Points",
- "DS4.SettingShowSlayerPointsHint": "Show Slayer Points in the character sheet.",
- "DS4.Checks": "Checks",
- "DS4.ChecksAppraise": "Appraise",
- "DS4.ChecksChangeSpell": "Change Spell",
- "DS4.ChecksClimb": "Climb",
- "DS4.ChecksCommunicate": "Communicate",
- "DS4.ChecksDecipherScript": "Decipher Script",
- "DS4.ChecksDefend": "Defend",
- "DS4.ChecksDefyPoison": "Defy Poison",
- "DS4.ChecksDisableTraps": "Disable Traps",
- "DS4.ChecksFeatOfStrength": "Feat of Strength",
- "DS4.ChecksFlirt": "Flirt",
- "DS4.ChecksHaggle": "Haggle",
- "DS4.ChecksHide": "Hide",
- "DS4.ChecksIdentifyMagic": "Identify Magic",
- "DS4.ChecksJump": "Jump",
- "DS4.ChecksKnowledge": "Knowledge",
- "DS4.ChecksOpenLock": "Open Lock",
- "DS4.ChecksPerception": "Perception",
- "DS4.ChecksPickPocket": "Pick Pocket",
- "DS4.ChecksReadTracks": "Read Tracks",
- "DS4.ChecksResistDisease": "Resist Disease",
- "DS4.ChecksRide": "Ride",
- "DS4.ChecksSearch": "Search",
- "DS4.ChecksSenseMagic": "Sense Magic",
- "DS4.ChecksSneak": "Sneak",
- "DS4.ChecksStartFire": "Start Fire",
- "DS4.ChecksSwim": "Swim",
- "DS4.ChecksWakeUp": "Wake Up",
- "DS4.ChecksWorkMechanism": "Work Mechanism",
- "DS4.ActorCheckFlavor": "{actor} rolls a {check} check.",
- "DS4.ActorGenericCheckFlavor": "{actor} rolls a check against {attribute} + {trait}.",
- "DS4.CheckTooltip": "Roll a {check} check",
- "DS4.NewWeaponName": "New Weapon",
- "DS4.NewArmorName": "New Armor",
- "DS4.NewShieldName": "New Shield",
- "DS4.NewSpellName": "New Spell",
- "DS4.NewEquipmentName": "New Equipment",
- "DS4.NewLootName": "New Loot",
- "DS4.NewTalentName": "New Talent",
- "DS4.NewRacialAbilityName": "New Racial Ability",
- "DS4.NewLanguageName": "New Language",
- "DS4.NewAlphabetName": "New Alphabet",
- "DS4.NewSpecialCreatureAbilityName": "New Special Creature Ability",
- "DS4.NewEffectName": "New Effect",
+ "DS4.UserInteractionAdd": "Add",
+ "DS4.UserInteractionAddItemTitle": "Create Item",
+ "DS4.UserInteractionEditItemTitle": "Edit Item",
+ "DS4.UserInteractionDeleteItemTitle": "Delete Item",
+ "DS4.UserInteractionAddEffectTitle": "Create Effect",
+ "DS4.UserInteractionEditEffectTitle": "Edit Effect",
+ "DS4.UserInteractionDeleteEffectTitle": "Delete Effect",
+ "DS4.DocumentImageAltText": "Image of {name}",
+ "DS4.RollableImageRollableTitle": "Roll for {name}",
+ "DS4.DiceOverlayImageAltText": "Image of a d20",
+ "DS4.HeadingValues": "Values",
+ "DS4.HeadingBiography": "Biography",
+ "DS4.HeadingProperties": "Properties",
+ "DS4.HeadingEffects": "Effects",
+ "DS4.HeadingInventory": "Inventory",
+ "DS4.HeadingAbilities": "Abilities",
+ "DS4.HeadingSpells": "Spells",
+ "DS4.HeadingDescription": "Description",
+ "DS4.AttackType": "Attack Type",
+ "DS4.AttackTypeAbbr": "AT",
+ "DS4.SortByAttackType": "Sort by Attack Type",
+ "DS4.DialogAttackTypeSelection": "Which Attack Type?",
+ "DS4.DialogAttributeTraitSelection": "Which Attribute and Trait?",
+ "DS4.WeaponBonus": "Weapon Bonus",
+ "DS4.WeaponBonusAbbr": "WB",
+ "DS4.SortByWeaponBonus": "Sort by Weapon Bonus",
+ "DS4.OpponentDefense": "Opponent Defense",
+ "DS4.OpponentDefenseAbbr": "OD",
+ "DS4.SortByOpponentDefense": "Sort by Opponent Defense",
+ "DS4.OpponentDefenseMelee": "Opponent Defense for melee attacks",
+ "DS4.OpponentDefenseRanged": "Opponent Defense for ranged attacks",
+ "DS4.AttackTypeMelee": "Melee",
+ "DS4.AttackTypeRanged": "Ranged",
+ "DS4.AttackTypeMeleeRanged": "Melee / Ranged",
+ "DS4.Description": "Description",
+ "DS4.SortByDescription": "Sort by Description",
+ "DS4.Quantity": "Quantity",
+ "DS4.SortByQuantity": "Sort by Quantity",
+ "DS4.PriceGold": "Price (Gold)",
+ "DS4.StorageLocation": "Stored at",
+ "DS4.SortByStorageLocation": "Sort by Storage Location",
+ "DS4.ItemEquipped": "Equipped",
+ "DS4.ItemEquippedAbbr": "E",
+ "DS4.SortByItemEquipped": "Sort by Equipped",
+ "DS4.ItemAvailability": "Availability",
+ "DS4.ItemAvailabilityHamlet": "Hamlet",
+ "DS4.ItemAvailabilityVilage": "Village",
+ "DS4.ItemAvailabilityCity": "City",
+ "DS4.ItemAvailabilityElves": "Elves",
+ "DS4.ItemAvailabilityDwarves": "Dwarves",
+ "DS4.ItemAvailabilityUnset": "Unset",
+ "DS4.ItemAvailabilityNowhere": "Nowhere",
+ "DS4.ItemName": "Name",
+ "DS4.SortByItemName": "Sort by Name",
+ "DS4.ItemTypeWeapon": "Weapon",
+ "DS4.ItemTypeWeaponPlural": "Weapons",
+ "DS4.ItemTypeArmor": "Armor",
+ "DS4.ItemTypeArmorPlural": "Armor",
+ "DS4.ItemTypeShield": "Shield",
+ "DS4.ItemTypeShieldPlural": "Shields",
+ "DS4.ItemTypeSpell": "Spell",
+ "DS4.ItemTypeSpellPlural": "Spells",
+ "DS4.ItemTypeEquipment": "Equipment",
+ "DS4.ItemTypeEquipmentPlural": "Equipment",
+ "DS4.ItemTypeLoot": "Loot",
+ "DS4.ItemTypeLootPlural": "Loot",
+ "DS4.ItemTypeTalent": "Talent",
+ "DS4.ItemTypeTalentPlural": "Talents",
+ "DS4.ItemTypeRacialAbility": "Racial Ability",
+ "DS4.ItemTypeRacialAbilityPlural": "Racial Abilities",
+ "DS4.ItemTypeLanguage": "Language",
+ "DS4.ItemTypeLanguagePlural": "Languages",
+ "DS4.ItemTypeAlphabet": "Alphabet",
+ "DS4.ItemTypeAlphabetPlural": "Alphabets",
+ "DS4.ItemTypeSpecialCreatureAbility": "Special Creature Ability",
+ "DS4.ItemTypeSpecialCreatureAbilityPlural": "Special Creature Abilities",
+ "DS4.ItemWeaponCheckFlavor": "{actor} attacks with {weapon}.",
+ "DS4.ItemWeaponCheckFlavorWithOpponentDefense": "{actor} attacks with {weapon}
Opponent defense: {opponentDefense}",
+ "DS4.ItemSpellCheckFlavor": "{actor} casts {spell}.",
+ "DS4.ItemSpellCheckFlavorWithOpponentDefense": "{actor} casts {spell}.
Opponent Defense: {opponentDefense}",
+ "DS4.ItemPropertiesArmor": "Armor Properties",
+ "DS4.ItemPropertiesEquipable": "Equipment Properties",
+ "DS4.ItemPropertiesPhysical": "Physical Properties",
+ "DS4.ItemPropertiesProtective": "Protective Properties",
+ "DS4.ItemPropertiesSpecialCreatureAbility": "Special Creature Ability Properties",
+ "DS4.ItemPropertiesSpell": "Spell Properties",
+ "DS4.ItemPropertiesTalent": "Talent Properties",
+ "DS4.ItemPropertiesWeapon": "Weapon Properties",
+ "DS4.ArmorType": "Armor Type",
+ "DS4.ArmorTypeAbbr": "AT",
+ "DS4.SortByArmorType": "Sort by Armor Type",
+ "DS4.ArmorMaterialType": "Material Type",
+ "DS4.ArmorMaterialTypeAbbr": "Mat.",
+ "DS4.SortByArmorMaterialType": "Sort by Material Type",
+ "DS4.ArmorValue": "Armor Value",
+ "DS4.ArmorValueAbbr": "AV",
+ "DS4.SortByArmorValue": "Sort by Armor Value",
+ "DS4.ArmorTypeBody": "Body",
+ "DS4.ArmorTypeBodyAbbr": "Body",
+ "DS4.ArmorTypeHelmet": "Helmet",
+ "DS4.ArmorTypeHelmetAbbr": "Helm",
+ "DS4.ArmorTypeVambrace": "Vambrace",
+ "DS4.ArmorTypeVambraceAbbr": "Vambr",
+ "DS4.ArmorTypeGreaves": "Greaves",
+ "DS4.ArmorTypeGreavesAbbr": "Greav",
+ "DS4.ArmorTypeVambraceGreaves": "Vambrace + Greaves",
+ "DS4.ArmorTypeVambraceGreavesAbbr": "V+G",
+ "DS4.ArmorMaterialTypeCloth": "Cloth",
+ "DS4.ArmorMaterialTypeClothAbbr": "Cloth",
+ "DS4.ArmorMaterialTypeLeather": "Leather",
+ "DS4.ArmorMaterialTypeLeatherAbbr": "Leath",
+ "DS4.ArmorMaterialTypeChain": "Chain",
+ "DS4.ArmorMaterialTypeChainAbbr": "Chain",
+ "DS4.ArmorMaterialTypePlate": "Plate",
+ "DS4.ArmorMaterialTypePlateAbbr": "Plate",
+ "DS4.ArmorMaterialTypeNatural": "Natural",
+ "DS4.ArmorMaterialTypeNaturalAbbr": "Natural",
+ "DS4.SpellType": "Spell Type",
+ "DS4.SpellTypeAbbr": "T",
+ "DS4.SpellTypeDescription": "The type of the spell.",
+ "DS4.SortBySpellType": "Sort by Spell Type",
+ "DS4.SpellTypeSpellcasting": "Spellcasting",
+ "DS4.SpellTypeTargetedSpellcasting": "Targeted Spellcasting",
+ "DS4.SpellGroups": "Spell Groups",
+ "DS4.SpellGroupsDescription": "Spell groups which the spell belongs to.",
+ "DS4.SpellGroupLightning": "Lightning",
+ "DS4.SpellGroupEarth": "Earth, Rock, Stone",
+ "DS4.SpellGroupWater": "Water",
+ "DS4.SpellGroupIce": "Ice, Frost",
+ "DS4.SpellGroupFire": "Fire",
+ "DS4.SpellGroupHealing": "Healing",
+ "DS4.SpellGroupLight": "Light",
+ "DS4.SpellGroupAir": "Air",
+ "DS4.SpellGroupTransport": "Transport",
+ "DS4.SpellGroupDamage": "Damage",
+ "DS4.SpellGroupShadow": "Shadow",
+ "DS4.SpellGroupProtection": "Protection",
+ "DS4.SpellGroupMindAffecting": "Mind Affecting",
+ "DS4.SpellGroupDemonology": "Demonologie",
+ "DS4.SpellGroupNecromancy": "Necromancy",
+ "DS4.SpellGroupTransmutation": "Transmutation",
+ "DS4.SpellGroupArea": "Area",
+ "DS4.SpellModifier": "Spell Modifier",
+ "DS4.SpellModifierNumerical": "Spell Modifier (numerical)",
+ "DS4.SpellModifierComplex": "Spell Modifier (complex)",
+ "DS4.SpellModifierAbbr": "SM",
+ "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 target’s values). If given, the numerical spell bonus is ignored.",
+ "DS4.SortBySpellModifier": "Sort by Spell Modifier",
+ "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.SpellEffectRadius": "Area of Effect Radius",
+ "DS4.SpellEffectRadiusDescription": "The radius of the area of effect of the spell.",
+ "DS4.SpellDuration": "Duration",
+ "DS4.SpellDurationDescription": "The spell’s duration.",
+ "DS4.CooldownDuration": "Cooldown Period",
+ "DS4.CooldownDurationDescription": "The length of time to wait after a successful casting before the spell can be cast again.",
+ "DS4.CooldownDuration0R": "0 Rounds",
+ "DS4.CooldownDuration1R": "1 Round",
+ "DS4.CooldownDuration2R": "2 Rounds",
+ "DS4.CooldownDuration5R": "5 Rounds",
+ "DS4.CooldownDuration10R": "10 Rounds",
+ "DS4.CooldownDuration100R": "100 Rounds",
+ "DS4.CooldownDuration1D": "1 Day",
+ "DS4.CooldownDurationD20D": "D20 Days",
+ "DS4.SpellAllowsDefense": "Allows Defense",
+ "DS4.SpellAllowsDefenseDescription": "Is it alowed to perform a defense check against this spell?",
+ "DS4.SpellMinimumLevel": "Minimum Level",
+ "DS4.SpellMinimumLevelDescription": "The minimum level at which a spell caster may learn the spell.",
+ "DS4.SpellCasterClassHealer": "Healer",
+ "DS4.SpellCasterClassSorcerer": "Sorcerer",
+ "DS4.SpellCasterClassWizard": "Wizard",
+ "DS4.SpellPrice": "Price (Gold)",
+ "DS4.SpellPriceDescription": "The price to purchase the spell.",
+ "DS4.EffectEnabled": "Enabled",
+ "DS4.EffectEnabledAbbr": "E",
+ "DS4.EffectActive": "Active (taking into account whether a potential source item is equipped etc.)",
+ "DS4.EffectActiveAbbr": "A",
+ "DS4.EffectName": "Name",
+ "DS4.EffectSourceName": "Source",
+ "DS4.EffectFactor": "Factor (the number of times the effect is being applied)",
+ "DS4.EffectFactorAbbr": "F",
+ "DS4.ActorName": "Name",
+ "DS4.ActorImageAltText": "Image of the Actor",
+ "DS4.ActorTypeCharacter": "Character",
+ "DS4.ActorTypeCreature": "Creature",
+ "DS4.Attribute": "Attribute",
+ "DS4.AttributeBody": "Body",
+ "DS4.AttributeMobility": "Mobility",
+ "DS4.AttributeMind": "Mind",
+ "DS4.Trait": "Trait",
+ "DS4.TraitStrength": "Strength",
+ "DS4.TraitConstitution": "Constitution",
+ "DS4.TraitAgility": "Agility",
+ "DS4.TraitDexterity": "Dexterity",
+ "DS4.TraitIntellect": "Intellect",
+ "DS4.TraitAura": "Aura",
+ "DS4.CombatValuesHitPoints": "Hit Points",
+ "DS4.CombatValuesHitPointsCurrent": "Current Hit Points",
+ "DS4.CombatValuesHitPointsCurrentAbbr": "HP",
+ "DS4.CombatValuesDefense": "Defense",
+ "DS4.CombatValuesInitiative": "Initiative",
+ "DS4.CombatValuesMovement": "Movement",
+ "DS4.CombatValuesMeleeAttack": "Melee Attack",
+ "DS4.CombatValuesRangedAttack": "Ranged Attack",
+ "DS4.CombatValuesSpellcasting": "Spellcasting",
+ "DS4.CombatValuesTargetedSpellcasting": "Targeted Spellcasting",
+ "DS4.CombatValuesHitPointsSheet": "Hit Points",
+ "DS4.CombatValuesDefenseSheet": "Defense",
+ "DS4.CombatValuesInitiativeSheet": "Initiative",
+ "DS4.CombatValuesMovementSheet": "Movement",
+ "DS4.CombatValuesMeleeAttackSheet": "Melee Attack",
+ "DS4.CombatValuesRangedAttackSheet": "RAT",
+ "DS4.CombatValuesSpellcastingSheet": "Spellcasting",
+ "DS4.CombatValuesTargetedSpellcastingSheet": "TSC",
+ "DS4.CharacterBaseInfoRace": "Race",
+ "DS4.CharacterBaseInfoClass": "Class",
+ "DS4.CharacterBaseInfoHeroClass": "Hero Class",
+ "DS4.CharacterBaseInfoCulture": "Culture",
+ "DS4.CharacterProgressionLevel": "Level",
+ "DS4.CharacterProgressionLevelAbbr": "LVL",
+ "DS4.CharacterProgressionExperiencePoints": "Experience Points",
+ "DS4.CharacterProgressionExperiencePointsAbbr": "XP",
+ "DS4.CharacterProgressionTalentPoints": "Talent Points",
+ "DS4.CharacterProgressionProgressPoints": "Progress Points",
+ "DS4.CharacterSlayerPoints": "Slayer Points",
+ "DS4.CharacterSlayerPointsAbbr": "SP",
+ "DS4.TalentRank": "Rank",
+ "DS4.SortByTalentRank": "Sort by Rank",
+ "DS4.TalentRankBase": "Acquired",
+ "DS4.TalentRankMax": "Maximum",
+ "DS4.TalentRankMod": "Additional",
+ "DS4.TalentRankTotal": "Total",
+ "DS4.CharacterLanguageLanguages": "Languages",
+ "DS4.CharacterLanguageAlphabets": "Alphabets",
+ "DS4.SpecialCreatureAbilityExperiencePoints": "Experience Points",
+ "DS4.CharacterProfileBiography": "Biography",
+ "DS4.CharacterProfileGender": "Gender",
+ "DS4.CharacterProfileBirthday": "Birthday",
+ "DS4.CharacterProfileBirthplace": "Birthplace",
+ "DS4.CharacterProfileAge": "Age",
+ "DS4.CharacterProfileHeight": "Height [m]",
+ "DS4.CharacterProfileHairColor": "Hair Color",
+ "DS4.CharacterProfileWeight": "Weight [kg]",
+ "DS4.CharacterProfileEyeColor": "Eye Color",
+ "DS4.CharacterProfileSpecialCharacteristics": "Special Characteristics",
+ "DS4.CharacterCurrencyGold": "Gold",
+ "DS4.CharacterCurrencySilver": "Silver",
+ "DS4.CharacterCurrencyCopper": "Copper",
+ "DS4.CharacterCurrency": "Currency",
+ "DS4.CreatureTypeAnimal": "Animal",
+ "DS4.CreatureTypeConstruct": "Construct",
+ "DS4.CreatureTypeHumanoid": "Humanoid",
+ "DS4.CreatureTypeMagicalEntity": "Magical Entity",
+ "DS4.CreatureTypePlantBeing": "Plant Being",
+ "DS4.CreatureTypeUndead": "Undead",
+ "DS4.CreatureSizeCategoryTiny": "Tiny",
+ "DS4.CreatureSizeCategorySmall": "Small",
+ "DS4.CreatureSizeCategoryNormal": "Normal",
+ "DS4.CreatureSizeCategoryLarge": "Large",
+ "DS4.CreatureSizeCategoryHuge": "Huge",
+ "DS4.CreatureSizeCategoryColossal": "Colossal",
+ "DS4.CreatureBaseInfoLoot": "Loot",
+ "DS4.CreatureBaseInfoFoeFactor": "Foe Factor",
+ "DS4.CreatureBaseInfoCreatureType": "Creature Type",
+ "DS4.CreatureBaseInfoSizeCategory": "Size Category",
+ "DS4.CreatureBaseInfoExperiencePoints": "Experience Points",
+ "DS4.CreatureBaseInfoDescription": "Description",
+ "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.ErrorSlayingDiceRecursionLimitExceeded": "Maximum recursion depth for slaying dice roll exceeded.",
+ "DS4.ErrorInvalidNumberOfDice": "Invalid number of dice.",
+ "DS4.ErrorInvalidActorType": "Invalid actor 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.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.ErrorRollingForItemTypeNotPossible": "Rolling is not possible for items of type '{type}'.",
+ "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.ErrorUnexpectedTrait": "Unexpected trait '{actualTrait}', expected it to be one of: {expectedTypes}",
+ "DS4.ErrorCanvasIsNotInitialized": "Canvas is not initialized yet.",
+ "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.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.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.WarningMacrosCanOnlyBeCreatedForOwnedItems": "Macros can only be created for owned items.",
+ "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.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.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.InfoCompendiumMigrationCompleted": "Migration of compendium '{pack}' for DS4 from migration version {currentVersion} to {targetVersion} successful!",
+ "DS4.UnitRounds": "Rounds",
+ "DS4.UnitRoundsAbbr": "rnd",
+ "DS4.UnitMinutes": "Minutes",
+ "DS4.UnitMinutesAbbr": "min",
+ "DS4.UnitHours": "Hours",
+ "DS4.UnitHoursAbbr": "h",
+ "DS4.UnitDays": "Days",
+ "DS4.UnitDaysAbbr": "d",
+ "DS4.UnitMeters": "Meters",
+ "DS4.UnitMetersAbbr": "m",
+ "DS4.UnitKilometers": "Kilometers",
+ "DS4.UnitKilometersAbbr": "km",
+ "DS4.UnitCustom": "Custom Unit",
+ "DS4.UnitCustomAbbr": " ",
+ "DS4.GenericOkButton": "Ok",
+ "DS4.GenericCancelButton": "Cancel",
+ "DS4.DialogRollOptionsDefaultTitle": "Roll Options",
+ "DS4.ErrorUnexpectedHtmlType": "Type Error: Expected '{exType}' but got '{realType}'.",
+ "DS4.ErrorCouldNotFindForm": "Could not find HTML element '{htmlElement}'.",
+ "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.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.DialogRollOptionsCheckTargetNumberLabel": "Check Target Number",
+ "DS4.DialogRollOptionsCheckModifierLabel": "Modifier",
+ "DS4.DialogRollOptionsCheckModifierCustomLabel": "Custom Modifier",
+ "DS4.DialogRollOptionsMaximumCoupResultLabel": "Coup to",
+ "DS4.DialogRollOptionsMinimumFumbleResultLabel": "Fumble from",
+ "DS4.DialogRollOptionsRollModeLabel": "Visibility",
+ "DS4.CheckModifierRoutine": "Routine",
+ "DS4.CheckModifierVeryEasy": "Very Easy",
+ "DS4.CheckModifierEasy": "Easy",
+ "DS4.CheckModifierMormal": "Normal",
+ "DS4.CheckModifierDifficult": "Difficult",
+ "DS4.CheckModifierVeryDifficult": "Very Difficult",
+ "DS4.CheckModifierExtremelyDifficult": "Extremely Difficult",
+ "DS4.CheckModifierCustom": "Custom",
+ "DS4.TooltipBaseValue": "Base Value",
+ "DS4.TooltipModifier": "Modifier",
+ "DS4.TooltipEffects": "Effects",
+ "DS4.SettingUseSlayingDiceForAutomatedChecksName": "Slaying Dice",
+ "DS4.SettingUseSlayingDiceForAutomatedChecksHint": "Use Slaying Dice for automated checks.",
+ "DS4.SettingShowSlayerPointsName": "Slayer Points",
+ "DS4.SettingShowSlayerPointsHint": "Show Slayer Points in the character sheet.",
+ "DS4.Checks": "Checks",
+ "DS4.ChecksAppraise": "Appraise",
+ "DS4.ChecksChangeSpell": "Change Spell",
+ "DS4.ChecksClimb": "Climb",
+ "DS4.ChecksCommunicate": "Communicate",
+ "DS4.ChecksDecipherScript": "Decipher Script",
+ "DS4.ChecksDefend": "Defend",
+ "DS4.ChecksDefyPoison": "Defy Poison",
+ "DS4.ChecksDisableTraps": "Disable Traps",
+ "DS4.ChecksFeatOfStrength": "Feat of Strength",
+ "DS4.ChecksFlirt": "Flirt",
+ "DS4.ChecksHaggle": "Haggle",
+ "DS4.ChecksHide": "Hide",
+ "DS4.ChecksIdentifyMagic": "Identify Magic",
+ "DS4.ChecksJump": "Jump",
+ "DS4.ChecksKnowledge": "Knowledge",
+ "DS4.ChecksOpenLock": "Open Lock",
+ "DS4.ChecksPerception": "Perception",
+ "DS4.ChecksPickPocket": "Pick Pocket",
+ "DS4.ChecksReadTracks": "Read Tracks",
+ "DS4.ChecksResistDisease": "Resist Disease",
+ "DS4.ChecksRide": "Ride",
+ "DS4.ChecksSearch": "Search",
+ "DS4.ChecksSenseMagic": "Sense Magic",
+ "DS4.ChecksSneak": "Sneak",
+ "DS4.ChecksStartFire": "Start Fire",
+ "DS4.ChecksSwim": "Swim",
+ "DS4.ChecksWakeUp": "Wake Up",
+ "DS4.ChecksWorkMechanism": "Work Mechanism",
+ "DS4.ActorCheckFlavor": "{actor} rolls a {check} check.",
+ "DS4.ActorGenericCheckFlavor": "{actor} rolls a check against {attribute} + {trait}.",
+ "DS4.CheckTooltip": "Roll a {check} check",
+ "DS4.NewWeaponName": "New Weapon",
+ "DS4.NewArmorName": "New Armor",
+ "DS4.NewShieldName": "New Shield",
+ "DS4.NewSpellName": "New Spell",
+ "DS4.NewEquipmentName": "New Equipment",
+ "DS4.NewLootName": "New Loot",
+ "DS4.NewTalentName": "New Talent",
+ "DS4.NewRacialAbilityName": "New Racial Ability",
+ "DS4.NewLanguageName": "New Language",
+ "DS4.NewAlphabetName": "New Alphabet",
+ "DS4.NewSpecialCreatureAbilityName": "New Special Creature Ability",
+ "DS4.NewEffectName": "New Effect",
- "DS4.ActiveEffectApplyToItems": "Apply to Items",
- "DS4.ActiveEffectItemName": "Item Name",
- "DS4.ActiveEffectItemCondition": "Condition",
- "DS4.TooltipNotEditableDueToEffects": "field not editable, because affected by Active Effects"
+ "DS4.ActiveEffectApplyToItems": "Apply to Items",
+ "DS4.ActiveEffectItemName": "Item Name",
+ "DS4.ActiveEffectItemCondition": "Condition",
+ "DS4.TooltipNotEditableDueToEffects": "field not editable, because affected by Active Effects"
}
diff --git a/package.json b/package.json
index 59bb0f65..0d73eb47 100644
--- a/package.json
+++ b/package.json
@@ -1,99 +1,99 @@
{
- "private": true,
- "name": "dungeonslayers4",
- "description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.",
- "version": "1.20.0-0",
- "license": "https://git.f3l.de/dungeonslayers/ds4#licensing",
- "homepage": "https://git.f3l.de/dungeonslayers/ds4",
- "repository": {
- "type": "git",
- "url": "https://git.f3l.de/dungeonslayers/ds4"
+ "private": true,
+ "name": "dungeonslayers4",
+ "description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.",
+ "version": "1.20.0-0",
+ "license": "https://git.f3l.de/dungeonslayers/ds4#licensing",
+ "homepage": "https://git.f3l.de/dungeonslayers/ds4",
+ "repository": {
+ "type": "git",
+ "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": "Johannes Loher",
- "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"
+ {
+ "name": "Oliver Rümpelein",
+ "email": "foundryvtt@pheerai.de"
},
- "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"
+ {
+ "name": "Siegfried Krug",
+ "email": "foundryvtt@asdil1991.de"
},
- "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"
}
diff --git a/packs/creatures/Adler_HjpxMlpyjPr3hd3r.json b/packs/creatures/Adler_HjpxMlpyjPr3hd3r.json
index 558e5513..5adeb4d1 100644
--- a/packs/creatures/Adler_HjpxMlpyjPr3hd3r.json
+++ b/packs/creatures/Adler_HjpxMlpyjPr3hd3r.json
@@ -1,166 +1,166 @@
{
- "_id": "HjpxMlpyjPr3hd3r",
- "name": "Adler",
- "type": "creature",
- "img": "systems/ds4/assets/tokens/devin-night/eagle.png",
- "items": ["9vJL3lyC4RTQCZ7e", "zYQAanmjVsNytqBl", "ysyoJA3dYTu4XXvt", "k9Ng7RdfvSRN5JVW", "zUXT2ZkY12TAu5CU"],
- "effects": [],
- "folder": null,
- "sort": 0,
+ "_id": "HjpxMlpyjPr3hd3r",
+ "name": "Adler",
+ "type": "creature",
+ "img": "systems/ds4/assets/tokens/devin-night/eagle.png",
+ "items": ["9vJL3lyC4RTQCZ7e", "zYQAanmjVsNytqBl", "ysyoJA3dYTu4XXvt", "k9Ng7RdfvSRN5JVW", "zUXT2ZkY12TAu5CU"],
+ "effects": [],
+ "folder": null,
+ "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": {},
- "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": ""
- }
+ "name": "Adler",
+ "displayName": 20,
+ "width": 1,
+ "height": 1,
+ "lockRotation": false,
+ "rotation": 0,
+ "actorLink": false,
+ "disposition": -1,
+ "displayBars": 40,
+ "bar1": {
+ "attribute": "combatValues.hitPoints"
},
- "ownership": {
- "default": 0
+ "bar2": {
+ "attribute": null
},
- "prototypeToken": {
- "flags": {},
- "name": "Adler",
- "displayName": 20,
- "width": 1,
- "height": 1,
- "lockRotation": false,
- "rotation": 0,
- "actorLink": false,
- "disposition": -1,
- "displayBars": 40,
- "bar1": {
- "attribute": "combatValues.hitPoints"
- },
- "bar2": {
- "attribute": null
- },
- "randomImg": false,
- "alpha": 1,
- "light": {
- "alpha": 0.5,
- "angle": 360,
- "bright": 0,
- "coloration": 1,
- "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
+ "randomImg": false,
+ "alpha": 1,
+ "light": {
+ "alpha": 0.5,
+ "angle": 360,
+ "bright": 0,
+ "coloration": 1,
+ "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
},
- "_stats": {
- "systemId": "ds4",
- "systemVersion": "1.19.4",
- "coreVersion": "11.305",
- "createdTime": 1668995346489,
- "modifiedTime": 1688934880952,
- "lastModifiedBy": "DS4BuildSystem00"
+ "texture": {
+ "src": "systems/ds4/assets/tokens/devin-night/eagle.png",
+ "scaleX": 0.7,
+ "scaleY": 0.7,
+ "offsetX": 0,
+ "offsetY": 0,
+ "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"
}
diff --git a/packs/creatures/Alligator_ttzlBKtMWz981WF3.json b/packs/creatures/Alligator_ttzlBKtMWz981WF3.json
index fba3f4da..c53fce76 100644
--- a/packs/creatures/Alligator_ttzlBKtMWz981WF3.json
+++ b/packs/creatures/Alligator_ttzlBKtMWz981WF3.json
@@ -1,166 +1,166 @@
{
- "_id": "ttzlBKtMWz981WF3",
- "name": "Alligator",
- "type": "creature",
- "img": "systems/ds4/assets/tokens/devin-night/alligator-green.png",
- "items": ["Z4ZEuB2l0vo2dJcK", "ACGvtQk97Udg1rih", "Buv9Nzqx0hpPPsew", "ree4HN3j8tv7b18k", "8Aq23UcNNFecGbk9"],
- "effects": [],
- "folder": null,
- "sort": 0,
+ "_id": "ttzlBKtMWz981WF3",
+ "name": "Alligator",
+ "type": "creature",
+ "img": "systems/ds4/assets/tokens/devin-night/alligator-green.png",
+ "items": ["Z4ZEuB2l0vo2dJcK", "ACGvtQk97Udg1rih", "Buv9Nzqx0hpPPsew", "ree4HN3j8tv7b18k", "8Aq23UcNNFecGbk9"],
+ "effects": [],
+ "folder": null,
+ "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": {},
- "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": ""
- }
+ "name": "Alligator",
+ "displayName": 20,
+ "width": 2,
+ "height": 2,
+ "lockRotation": false,
+ "rotation": 0,
+ "actorLink": false,
+ "disposition": -1,
+ "displayBars": 40,
+ "bar1": {
+ "attribute": "combatValues.hitPoints"
},
- "ownership": {
- "default": 0
+ "bar2": {
+ "attribute": null
},
- "prototypeToken": {
- "flags": {},
- "name": "Alligator",
- "displayName": 20,
- "width": 2,
- "height": 2,
- "lockRotation": false,
- "rotation": 0,
- "actorLink": false,
- "disposition": -1,
- "displayBars": 40,
- "bar1": {
- "attribute": "combatValues.hitPoints"
- },
- "bar2": {
- "attribute": null
- },
- "randomImg": true,
- "alpha": 1,
- "light": {
- "alpha": 0.5,
- "angle": 360,
- "bright": 0,
- "coloration": 1,
- "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
+ "randomImg": true,
+ "alpha": 1,
+ "light": {
+ "alpha": 0.5,
+ "angle": 360,
+ "bright": 0,
+ "coloration": 1,
+ "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
},
- "_stats": {
- "systemId": "ds4",
- "systemVersion": "1.19.4",
- "coreVersion": "11.305",
- "createdTime": 1668995347112,
- "modifiedTime": 1688934881499,
- "lastModifiedBy": "DS4BuildSystem00"
+ "texture": {
+ "src": "systems/ds4/assets/tokens/devin-night/alligator*.png",
+ "scaleX": 1,
+ "scaleY": 1,
+ "offsetX": 0,
+ "offsetY": 0,
+ "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"
}
diff --git a/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U6mQ5sQwMjdLgUww.json b/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U6mQ5sQwMjdLgUww.json
index 11733fbc..bd642280 100644
--- a/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U6mQ5sQwMjdLgUww.json
+++ b/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U6mQ5sQwMjdLgUww.json
@@ -1,30 +1,30 @@
{
- "_id": "U6mQ5sQwMjdLgUww",
- "name": "Alterung (1 Jahr pro Schadenspunkt)",
- "type": "specialCreatureAbility",
- "sort": 300000,
- "flags": {
- "core": {
- "sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL"
- }
- },
- "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png",
- "effects": [],
- "folder": null,
- "system": {
- "description": "
Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.
", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!6KmAeL9lVxWXIeU6.U6mQ5sQwMjdLgUww" + "_id": "U6mQ5sQwMjdLgUww", + "name": "Alterung (1 Jahr pro Schadenspunkt)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", + "effects": [], + "folder": null, + "system": { + "description": "Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.
", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.U6mQ5sQwMjdLgUww" } diff --git a/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U95WXWQaKfIPiJZK.json b/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U95WXWQaKfIPiJZK.json index 7ed3c670..dcfc831e 100644 --- a/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U95WXWQaKfIPiJZK.json +++ b/packs/creatures/Alterung__1_Jahr_pro_Schadenspunkt__U95WXWQaKfIPiJZK.json @@ -1,30 +1,30 @@ { - "_id": "U95WXWQaKfIPiJZK", - "name": "Alterung (1 Jahr pro Schadenspunkt)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", - "effects": [], - "folder": null, - "system": { - "description": "Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.
", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!cE5kI3uqXWQrCaI5.U95WXWQaKfIPiJZK" + "_id": "U95WXWQaKfIPiJZK", + "name": "Alterung (1 Jahr pro Schadenspunkt)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.mVs6A48mWnfV9hcL" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", + "effects": [], + "folder": null, + "system": { + "description": "Bei einem Treffer altert das Ziel pro erlittenen Schadenspunkt um 1 Jahr.
", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.U95WXWQaKfIPiJZK" } diff --git a/packs/creatures/Alterung__1_Jahr_pro_Treffer__gfZuHfJiCyZUskwn.json b/packs/creatures/Alterung__1_Jahr_pro_Treffer__gfZuHfJiCyZUskwn.json index d83658a0..9c75ad63 100644 --- a/packs/creatures/Alterung__1_Jahr_pro_Treffer__gfZuHfJiCyZUskwn.json +++ b/packs/creatures/Alterung__1_Jahr_pro_Treffer__gfZuHfJiCyZUskwn.json @@ -1,30 +1,30 @@ { - "_id": "gfZuHfJiCyZUskwn", - "name": "Alterung (1 Jahr pro Treffer)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.e9F812racwKeZPgR" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", - "effects": [], - "folder": null, - "system": { - "description": "Bei einem Treffer altert das Ziel um 1 Jahr.
", - "experiencePoints": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!T9YRYe0vnR4Qg4UM.gfZuHfJiCyZUskwn" + "_id": "gfZuHfJiCyZUskwn", + "name": "Alterung (1 Jahr pro Treffer)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.e9F812racwKeZPgR" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/aging.png", + "effects": [], + "folder": null, + "system": { + "description": "Bei einem Treffer altert das Ziel um 1 Jahr.
", + "experiencePoints": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.gfZuHfJiCyZUskwn" } diff --git a/packs/creatures/Anf_llig__Erde__wqzMhcBGP8qbClRW.json b/packs/creatures/Anf_llig__Erde__wqzMhcBGP8qbClRW.json index 90c0cf55..9e5ca0fe 100644 --- a/packs/creatures/Anf_llig__Erde__wqzMhcBGP8qbClRW.json +++ b/packs/creatures/Anf_llig__Erde__wqzMhcBGP8qbClRW.json @@ -1,30 +1,30 @@ { - "_id": "wqzMhcBGP8qbClRW", - "name": "Anfällig (Erde)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.mAWyVCfTFH6JiEIu" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "system": { - "description": "Erhält doppelten Schaden durch Erd-, Fels- und Steinangriffe.
", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!wYVw1a5UjPS09YxS.wqzMhcBGP8qbClRW" + "_id": "wqzMhcBGP8qbClRW", + "name": "Anfällig (Erde)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.mAWyVCfTFH6JiEIu" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "system": { + "description": "Erhält doppelten Schaden durch Erd-, Fels- und Steinangriffe.
", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wYVw1a5UjPS09YxS.wqzMhcBGP8qbClRW" } diff --git a/packs/creatures/Anf_llig__Feuer__Kf2kAdMidDaK1SVD.json b/packs/creatures/Anf_llig__Feuer__Kf2kAdMidDaK1SVD.json index 489fb57c..b0b9639e 100644 --- a/packs/creatures/Anf_llig__Feuer__Kf2kAdMidDaK1SVD.json +++ b/packs/creatures/Anf_llig__Feuer__Kf2kAdMidDaK1SVD.json @@ -1,30 +1,30 @@ { - "_id": "Kf2kAdMidDaK1SVD", - "name": "Anfällig (Feuer)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "system": { - "description": "Erhält doppelten Schaden durch Feuerangriffe.
", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!P3mlpN2JrbnDtLwJ.Kf2kAdMidDaK1SVD" + "_id": "Kf2kAdMidDaK1SVD", + "name": "Anfällig (Feuer)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "system": { + "description": "Erhält doppelten Schaden durch Feuerangriffe.
", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.Kf2kAdMidDaK1SVD" } diff --git a/packs/creatures/Anf_llig__Feuer__NKUKD1KfNTpKZygj.json b/packs/creatures/Anf_llig__Feuer__NKUKD1KfNTpKZygj.json index 1d95a0b9..4550e7d2 100644 --- a/packs/creatures/Anf_llig__Feuer__NKUKD1KfNTpKZygj.json +++ b/packs/creatures/Anf_llig__Feuer__NKUKD1KfNTpKZygj.json @@ -1,30 +1,30 @@ { - "_id": "NKUKD1KfNTpKZygj", - "name": "Anfällig (Feuer)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "system": { - "description": "Erhält doppelten Schaden durch Feuerangriffe.
", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!dlrDPQ3is4NkzZJB.NKUKD1KfNTpKZygj" + "_id": "NKUKD1KfNTpKZygj", + "name": "Anfällig (Feuer)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "system": { + "description": "Erhält doppelten Schaden durch Feuerangriffe.
", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dlrDPQ3is4NkzZJB.NKUKD1KfNTpKZygj" } diff --git a/packs/creatures/Anf_llig__Feuer__X9jyAzrnyxuikyg3.json b/packs/creatures/Anf_llig__Feuer__X9jyAzrnyxuikyg3.json index 9bcca261..25224b52 100644 --- a/packs/creatures/Anf_llig__Feuer__X9jyAzrnyxuikyg3.json +++ b/packs/creatures/Anf_llig__Feuer__X9jyAzrnyxuikyg3.json @@ -1,30 +1,30 @@ { - "_id": "X9jyAzrnyxuikyg3", - "name": "Anfällig (Feuer)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "system": { - "description": "Erhält doppelten Schaden durch Feuerangriffe.
", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!WboyONCY2UZildi9.X9jyAzrnyxuikyg3" + "_id": "X9jyAzrnyxuikyg3", + "name": "Anfällig (Feuer)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.XhAfEVVoSADC880C" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "system": { + "description": "Erhält doppelten Schaden durch Feuerangriffe.
", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WboyONCY2UZildi9.X9jyAzrnyxuikyg3" } diff --git a/packs/creatures/Anf_llig__Licht__XBYL6p6Lh2di3cL0.json b/packs/creatures/Anf_llig__Licht__XBYL6p6Lh2di3cL0.json index 89a09644..d6ee4031 100644 --- a/packs/creatures/Anf_llig__Licht__XBYL6p6Lh2di3cL0.json +++ b/packs/creatures/Anf_llig__Licht__XBYL6p6Lh2di3cL0.json @@ -1,30 +1,30 @@ { - "_id": "XBYL6p6Lh2di3cL0", - "name": "Anfällig (Licht)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.aOsmsf7jIK7hU9U8" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "system": { - "description": "Erhält doppelten Schaden durch Lichtangriffe.
", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!EItxqEiDUOmJdy4n.XBYL6p6Lh2di3cL0" + "_id": "XBYL6p6Lh2di3cL0", + "name": "Anfällig (Licht)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.aOsmsf7jIK7hU9U8" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "system": { + "description": "Erhält doppelten Schaden durch Lichtangriffe.
", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.XBYL6p6Lh2di3cL0" } diff --git a/packs/creatures/Anf_llig__Luft__23wk4FP7dNTkLgB5.json b/packs/creatures/Anf_llig__Luft__23wk4FP7dNTkLgB5.json index bd9528be..434bcfa7 100644 --- a/packs/creatures/Anf_llig__Luft__23wk4FP7dNTkLgB5.json +++ b/packs/creatures/Anf_llig__Luft__23wk4FP7dNTkLgB5.json @@ -1,30 +1,30 @@ { - "_id": "23wk4FP7dNTkLgB5", - "name": "Anfällig (Luft)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "system": { - "description": "Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.
", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!mOQ21HFNisTfu7ve.23wk4FP7dNTkLgB5" + "_id": "23wk4FP7dNTkLgB5", + "name": "Anfällig (Luft)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "system": { + "description": "Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.
", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!mOQ21HFNisTfu7ve.23wk4FP7dNTkLgB5" } diff --git a/packs/creatures/Anf_llig__Luft__ur7rgX6JTOwscpm5.json b/packs/creatures/Anf_llig__Luft__ur7rgX6JTOwscpm5.json index cca37a0e..10d98580 100644 --- a/packs/creatures/Anf_llig__Luft__ur7rgX6JTOwscpm5.json +++ b/packs/creatures/Anf_llig__Luft__ur7rgX6JTOwscpm5.json @@ -1,30 +1,30 @@ { - "_id": "ur7rgX6JTOwscpm5", - "name": "Anfällig (Luft)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "system": { - "description": "Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.
", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GnW2ELzTtLoJmUQ1.ur7rgX6JTOwscpm5" + "_id": "ur7rgX6JTOwscpm5", + "name": "Anfällig (Luft)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ImVvi7XqDvf6D2vY" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "system": { + "description": "Erhält doppelten Schaden durch Blitz-, Sturm- und Windangriffe.
", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.ur7rgX6JTOwscpm5" } diff --git a/packs/creatures/Anf_llig__Wasser__MPb5ZrTIutJ291XD.json b/packs/creatures/Anf_llig__Wasser__MPb5ZrTIutJ291XD.json index 2e132cfd..319e70ed 100644 --- a/packs/creatures/Anf_llig__Wasser__MPb5ZrTIutJ291XD.json +++ b/packs/creatures/Anf_llig__Wasser__MPb5ZrTIutJ291XD.json @@ -1,30 +1,30 @@ { - "_id": "MPb5ZrTIutJ291XD", - "name": "Anfällig (Wasser)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "system": { - "description": "Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.
", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!O2maANGDJHPLX8aE.MPb5ZrTIutJ291XD" + "_id": "MPb5ZrTIutJ291XD", + "name": "Anfällig (Wasser)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "system": { + "description": "Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.
", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.MPb5ZrTIutJ291XD" } diff --git a/packs/creatures/Anf_llig__Wasser__c95cnrJtMG20InKV.json b/packs/creatures/Anf_llig__Wasser__c95cnrJtMG20InKV.json index ef319f26..1a2c2c43 100644 --- a/packs/creatures/Anf_llig__Wasser__c95cnrJtMG20InKV.json +++ b/packs/creatures/Anf_llig__Wasser__c95cnrJtMG20InKV.json @@ -1,30 +1,30 @@ { - "_id": "c95cnrJtMG20InKV", - "name": "Anfällig (Wasser)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", - "effects": [], - "folder": null, - "system": { - "description": "Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.
", - "experiencePoints": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!tYcKw69Feoy3B6hG.c95cnrJtMG20InKV" + "_id": "c95cnrJtMG20InKV", + "name": "Anfällig (Wasser)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.E5WqX3Em2HOAkP2e" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/susceptible.png", + "effects": [], + "folder": null, + "system": { + "description": "Erhält doppelten Schaden durch Eis-, Frost- und Wasserangriffe.
", + "experiencePoints": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!tYcKw69Feoy3B6hG.c95cnrJtMG20InKV" } diff --git a/packs/creatures/Angst__1__4JCW7iKb2e9I2ZSj.json b/packs/creatures/Angst__1__4JCW7iKb2e9I2ZSj.json index 492cdb22..4b50b1f0 100644 --- a/packs/creatures/Angst__1__4JCW7iKb2e9I2ZSj.json +++ b/packs/creatures/Angst__1__4JCW7iKb2e9I2ZSj.json @@ -1,30 +1,30 @@ { - "_id": "4JCW7iKb2e9I2ZSj", - "name": "Angst (1)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!wqgUDJc7Qb28hBBo.4JCW7iKb2e9I2ZSj" + "_id": "4JCW7iKb2e9I2ZSj", + "name": "Angst (1)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.4JCW7iKb2e9I2ZSj" } diff --git a/packs/creatures/Angst__1__J2eP8hBIWtgayfhH.json b/packs/creatures/Angst__1__J2eP8hBIWtgayfhH.json index 800c899d..7acfb4f5 100644 --- a/packs/creatures/Angst__1__J2eP8hBIWtgayfhH.json +++ b/packs/creatures/Angst__1__J2eP8hBIWtgayfhH.json @@ -1,30 +1,30 @@ { - "_id": "J2eP8hBIWtgayfhH", - "name": "Angst (1)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!oVKL6zJ2kYMmBuYx.J2eP8hBIWtgayfhH" + "_id": "J2eP8hBIWtgayfhH", + "name": "Angst (1)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.J2eP8hBIWtgayfhH" } diff --git a/packs/creatures/Angst__1__k4syi7gvtjmG6yVt.json b/packs/creatures/Angst__1__k4syi7gvtjmG6yVt.json index ddb262f2..d05f2514 100644 --- a/packs/creatures/Angst__1__k4syi7gvtjmG6yVt.json +++ b/packs/creatures/Angst__1__k4syi7gvtjmG6yVt.json @@ -1,30 +1,30 @@ { - "_id": "k4syi7gvtjmG6yVt", - "name": "Angst (1)", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!SQv63FQBjA5jW5xv.k4syi7gvtjmG6yVt" + "_id": "k4syi7gvtjmG6yVt", + "name": "Angst (1)", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.k4syi7gvtjmG6yVt" } diff --git a/packs/creatures/Angst__1__yUtiK9PSMcNcvXfr.json b/packs/creatures/Angst__1__yUtiK9PSMcNcvXfr.json index eaa611d5..eedba04b 100644 --- a/packs/creatures/Angst__1__yUtiK9PSMcNcvXfr.json +++ b/packs/creatures/Angst__1__yUtiK9PSMcNcvXfr.json @@ -1,30 +1,30 @@ { - "_id": "yUtiK9PSMcNcvXfr", - "name": "Angst (1)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!P3mlpN2JrbnDtLwJ.yUtiK9PSMcNcvXfr" + "_id": "yUtiK9PSMcNcvXfr", + "name": "Angst (1)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.rUA7XVCeDkREYfi8" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -1 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.yUtiK9PSMcNcvXfr" } diff --git a/packs/creatures/Angst__2__IolX9qsFGSxYN38o.json b/packs/creatures/Angst__2__IolX9qsFGSxYN38o.json index 9fc886ed..45983008 100644 --- a/packs/creatures/Angst__2__IolX9qsFGSxYN38o.json +++ b/packs/creatures/Angst__2__IolX9qsFGSxYN38o.json @@ -1,30 +1,30 @@ { - "_id": "IolX9qsFGSxYN38o", - "name": "Angst (2)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!6KmAeL9lVxWXIeU6.IolX9qsFGSxYN38o" + "_id": "IolX9qsFGSxYN38o", + "name": "Angst (2)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", + "experiencePoints": 20 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.IolX9qsFGSxYN38o" } diff --git a/packs/creatures/Angst__2__QkZT7930qdhuLFxw.json b/packs/creatures/Angst__2__QkZT7930qdhuLFxw.json index 66399b82..0609aa43 100644 --- a/packs/creatures/Angst__2__QkZT7930qdhuLFxw.json +++ b/packs/creatures/Angst__2__QkZT7930qdhuLFxw.json @@ -1,30 +1,30 @@ { - "_id": "QkZT7930qdhuLFxw", - "name": "Angst (2)", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!cE5kI3uqXWQrCaI5.QkZT7930qdhuLFxw" + "_id": "QkZT7930qdhuLFxw", + "name": "Angst (2)", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", + "experiencePoints": 20 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.QkZT7930qdhuLFxw" } diff --git a/packs/creatures/Angst__2__tWwaC91MGIR4k3Uy.json b/packs/creatures/Angst__2__tWwaC91MGIR4k3Uy.json index d3bd8b02..ad77a92d 100644 --- a/packs/creatures/Angst__2__tWwaC91MGIR4k3Uy.json +++ b/packs/creatures/Angst__2__tWwaC91MGIR4k3Uy.json @@ -1,30 +1,30 @@ { - "_id": "tWwaC91MGIR4k3Uy", - "name": "Angst (2)", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", - "experiencePoints": 20 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!vsIywRHMnJM7u4ts.tWwaC91MGIR4k3Uy" + "_id": "tWwaC91MGIR4k3Uy", + "name": "Angst (2)", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.3LGUHTPC3tbVC13X" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -2 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", + "experiencePoints": 20 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vsIywRHMnJM7u4ts.tWwaC91MGIR4k3Uy" } diff --git a/packs/creatures/Angst__3__pX6BSfPqftBLxuhf.json b/packs/creatures/Angst__3__pX6BSfPqftBLxuhf.json index d1c8417f..7b4bae55 100644 --- a/packs/creatures/Angst__3__pX6BSfPqftBLxuhf.json +++ b/packs/creatures/Angst__3__pX6BSfPqftBLxuhf.json @@ -1,30 +1,30 @@ { - "_id": "pX6BSfPqftBLxuhf", - "name": "Angst (3)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.blDuh7uVVhaNSUVU" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", - "experiencePoints": 30 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!e1oy4levSO4VOQx8.pX6BSfPqftBLxuhf" + "_id": "pX6BSfPqftBLxuhf", + "name": "Angst (3)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.blDuh7uVVhaNSUVU" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/fear.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann einmal pro Kampf auf Sicht aktionsfrei Angst erzeugen. Wer GEI + VE + Stufe nicht schafft, ist eingeschüchert und erhält bis zum Ende des Kampfes -3 auf alle Proben. Bei einem Patzer ergreift man die Flucht.
", + "experiencePoints": 30 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!e1oy4levSO4VOQx8.pX6BSfPqftBLxuhf" } diff --git a/packs/creatures/Antimagie__10_Meter__z3o1FUNSKhEWkcpX.json b/packs/creatures/Antimagie__10_Meter__z3o1FUNSKhEWkcpX.json index b91336dc..326395a0 100644 --- a/packs/creatures/Antimagie__10_Meter__z3o1FUNSKhEWkcpX.json +++ b/packs/creatures/Antimagie__10_Meter__z3o1FUNSKhEWkcpX.json @@ -1,30 +1,30 @@ { - "_id": "z3o1FUNSKhEWkcpX", - "name": "Antimagie (10 Meter)", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.oUR6JglLxmJZduZz" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/anti-magic.png", - "effects": [], - "folder": null, - "system": { - "description": "Sämtliche Magie in einem Radius von 10 Metern um die Kreatur herum ist wirkungslos. Dies gilt nicht für die eigene Magie der Kreatur oder deren Zauber.
", - "experiencePoints": 50 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!8E7Mm0LsiqFm6syY.z3o1FUNSKhEWkcpX" + "_id": "z3o1FUNSKhEWkcpX", + "name": "Antimagie (10 Meter)", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.oUR6JglLxmJZduZz" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/anti-magic.png", + "effects": [], + "folder": null, + "system": { + "description": "Sämtliche Magie in einem Radius von 10 Metern um die Kreatur herum ist wirkungslos. Dies gilt nicht für die eigene Magie der Kreatur oder deren Zauber.
", + "experiencePoints": 50 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.z3o1FUNSKhEWkcpX" } diff --git a/packs/creatures/Arkanes_Schwert_quDuDAGeMVUvF3WD.json b/packs/creatures/Arkanes_Schwert_quDuDAGeMVUvF3WD.json index 9908f290..f1e32308 100644 --- a/packs/creatures/Arkanes_Schwert_quDuDAGeMVUvF3WD.json +++ b/packs/creatures/Arkanes_Schwert_quDuDAGeMVUvF3WD.json @@ -1,73 +1,73 @@ { - "_id": "quDuDAGeMVUvF3WD", - "name": "Arkanes Schwert", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/sword-wound.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.VjvrapwDmBvGYmfj" - } + "_id": "quDuDAGeMVUvF3WD", + "name": "Arkanes Schwert", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/sword-wound.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.VjvrapwDmBvGYmfj" + } + }, + "system": { + "description": "Ein Schwert aus hellem (oder je nach Belieben auch dunklem) Licht erscheint innerhalb eines Radius von VE in Metern um den Zauberwirker herum.
\nInnerhalb dieses Wirkungsbereiches kämpft es völlig selbstständig, hört jedoch auf gedankliche Kampfkommandos seines Beschwöreres wie „Greif den großen Troll an“ oder „Schütze mich“.
\nBewegt 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.
\nDas Schwert löst sich in seine arkanen Bestandteile auf, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer verstrichen ist.
\nSämtliche Kampfwerte des Schwertes entsprechen der Stufe des Zauberwirkers +10.
\nDie einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Zauberwirkers entspricht.
", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" }, - "system": { - "description": "Ein Schwert aus hellem (oder je nach Belieben auch dunklem) Licht erscheint innerhalb eines Radius von VE in Metern um den Zauberwirker herum.
\nInnerhalb dieses Wirkungsbereiches kämpft es völlig selbstständig, hört jedoch auf gedankliche Kampfkommandos seines Beschwöreres wie „Greif den großen Troll an“ oder „Schütze mich“.
\nBewegt 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.
\nDas Schwert löst sich in seine arkanen Bestandteile auf, sobald seine (nicht heilbaren) LK auf Null oder niedriger sinken bzw. die Zauberdauer verstrichen ist.
\nSämtliche Kampfwerte des Schwertes entsprechen der Stufe des Zauberwirkers +10.
\nDie einzige Ausnahme bildet der Laufen-Wert, der dem doppelten Laufen-Wert des Zauberwirkers entspricht.
", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": true, - "air": false, - "transport": 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 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": true, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "VE", + "unit": "meter" }, - "_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" } diff --git a/packs/creatures/Ast_joNh3JSsqfqXk4lU.json b/packs/creatures/Ast_joNh3JSsqfqXk4lU.json index f4cc17c1..57e0a4f5 100644 --- a/packs/creatures/Ast_joNh3JSsqfqXk4lU.json +++ b/packs/creatures/Ast_joNh3JSsqfqXk4lU.json @@ -1,33 +1,33 @@ { - "_id": "joNh3JSsqfqXk4lU", - "name": "Ast", - "type": "weapon", - "sort": 100000, - "flags": {}, - "effects": [], - "img": "icons/svg/item-bag.svg", - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": false, - "attackType": "melee", - "weaponBonus": 0, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!vXmTcBUKZkB2UBD7.joNh3JSsqfqXk4lU" + "_id": "joNh3JSsqfqXk4lU", + "name": "Ast", + "type": "weapon", + "sort": 100000, + "flags": {}, + "effects": [], + "img": "icons/svg/item-bag.svg", + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": false, + "attackType": "melee", + "weaponBonus": 0, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vXmTcBUKZkB2UBD7.joNh3JSsqfqXk4lU" } diff --git a/packs/creatures/Asthiebe_CM1yKVLm6mhG2eQE.json b/packs/creatures/Asthiebe_CM1yKVLm6mhG2eQE.json index 2bec740c..71961852 100644 --- a/packs/creatures/Asthiebe_CM1yKVLm6mhG2eQE.json +++ b/packs/creatures/Asthiebe_CM1yKVLm6mhG2eQE.json @@ -1,33 +1,33 @@ { - "_id": "CM1yKVLm6mhG2eQE", - "name": "Asthiebe", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!WboyONCY2UZildi9.CM1yKVLm6mhG2eQE" + "_id": "CM1yKVLm6mhG2eQE", + "name": "Asthiebe", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WboyONCY2UZildi9.CM1yKVLm6mhG2eQE" } diff --git a/packs/creatures/Augenball_8E7Mm0LsiqFm6syY.json b/packs/creatures/Augenball_8E7Mm0LsiqFm6syY.json index d8cece95..33521c73 100644 --- a/packs/creatures/Augenball_8E7Mm0LsiqFm6syY.json +++ b/packs/creatures/Augenball_8E7Mm0LsiqFm6syY.json @@ -1,184 +1,184 @@ { - "_id": "8E7Mm0LsiqFm6syY", - "name": "Augenball", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "V7Qw97Fk5MJgijNs", - "z3o1FUNSKhEWkcpX", - "tKiwh730ZOGMICdg", - "SZ8rvHDbY67EqjDN", - "v6ojDNs7V5QqwKgT", - "coIsPp1V166g8IAm", - "kY4uQF3t99ANzx5T", - "JMp5LjImHvoKsbGo", - "K3QPHlqz66xolbzw", - "16dN0fMIjJwdhvGF", - "u3CLqxahFyF7kVpa", - "BkokuzUTP9U6LtBp", - "lIchGK1m7Y7fMcKG", - "f0MedvERq1s8hy4z", - "cnl7AuqByHHjW1zd", - "D3McezCJz6afqzmR", - "bKyT6b0j4wLXbL7O" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "8E7Mm0LsiqFm6syY", + "name": "Augenball", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "V7Qw97Fk5MJgijNs", + "z3o1FUNSKhEWkcpX", + "tKiwh730ZOGMICdg", + "SZ8rvHDbY67EqjDN", + "v6ojDNs7V5QqwKgT", + "coIsPp1V166g8IAm", + "kY4uQF3t99ANzx5T", + "JMp5LjImHvoKsbGo", + "K3QPHlqz66xolbzw", + "16dN0fMIjJwdhvGF", + "u3CLqxahFyF7kVpa", + "BkokuzUTP9U6LtBp", + "lIchGK1m7Y7fMcKG", + "f0MedvERq1s8hy4z", + "cnl7AuqByHHjW1zd", + "D3McezCJz6afqzmR", + "bKyT6b0j4wLXbL7O" + ], + "effects": [], + "folder": null, + "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": {}, - "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": "" - } + "name": "Augenball", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Augenball", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346257, - "modifiedTime": 1688934880746, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/B_r_InLjj4RGxfkDrtXr.json b/packs/creatures/B_r_InLjj4RGxfkDrtXr.json index f27a1c71..7aa00607 100644 --- a/packs/creatures/B_r_InLjj4RGxfkDrtXr.json +++ b/packs/creatures/B_r_InLjj4RGxfkDrtXr.json @@ -1,166 +1,166 @@ { - "_id": "InLjj4RGxfkDrtXr", - "name": "Bär", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/bear-1.png", - "items": ["qZayWokGcZreHpfI", "ayDGYJevUkbQ3N0c", "PKewYpkEmAWTc1j5", "WbEsNLQpzoWJlJyj"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "InLjj4RGxfkDrtXr", + "name": "Bär", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/bear-1.png", + "items": ["qZayWokGcZreHpfI", "ayDGYJevUkbQ3N0c", "PKewYpkEmAWTc1j5", "WbEsNLQpzoWJlJyj"], + "effects": [], + "folder": null, + "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": {}, - "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": "" - } + "name": "Bär", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Bär", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346499, - "modifiedTime": 1688934880959, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/bear*.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Bandagen_Icq7W8YrjXTIlb7C.json b/packs/creatures/Bandagen_Icq7W8YrjXTIlb7C.json index 3b5f0ec3..ffc28415 100644 --- a/packs/creatures/Bandagen_Icq7W8YrjXTIlb7C.json +++ b/packs/creatures/Bandagen_Icq7W8YrjXTIlb7C.json @@ -1,33 +1,33 @@ { - "_id": "Icq7W8YrjXTIlb7C", - "name": "Bandagen", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 1, - "armorMaterialType": "cloth", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!P3mlpN2JrbnDtLwJ.Icq7W8YrjXTIlb7C" + "_id": "Icq7W8YrjXTIlb7C", + "name": "Bandagen", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 1, + "armorMaterialType": "cloth", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.Icq7W8YrjXTIlb7C" } diff --git a/packs/creatures/Basilisk_GVLSLNSoMybeWhBP.json b/packs/creatures/Basilisk_GVLSLNSoMybeWhBP.json index bcddc3bc..3cef6c97 100644 --- a/packs/creatures/Basilisk_GVLSLNSoMybeWhBP.json +++ b/packs/creatures/Basilisk_GVLSLNSoMybeWhBP.json @@ -1,173 +1,173 @@ { - "_id": "GVLSLNSoMybeWhBP", - "name": "Basilisk", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/basilisk-green.png", - "items": [ - "y5i2zrZBp74DKQrQ", - "3CFakJA3eQJYSFN7", - "x7vdeybwnlRnlqTu", - "kQZnCtDlaCaKc38S", - "cZa7Ms69DWYg8Pgz", - "Hn8EIElYWelAKxiD" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "GVLSLNSoMybeWhBP", + "name": "Basilisk", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/basilisk-green.png", + "items": [ + "y5i2zrZBp74DKQrQ", + "3CFakJA3eQJYSFN7", + "x7vdeybwnlRnlqTu", + "kQZnCtDlaCaKc38S", + "cZa7Ms69DWYg8Pgz", + "Hn8EIElYWelAKxiD" + ], + "effects": [], + "folder": null, + "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": {}, - "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": "" - } + "name": "Basilisk", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Basilisk", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346388, - "modifiedTime": 1688934880889, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/basilisk*.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Baumherr_WboyONCY2UZildi9.json b/packs/creatures/Baumherr_WboyONCY2UZildi9.json index 720d269d..7e9fc2be 100644 --- a/packs/creatures/Baumherr_WboyONCY2UZildi9.json +++ b/packs/creatures/Baumherr_WboyONCY2UZildi9.json @@ -1,174 +1,174 @@ { - "_id": "WboyONCY2UZildi9", - "name": "Baumherr", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "CM1yKVLm6mhG2eQE", - "sZw8glq3cnPHu6yq", - "X9jyAzrnyxuikyg3", - "B1Sw09kZopPZB8ys", - "x0mAm5abWWHlKJLz", - "2bA1MnqkTTwKtMoS", - "fKCcOlyaebvj1HuL" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "WboyONCY2UZildi9", + "name": "Baumherr", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "CM1yKVLm6mhG2eQE", + "sZw8glq3cnPHu6yq", + "X9jyAzrnyxuikyg3", + "B1Sw09kZopPZB8ys", + "x0mAm5abWWHlKJLz", + "2bA1MnqkTTwKtMoS", + "fKCcOlyaebvj1HuL" + ], + "effects": [], + "folder": null, + "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": {}, - "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": "" - } + "name": "Baumherr", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Baumherr", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346710, - "modifiedTime": 1688934881181, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Baumstamm_ndjWMSfPfmPY9AUY.json b/packs/creatures/Baumstamm_ndjWMSfPfmPY9AUY.json index 711af186..8ca13702 100644 --- a/packs/creatures/Baumstamm_ndjWMSfPfmPY9AUY.json +++ b/packs/creatures/Baumstamm_ndjWMSfPfmPY9AUY.json @@ -1,33 +1,33 @@ { - "_id": "ndjWMSfPfmPY9AUY", - "name": "Baumstamm", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!rULL0cHbyACJsHDC.ndjWMSfPfmPY9AUY" + "_id": "ndjWMSfPfmPY9AUY", + "name": "Baumstamm", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rULL0cHbyACJsHDC.ndjWMSfPfmPY9AUY" } diff --git a/packs/creatures/Bezaubern_VXyznv68DT2Guc0A.json b/packs/creatures/Bezaubern_VXyznv68DT2Guc0A.json index 0427377c..3bd5453b 100644 --- a/packs/creatures/Bezaubern_VXyznv68DT2Guc0A.json +++ b/packs/creatures/Bezaubern_VXyznv68DT2Guc0A.json @@ -1,30 +1,30 @@ { - "_id": "VXyznv68DT2Guc0A", - "name": "Bezaubern", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/charm.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.HMCFkxVzU2b3KkSA" - } - }, - "system": { - "description": "Kann Gegner mit einem „Lockruf“ bezaubern. Dieser Zauber funktioniert wie der Zauberspruch @Compendium[ds4.spells.wZYElRaDmhqgzUvQ]{Gehorche}. Abklingzeit des Lockrufs: 10 Kampfrunden
", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!s56U2LeRInrje3xh.VXyznv68DT2Guc0A" + "_id": "VXyznv68DT2Guc0A", + "name": "Bezaubern", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/charm.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.HMCFkxVzU2b3KkSA" + } + }, + "system": { + "description": "Kann Gegner mit einem „Lockruf“ bezaubern. Dieser Zauber funktioniert wie der Zauberspruch @Compendium[ds4.spells.wZYElRaDmhqgzUvQ]{Gehorche}. Abklingzeit des Lockrufs: 10 Kampfrunden
", + "experiencePoints": 25 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.VXyznv68DT2Guc0A" } diff --git a/packs/creatures/Biss_8Um85s0Ayigqse3B.json b/packs/creatures/Biss_8Um85s0Ayigqse3B.json index abc5e758..04a9bedf 100644 --- a/packs/creatures/Biss_8Um85s0Ayigqse3B.json +++ b/packs/creatures/Biss_8Um85s0Ayigqse3B.json @@ -1,33 +1,33 @@ { - "_id": "8Um85s0Ayigqse3B", - "name": "Biss", - "type": "weapon", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!PVuNoFILDAHpqGsa.8Um85s0Ayigqse3B" + "_id": "8Um85s0Ayigqse3B", + "name": "Biss", + "type": "weapon", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!PVuNoFILDAHpqGsa.8Um85s0Ayigqse3B" } diff --git a/packs/creatures/Biss_9olbXmWVzPkmPhvu.json b/packs/creatures/Biss_9olbXmWVzPkmPhvu.json index 3edcd0c0..5bb60eb0 100644 --- a/packs/creatures/Biss_9olbXmWVzPkmPhvu.json +++ b/packs/creatures/Biss_9olbXmWVzPkmPhvu.json @@ -1,33 +1,33 @@ { - "_id": "9olbXmWVzPkmPhvu", - "name": "Biss", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!O2maANGDJHPLX8aE.9olbXmWVzPkmPhvu" + "_id": "9olbXmWVzPkmPhvu", + "name": "Biss", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.9olbXmWVzPkmPhvu" } diff --git a/packs/creatures/Biss_j0NbwyhdJPipL7Rl.json b/packs/creatures/Biss_j0NbwyhdJPipL7Rl.json index 356c86a6..18eda6a6 100644 --- a/packs/creatures/Biss_j0NbwyhdJPipL7Rl.json +++ b/packs/creatures/Biss_j0NbwyhdJPipL7Rl.json @@ -1,33 +1,33 @@ { - "_id": "j0NbwyhdJPipL7Rl", - "name": "Biss", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!Qm2toXbf6EVmvRS1.j0NbwyhdJPipL7Rl" + "_id": "j0NbwyhdJPipL7Rl", + "name": "Biss", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Qm2toXbf6EVmvRS1.j0NbwyhdJPipL7Rl" } diff --git a/packs/creatures/Blenden_16dN0fMIjJwdhvGF.json b/packs/creatures/Blenden_16dN0fMIjJwdhvGF.json index e911093b..ec436284 100644 --- a/packs/creatures/Blenden_16dN0fMIjJwdhvGF.json +++ b/packs/creatures/Blenden_16dN0fMIjJwdhvGF.json @@ -1,73 +1,73 @@ { - "_id": "16dN0fMIjJwdhvGF", - "name": "Blenden", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/laser-sparks.svg", - "effects": [], - "folder": null, - "sort": 100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.JldAx8a91vVO2wUf" - } + "_id": "16dN0fMIjJwdhvGF", + "name": "Blenden", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/laser-sparks.svg", + "effects": [], + "folder": null, + "sort": 100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.JldAx8a91vVO2wUf" + } + }, + "system": { + "description": "Ein gleißender Lichtstrahl schießt aus der Hand des Zauberwirkers und blendet bei Erfolg das Ziel (welches dagegen keine Abwehr würfeln darf).
Ein geblendetes Ziel hat -8 auf alle Handlungen, bei denen es sehen können sollte.
Selbst augenlose Untote, wie beispielsweise Skelette, werden durch das magische Licht geblendet. Blinde Lebewesen sind dagegen nicht betroffen.
", + "equipped": true, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(AGI+AU)/2 des Ziels" }, - "system": { - "description": "Ein gleißender Lichtstrahl schießt aus der Hand des Zauberwirkers und blendet bei Erfolg das Ziel (welches dagegen keine Abwehr würfeln darf).
Ein geblendetes Ziel hat -8 auf alle Handlungen, bei denen es sehen können sollte.
Selbst augenlose Untote, wie beispielsweise Skelette, werden durch das magische Licht geblendet. Blinde Lebewesen sind dagegen nicht betroffen.
", - "equipped": true, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(AGI+AU)/2 des Ziels" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": true, - "air": false, - "transport": 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 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": true, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE x 5", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_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" } diff --git a/packs/creatures/Blickangriff_MuXvP2TjwvevxLpo.json b/packs/creatures/Blickangriff_MuXvP2TjwvevxLpo.json index 77c1f703..e3082c3a 100644 --- a/packs/creatures/Blickangriff_MuXvP2TjwvevxLpo.json +++ b/packs/creatures/Blickangriff_MuXvP2TjwvevxLpo.json @@ -1,30 +1,30 @@ { - "_id": "MuXvP2TjwvevxLpo", - "name": "Blickangriff", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!F3zJ4xbHwN9syuK8.MuXvP2TjwvevxLpo" + "_id": "MuXvP2TjwvevxLpo", + "name": "Blickangriff", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png", + "effects": [], + "folder": null, + "system": { + "description": "Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!F3zJ4xbHwN9syuK8.MuXvP2TjwvevxLpo" } diff --git a/packs/creatures/Blickangriff_x7vdeybwnlRnlqTu.json b/packs/creatures/Blickangriff_x7vdeybwnlRnlqTu.json index 6428a962..95bc89f2 100644 --- a/packs/creatures/Blickangriff_x7vdeybwnlRnlqTu.json +++ b/packs/creatures/Blickangriff_x7vdeybwnlRnlqTu.json @@ -1,30 +1,30 @@ { - "_id": "x7vdeybwnlRnlqTu", - "name": "Blickangriff", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png", - "effects": [], - "folder": null, - "system": { - "description": "Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GVLSLNSoMybeWhBP.x7vdeybwnlRnlqTu" + "_id": "x7vdeybwnlRnlqTu", + "name": "Blickangriff", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.l4ewILWP2zbiSM97" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/gaze-attack.png", + "effects": [], + "folder": null, + "system": { + "description": "Greift mit seinem Blick aktionsfrei jeden an, dem GEI+AU misslingt. Wer gegen die Kreatur vorgeht, ohne ihr in die Augen zu sehen, erhält -4 auf alle Proben, ist aber nicht mehr Ziel ihrer Blickangriffe.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GVLSLNSoMybeWhBP.x7vdeybwnlRnlqTu" } diff --git a/packs/creatures/Blitz_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Blitz_Odem_yjkoipelFXEzcy1x.json index b32cfa27..cccaf72b 100644 --- a/packs/creatures/Blitz_Odem_yjkoipelFXEzcy1x.json +++ b/packs/creatures/Blitz_Odem_yjkoipelFXEzcy1x.json @@ -1,30 +1,30 @@ { - "_id": "yjkoipelFXEzcy1x", - "name": "Blitz-Odem", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", - "effects": [], - "folder": null, - "system": { - "description": "Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!nDRdljcZzkonbU0s.yjkoipelFXEzcy1x" + "_id": "yjkoipelFXEzcy1x", + "name": "Blitz-Odem", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", + "effects": [], + "folder": null, + "system": { + "description": "Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!nDRdljcZzkonbU0s.yjkoipelFXEzcy1x" } diff --git a/packs/creatures/Blitz_aa8a89EaVy8fjgLn.json b/packs/creatures/Blitz_aa8a89EaVy8fjgLn.json index 89e24817..5d2fd332 100644 --- a/packs/creatures/Blitz_aa8a89EaVy8fjgLn.json +++ b/packs/creatures/Blitz_aa8a89EaVy8fjgLn.json @@ -1,73 +1,73 @@ { - "_id": "aa8a89EaVy8fjgLn", - "name": "Blitz", - "type": "spell", - "sort": 900000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.Senq5ub2Cx0agJgi" - } + "_id": "aa8a89EaVy8fjgLn", + "name": "Blitz", + "type": "spell", + "sort": 900000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.Senq5ub2Cx0agJgi" + } + }, + "img": "systems/ds4/assets/icons/game-icons/delapouite/bolt-spell-cast.svg", + "effects": [], + "folder": null, + "system": { + "description": "Der Zauberwirker schießt einen Blitz auf einen Feind. Gegner in Metallrüstung dürfen keine Abwehr gegen Blitze würfeln.
", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 3, + "complex": "" }, - "img": "systems/ds4/assets/icons/game-icons/delapouite/bolt-spell-cast.svg", - "effects": [], - "folder": null, - "system": { - "description": "Der Zauberwirker schießt einen Blitz auf einen Feind. Gegner in Metallrüstung dürfen keine Abwehr gegen Blitze würfeln.
", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 3, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": true, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": 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 - } + "allowsDefense": true, + "spellGroups": { + "lightning": true, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE x 10", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_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" } diff --git a/packs/creatures/Brennendes_Fell_hcB5LcidhVSW5rI7.json b/packs/creatures/Brennendes_Fell_hcB5LcidhVSW5rI7.json index 15175956..b59a73fc 100644 --- a/packs/creatures/Brennendes_Fell_hcB5LcidhVSW5rI7.json +++ b/packs/creatures/Brennendes_Fell_hcB5LcidhVSW5rI7.json @@ -1,33 +1,33 @@ { - "_id": "hcB5LcidhVSW5rI7", - "name": "Brennendes Fell", - "type": "armor", - "sort": 300000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 1, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!O2maANGDJHPLX8aE.hcB5LcidhVSW5rI7" + "_id": "hcB5LcidhVSW5rI7", + "name": "Brennendes Fell", + "type": "armor", + "sort": 300000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 1, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.hcB5LcidhVSW5rI7" } diff --git a/packs/creatures/Chitinpanzer_b1YoPObYAlp0qgLo.json b/packs/creatures/Chitinpanzer_b1YoPObYAlp0qgLo.json index 14982f0e..9b02c90a 100644 --- a/packs/creatures/Chitinpanzer_b1YoPObYAlp0qgLo.json +++ b/packs/creatures/Chitinpanzer_b1YoPObYAlp0qgLo.json @@ -1,33 +1,33 @@ { - "_id": "b1YoPObYAlp0qgLo", - "name": "Chitinpanzer", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 3, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!WYvb8G0z5GuNi7kO.b1YoPObYAlp0qgLo" + "_id": "b1YoPObYAlp0qgLo", + "name": "Chitinpanzer", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 3, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WYvb8G0z5GuNi7kO.b1YoPObYAlp0qgLo" } diff --git a/packs/creatures/D_monenf_rst_PKPmkOMLDGwS9QZJ.json b/packs/creatures/D_monenf_rst_PKPmkOMLDGwS9QZJ.json index c1789431..e13b5abc 100644 --- a/packs/creatures/D_monenf_rst_PKPmkOMLDGwS9QZJ.json +++ b/packs/creatures/D_monenf_rst_PKPmkOMLDGwS9QZJ.json @@ -1,173 +1,173 @@ { - "_id": "PKPmkOMLDGwS9QZJ", - "name": "Dämonenfürst", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "bXEiQJc7aJmLW1K4", - "N6MfjihlDL9hfse6", - "BDsxMEuEKfjEgFk3", - "AHJhJgRCvw2dKx78", - "DURD01IkVxPAwlxf", - "hvOFruV5fmieLXnk" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "PKPmkOMLDGwS9QZJ", + "name": "Dämonenfürst", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "bXEiQJc7aJmLW1K4", + "N6MfjihlDL9hfse6", + "BDsxMEuEKfjEgFk3", + "AHJhJgRCvw2dKx78", + "DURD01IkVxPAwlxf", + "hvOFruV5fmieLXnk" + ], + "effects": [], + "folder": null, + "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": {}, - "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": "" - } + "name": "Dämonenfürst", + "displayName": 20, + "width": 4, + "height": 4, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Dämonenfürst", - "displayName": 20, - "width": 4, - "height": 4, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346629, - "modifiedTime": 1688934881055, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/D_monenhaut_N6MfjihlDL9hfse6.json b/packs/creatures/D_monenhaut_N6MfjihlDL9hfse6.json index 461628ea..894ca2a5 100644 --- a/packs/creatures/D_monenhaut_N6MfjihlDL9hfse6.json +++ b/packs/creatures/D_monenhaut_N6MfjihlDL9hfse6.json @@ -1,33 +1,33 @@ { - "_id": "N6MfjihlDL9hfse6", - "name": "Dämonenhaut", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 2, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!RxSUSzQBSTFYHOlV.N6MfjihlDL9hfse6" + "_id": "N6MfjihlDL9hfse6", + "name": "Dämonenhaut", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 2, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!RxSUSzQBSTFYHOlV.N6MfjihlDL9hfse6" } diff --git a/packs/creatures/Dicke_Borstenhaut_DDaq3xgZrGuEl4Dc.json b/packs/creatures/Dicke_Borstenhaut_DDaq3xgZrGuEl4Dc.json index 4fb37850..a43bba58 100644 --- a/packs/creatures/Dicke_Borstenhaut_DDaq3xgZrGuEl4Dc.json +++ b/packs/creatures/Dicke_Borstenhaut_DDaq3xgZrGuEl4Dc.json @@ -1,33 +1,33 @@ { - "_id": "DDaq3xgZrGuEl4Dc", - "name": "Dicke Borstenhaut", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 2, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!FxGhbznQbwd0jRUT.DDaq3xgZrGuEl4Dc" + "_id": "DDaq3xgZrGuEl4Dc", + "name": "Dicke Borstenhaut", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 2, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!FxGhbznQbwd0jRUT.DDaq3xgZrGuEl4Dc" } diff --git a/packs/creatures/Dicke_Borstenhaut_pSQjVkwbjngPoEPZ.json b/packs/creatures/Dicke_Borstenhaut_pSQjVkwbjngPoEPZ.json index c2a9231d..571225a3 100644 --- a/packs/creatures/Dicke_Borstenhaut_pSQjVkwbjngPoEPZ.json +++ b/packs/creatures/Dicke_Borstenhaut_pSQjVkwbjngPoEPZ.json @@ -1,33 +1,33 @@ { - "_id": "pSQjVkwbjngPoEPZ", - "name": "Dicke Borstenhaut", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 2, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GWNFUkgxocfKchIQ.pSQjVkwbjngPoEPZ" + "_id": "pSQjVkwbjngPoEPZ", + "name": "Dicke Borstenhaut", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 2, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GWNFUkgxocfKchIQ.pSQjVkwbjngPoEPZ" } diff --git a/packs/creatures/Dicke_Rinde_sZw8glq3cnPHu6yq.json b/packs/creatures/Dicke_Rinde_sZw8glq3cnPHu6yq.json index bdb5a7ce..f3d0f056 100644 --- a/packs/creatures/Dicke_Rinde_sZw8glq3cnPHu6yq.json +++ b/packs/creatures/Dicke_Rinde_sZw8glq3cnPHu6yq.json @@ -1,33 +1,33 @@ { - "_id": "sZw8glq3cnPHu6yq", - "name": "Dicke Rinde", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 2, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!WboyONCY2UZildi9.sZw8glq3cnPHu6yq" + "_id": "sZw8glq3cnPHu6yq", + "name": "Dicke Rinde", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 2, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WboyONCY2UZildi9.sZw8glq3cnPHu6yq" } diff --git a/packs/creatures/Dicke_Spinnenhaut_b80BR5n1f6WvGavG.json b/packs/creatures/Dicke_Spinnenhaut_b80BR5n1f6WvGavG.json index e4602c0b..131f7982 100644 --- a/packs/creatures/Dicke_Spinnenhaut_b80BR5n1f6WvGavG.json +++ b/packs/creatures/Dicke_Spinnenhaut_b80BR5n1f6WvGavG.json @@ -1,33 +1,33 @@ { - "_id": "b80BR5n1f6WvGavG", - "name": "Dicke Spinnenhaut", - "type": "armor", - "sort": 300000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 1, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!4276kgAddflo3bwN.b80BR5n1f6WvGavG" + "_id": "b80BR5n1f6WvGavG", + "name": "Dicke Spinnenhaut", + "type": "armor", + "sort": 300000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 1, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!4276kgAddflo3bwN.b80BR5n1f6WvGavG" } diff --git a/packs/creatures/Dickh_uter_OehvVDNjDg4xbsW7.json b/packs/creatures/Dickh_uter_OehvVDNjDg4xbsW7.json index 8cf4ab62..7b5d39f9 100644 --- a/packs/creatures/Dickh_uter_OehvVDNjDg4xbsW7.json +++ b/packs/creatures/Dickh_uter_OehvVDNjDg4xbsW7.json @@ -1,33 +1,33 @@ { - "_id": "OehvVDNjDg4xbsW7", - "name": "Dickhäuter", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 2, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!BIyY1wlxWtJ5FRQJ.OehvVDNjDg4xbsW7" + "_id": "OehvVDNjDg4xbsW7", + "name": "Dickhäuter", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 2, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!BIyY1wlxWtJ5FRQJ.OehvVDNjDg4xbsW7" } diff --git a/packs/creatures/Drachenwelpe__Blau__US32MfI48tX5x8Kz.json b/packs/creatures/Drachenwelpe__Blau__US32MfI48tX5x8Kz.json index e97f9cb9..7f7970da 100644 --- a/packs/creatures/Drachenwelpe__Blau__US32MfI48tX5x8Kz.json +++ b/packs/creatures/Drachenwelpe__Blau__US32MfI48tX5x8Kz.json @@ -1,180 +1,180 @@ { - "_id": "US32MfI48tX5x8Kz", - "name": "Drachenwelpe (Blau)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "4JCW7iKb2e9I2ZSj", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "2lkp7kvBk98s2WcR" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "US32MfI48tX5x8Kz", + "name": "Drachenwelpe (Blau)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "2lkp7kvBk98s2WcR" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Drachenwelpe", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Drachenwelpe", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346697, - "modifiedTime": 1688934881161, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Drachenwelpe__Bronze__tchJggykZKx2ctBv.json b/packs/creatures/Drachenwelpe__Bronze__tchJggykZKx2ctBv.json index 1ef52429..1117403b 100644 --- a/packs/creatures/Drachenwelpe__Bronze__tchJggykZKx2ctBv.json +++ b/packs/creatures/Drachenwelpe__Bronze__tchJggykZKx2ctBv.json @@ -1,180 +1,180 @@ { - "_id": "tchJggykZKx2ctBv", - "name": "Drachenwelpe (Bronze)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "4JCW7iKb2e9I2ZSj", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "yTFT0UXNa9s9pbM4", - "XsKjxXO7k3vIMyfQ" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "tchJggykZKx2ctBv", + "name": "Drachenwelpe (Bronze)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Drachenwelpe", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Drachenwelpe", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347091, - "modifiedTime": 1688934881493, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Drachenwelpe__Gelb__uomniEHbTAek8ERH.json b/packs/creatures/Drachenwelpe__Gelb__uomniEHbTAek8ERH.json index edf7afdb..4f0503bf 100644 --- a/packs/creatures/Drachenwelpe__Gelb__uomniEHbTAek8ERH.json +++ b/packs/creatures/Drachenwelpe__Gelb__uomniEHbTAek8ERH.json @@ -1,180 +1,180 @@ { - "_id": "uomniEHbTAek8ERH", - "name": "Drachenwelpe (Gelb)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "4JCW7iKb2e9I2ZSj", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "3wfMRBF49WH74mt2" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "uomniEHbTAek8ERH", + "name": "Drachenwelpe (Gelb)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "3wfMRBF49WH74mt2" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Drachenwelpe", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Drachenwelpe", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347121, - "modifiedTime": 1688934881503, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Drachenwelpe__Gold__owGq4n7KX2P1o9em.json b/packs/creatures/Drachenwelpe__Gold__owGq4n7KX2P1o9em.json index 789ef846..d52e60d9 100644 --- a/packs/creatures/Drachenwelpe__Gold__owGq4n7KX2P1o9em.json +++ b/packs/creatures/Drachenwelpe__Gold__owGq4n7KX2P1o9em.json @@ -1,180 +1,180 @@ { - "_id": "owGq4n7KX2P1o9em", - "name": "Drachenwelpe (Gold)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "4JCW7iKb2e9I2ZSj", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "yTFT0UXNa9s9pbM4", - "XsKjxXO7k3vIMyfQ" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "owGq4n7KX2P1o9em", + "name": "Drachenwelpe (Gold)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Drachenwelpe", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Drachenwelpe", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346962, - "modifiedTime": 1688934881421, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Drachenwelpe__Gr_n__kFieLVdVz8XittRw.json b/packs/creatures/Drachenwelpe__Gr_n__kFieLVdVz8XittRw.json index ccd6cac4..390abe43 100644 --- a/packs/creatures/Drachenwelpe__Gr_n__kFieLVdVz8XittRw.json +++ b/packs/creatures/Drachenwelpe__Gr_n__kFieLVdVz8XittRw.json @@ -1,180 +1,180 @@ { - "_id": "kFieLVdVz8XittRw", - "name": "Drachenwelpe (Grün)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "4JCW7iKb2e9I2ZSj", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "qYO8vFpNBw2wQLIJ" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "kFieLVdVz8XittRw", + "name": "Drachenwelpe (Grün)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "qYO8vFpNBw2wQLIJ" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Drachenwelpe", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Drachenwelpe", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346875, - "modifiedTime": 1688934881340, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-green.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Drachenwelpe__Rot__7CvWSMFqWHvwajP1.json b/packs/creatures/Drachenwelpe__Rot__7CvWSMFqWHvwajP1.json index 5110a54f..f38e7e5c 100644 --- a/packs/creatures/Drachenwelpe__Rot__7CvWSMFqWHvwajP1.json +++ b/packs/creatures/Drachenwelpe__Rot__7CvWSMFqWHvwajP1.json @@ -1,180 +1,180 @@ { - "_id": "7CvWSMFqWHvwajP1", - "name": "Drachenwelpe (Rot)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "4JCW7iKb2e9I2ZSj", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "F5KCKyCC8nD8lrn2" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "7CvWSMFqWHvwajP1", + "name": "Drachenwelpe (Rot)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "F5KCKyCC8nD8lrn2" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Drachenwelpe", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Drachenwelpe", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346249, - "modifiedTime": 1688934880727, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-red.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Drachenwelpe__Silber__GeUXlf57uWcGVGRH.json b/packs/creatures/Drachenwelpe__Silber__GeUXlf57uWcGVGRH.json index 62082f70..d1f3f037 100644 --- a/packs/creatures/Drachenwelpe__Silber__GeUXlf57uWcGVGRH.json +++ b/packs/creatures/Drachenwelpe__Silber__GeUXlf57uWcGVGRH.json @@ -1,180 +1,180 @@ { - "_id": "GeUXlf57uWcGVGRH", - "name": "Drachenwelpe (Silber)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "4JCW7iKb2e9I2ZSj", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "yTFT0UXNa9s9pbM4", - "XsKjxXO7k3vIMyfQ" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "GeUXlf57uWcGVGRH", + "name": "Drachenwelpe (Silber)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Drachenwelpe", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Drachenwelpe", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346414, - "modifiedTime": 1688934880911, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Drachenwelpe__Wei___vsKKpweX6I1TQYBj.json b/packs/creatures/Drachenwelpe__Wei___vsKKpweX6I1TQYBj.json index eedfa99f..7fd14879 100644 --- a/packs/creatures/Drachenwelpe__Wei___vsKKpweX6I1TQYBj.json +++ b/packs/creatures/Drachenwelpe__Wei___vsKKpweX6I1TQYBj.json @@ -1,180 +1,180 @@ { - "_id": "vsKKpweX6I1TQYBj", - "name": "Drachenwelpe (Weiß)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "4JCW7iKb2e9I2ZSj", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "xUH4ga5oyxeT3mW2" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "vsKKpweX6I1TQYBj", + "name": "Drachenwelpe (Weiß)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "xUH4ga5oyxeT3mW2" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Drachenwelpe", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Drachenwelpe", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347204, - "modifiedTime": 1688934881533, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-white.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Drachenwelpe__schwarz__wqgUDJc7Qb28hBBo.json b/packs/creatures/Drachenwelpe__schwarz__wqgUDJc7Qb28hBBo.json index b0a81a0c..7c5659ba 100644 --- a/packs/creatures/Drachenwelpe__schwarz__wqgUDJc7Qb28hBBo.json +++ b/packs/creatures/Drachenwelpe__schwarz__wqgUDJc7Qb28hBBo.json @@ -1,180 +1,180 @@ { - "_id": "wqgUDJc7Qb28hBBo", - "name": "Drachenwelpe (schwarz)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "4JCW7iKb2e9I2ZSj", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "hoqMl7N1bv8BKJA5" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "wqgUDJc7Qb28hBBo", + "name": "Drachenwelpe (schwarz)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "4JCW7iKb2e9I2ZSj", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "hoqMl7N1bv8BKJA5" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Drachenwelpe", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Drachenwelpe", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347224, - "modifiedTime": 1688934881564, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-black.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Dunkelsicht_3L2HJX2p7uIpxTjJ.json b/packs/creatures/Dunkelsicht_3L2HJX2p7uIpxTjJ.json index 3d4bda52..281c4a2a 100644 --- a/packs/creatures/Dunkelsicht_3L2HJX2p7uIpxTjJ.json +++ b/packs/creatures/Dunkelsicht_3L2HJX2p7uIpxTjJ.json @@ -1,30 +1,30 @@ { - "_id": "3L2HJX2p7uIpxTjJ", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!Z5eEkZjZ525N90ai.3L2HJX2p7uIpxTjJ" + "_id": "3L2HJX2p7uIpxTjJ", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Z5eEkZjZ525N90ai.3L2HJX2p7uIpxTjJ" } diff --git a/packs/creatures/Dunkelsicht_BDsxMEuEKfjEgFk3.json b/packs/creatures/Dunkelsicht_BDsxMEuEKfjEgFk3.json index fe39658f..5f50f39b 100644 --- a/packs/creatures/Dunkelsicht_BDsxMEuEKfjEgFk3.json +++ b/packs/creatures/Dunkelsicht_BDsxMEuEKfjEgFk3.json @@ -1,30 +1,30 @@ { - "_id": "BDsxMEuEKfjEgFk3", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!RxSUSzQBSTFYHOlV.BDsxMEuEKfjEgFk3" + "_id": "BDsxMEuEKfjEgFk3", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!RxSUSzQBSTFYHOlV.BDsxMEuEKfjEgFk3" } diff --git a/packs/creatures/Dunkelsicht_BQoKmcUMRg4cmoXq.json b/packs/creatures/Dunkelsicht_BQoKmcUMRg4cmoXq.json index 22bf820e..aa6e19a5 100644 --- a/packs/creatures/Dunkelsicht_BQoKmcUMRg4cmoXq.json +++ b/packs/creatures/Dunkelsicht_BQoKmcUMRg4cmoXq.json @@ -1,30 +1,30 @@ { - "_id": "BQoKmcUMRg4cmoXq", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!2MFCw32xgaic6YGx.BQoKmcUMRg4cmoXq" + "_id": "BQoKmcUMRg4cmoXq", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!2MFCw32xgaic6YGx.BQoKmcUMRg4cmoXq" } diff --git a/packs/creatures/Dunkelsicht_DuBcMQTb1e7mIe79.json b/packs/creatures/Dunkelsicht_DuBcMQTb1e7mIe79.json index c521da78..05a7e3e7 100644 --- a/packs/creatures/Dunkelsicht_DuBcMQTb1e7mIe79.json +++ b/packs/creatures/Dunkelsicht_DuBcMQTb1e7mIe79.json @@ -1,30 +1,30 @@ { - "_id": "DuBcMQTb1e7mIe79", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!dFL9UUXHq9heme4T.DuBcMQTb1e7mIe79" + "_id": "DuBcMQTb1e7mIe79", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dFL9UUXHq9heme4T.DuBcMQTb1e7mIe79" } diff --git a/packs/creatures/Dunkelsicht_JxIUfRCSTQ3e5BFg.json b/packs/creatures/Dunkelsicht_JxIUfRCSTQ3e5BFg.json index 441ac3c5..144cf366 100644 --- a/packs/creatures/Dunkelsicht_JxIUfRCSTQ3e5BFg.json +++ b/packs/creatures/Dunkelsicht_JxIUfRCSTQ3e5BFg.json @@ -1,30 +1,30 @@ { - "_id": "JxIUfRCSTQ3e5BFg", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!s7yuHMW75JDcFQYB.JxIUfRCSTQ3e5BFg" + "_id": "JxIUfRCSTQ3e5BFg", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s7yuHMW75JDcFQYB.JxIUfRCSTQ3e5BFg" } diff --git a/packs/creatures/Dunkelsicht_LNrmUjNRidA3PoHN.json b/packs/creatures/Dunkelsicht_LNrmUjNRidA3PoHN.json index 07fa2dbd..1514141c 100644 --- a/packs/creatures/Dunkelsicht_LNrmUjNRidA3PoHN.json +++ b/packs/creatures/Dunkelsicht_LNrmUjNRidA3PoHN.json @@ -1,30 +1,30 @@ { - "_id": "LNrmUjNRidA3PoHN", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!lZgvjMSqh5FuA1JK.LNrmUjNRidA3PoHN" + "_id": "LNrmUjNRidA3PoHN", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lZgvjMSqh5FuA1JK.LNrmUjNRidA3PoHN" } diff --git a/packs/creatures/Dunkelsicht_VFP6bNPYcASg0JWE.json b/packs/creatures/Dunkelsicht_VFP6bNPYcASg0JWE.json index cebcbe3a..b40ec82f 100644 --- a/packs/creatures/Dunkelsicht_VFP6bNPYcASg0JWE.json +++ b/packs/creatures/Dunkelsicht_VFP6bNPYcASg0JWE.json @@ -1,30 +1,30 @@ { - "_id": "VFP6bNPYcASg0JWE", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!wqgUDJc7Qb28hBBo.VFP6bNPYcASg0JWE" + "_id": "VFP6bNPYcASg0JWE", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.VFP6bNPYcASg0JWE" } diff --git a/packs/creatures/Dunkelsicht_XSowCGPLnuUUt0gb.json b/packs/creatures/Dunkelsicht_XSowCGPLnuUUt0gb.json index b65f4330..2ed770da 100644 --- a/packs/creatures/Dunkelsicht_XSowCGPLnuUUt0gb.json +++ b/packs/creatures/Dunkelsicht_XSowCGPLnuUUt0gb.json @@ -1,30 +1,30 @@ { - "_id": "XSowCGPLnuUUt0gb", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GnW2ELzTtLoJmUQ1.XSowCGPLnuUUt0gb" + "_id": "XSowCGPLnuUUt0gb", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.XSowCGPLnuUUt0gb" } diff --git a/packs/creatures/Dunkelsicht_lB0BTGi2Qp2IpbTp.json b/packs/creatures/Dunkelsicht_lB0BTGi2Qp2IpbTp.json index f1049674..a390ca06 100644 --- a/packs/creatures/Dunkelsicht_lB0BTGi2Qp2IpbTp.json +++ b/packs/creatures/Dunkelsicht_lB0BTGi2Qp2IpbTp.json @@ -1,30 +1,30 @@ { - "_id": "lB0BTGi2Qp2IpbTp", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!yisaQaEFqduLmAJe.lB0BTGi2Qp2IpbTp" + "_id": "lB0BTGi2Qp2IpbTp", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!yisaQaEFqduLmAJe.lB0BTGi2Qp2IpbTp" } diff --git a/packs/creatures/Dunkelsicht_oT9c8PFOqW9NjOKA.json b/packs/creatures/Dunkelsicht_oT9c8PFOqW9NjOKA.json index 87852e73..e7220340 100644 --- a/packs/creatures/Dunkelsicht_oT9c8PFOqW9NjOKA.json +++ b/packs/creatures/Dunkelsicht_oT9c8PFOqW9NjOKA.json @@ -1,30 +1,30 @@ { - "_id": "oT9c8PFOqW9NjOKA", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!WYvb8G0z5GuNi7kO.oT9c8PFOqW9NjOKA" + "_id": "oT9c8PFOqW9NjOKA", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!WYvb8G0z5GuNi7kO.oT9c8PFOqW9NjOKA" } diff --git a/packs/creatures/Dunkelsicht_tKiwh730ZOGMICdg.json b/packs/creatures/Dunkelsicht_tKiwh730ZOGMICdg.json index fad0ecf5..9623f519 100644 --- a/packs/creatures/Dunkelsicht_tKiwh730ZOGMICdg.json +++ b/packs/creatures/Dunkelsicht_tKiwh730ZOGMICdg.json @@ -1,30 +1,30 @@ { - "_id": "tKiwh730ZOGMICdg", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!8E7Mm0LsiqFm6syY.tKiwh730ZOGMICdg" + "_id": "tKiwh730ZOGMICdg", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.tKiwh730ZOGMICdg" } diff --git a/packs/creatures/Dunkelsicht_ut3GaXn0lU6CJO2f.json b/packs/creatures/Dunkelsicht_ut3GaXn0lU6CJO2f.json index b53231ff..46bd1f77 100644 --- a/packs/creatures/Dunkelsicht_ut3GaXn0lU6CJO2f.json +++ b/packs/creatures/Dunkelsicht_ut3GaXn0lU6CJO2f.json @@ -1,30 +1,30 @@ { - "_id": "ut3GaXn0lU6CJO2f", - "name": "Dunkelsicht", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann selbst in völliger Dunkelheit noch sehen.
", - "experiencePoints": 7 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!EItxqEiDUOmJdy4n.ut3GaXn0lU6CJO2f" + "_id": "ut3GaXn0lU6CJO2f", + "name": "Dunkelsicht", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.75iKq2PTrfyTw0s4" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/darkvision.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann selbst in völliger Dunkelheit noch sehen.
", + "experiencePoints": 7 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.ut3GaXn0lU6CJO2f" } diff --git a/packs/creatures/Ebenentor_NeFjvRQWZSKtxAMm.json b/packs/creatures/Ebenentor_NeFjvRQWZSKtxAMm.json index 05c029e8..9174b838 100644 --- a/packs/creatures/Ebenentor_NeFjvRQWZSKtxAMm.json +++ b/packs/creatures/Ebenentor_NeFjvRQWZSKtxAMm.json @@ -1,73 +1,73 @@ { - "_id": "NeFjvRQWZSKtxAMm", - "name": "Ebenentor", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/magic-portal.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.MKlGqhjQa3GZu4gq" - } + "_id": "NeFjvRQWZSKtxAMm", + "name": "Ebenentor", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/magic-portal.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.MKlGqhjQa3GZu4gq" + } + }, + "system": { + "description": "Öffnet ein Tor zu einer anderen Existenzebene, die der Zauberwirker namentlich nennen muss. Das Tor schließt sich, sobald VE/2 Wesen es durchschritten haben, oder die Spruchdauer abgelaufen ist.
", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": -8, + "complex": "" }, - "system": { - "description": "Öffnet ein Tor zu einer anderen Existenzebene, die der Zauberwirker namentlich nennen muss. Das Tor schließt sich, sobald VE/2 Wesen es durchschritten haben, oder die Spruchdauer abgelaufen ist.
", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": -8, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": 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 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_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" } diff --git a/packs/creatures/Echsenmensch_HgTRHAjq1YBk40sO.json b/packs/creatures/Echsenmensch_HgTRHAjq1YBk40sO.json index 905517c7..50cf7320 100644 --- a/packs/creatures/Echsenmensch_HgTRHAjq1YBk40sO.json +++ b/packs/creatures/Echsenmensch_HgTRHAjq1YBk40sO.json @@ -1,166 +1,166 @@ { - "_id": "HgTRHAjq1YBk40sO", - "name": "Echsenmensch", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/lizard-man-green-dark.png", - "items": ["5X3YrQ6PeuexE5QD", "CylYyspqzzOiD3QA", "tOY9c09eNSqmJHki", "G0avaPXmxplRB8al"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "HgTRHAjq1YBk40sO", + "name": "Echsenmensch", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/lizard-man-green-dark.png", + "items": ["5X3YrQ6PeuexE5QD", "CylYyspqzzOiD3QA", "tOY9c09eNSqmJHki", "G0avaPXmxplRB8al"], + "effects": [], + "folder": null, + "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": {}, - "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": "" - } + "name": "Echsenmensch", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Echsenmensch", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346458, - "modifiedTime": 1688934880941, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/lizard-man*.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Einhorn_SQv63FQBjA5jW5xv.json b/packs/creatures/Einhorn_SQv63FQBjA5jW5xv.json index 537d12e7..4c7c22b4 100644 --- a/packs/creatures/Einhorn_SQv63FQBjA5jW5xv.json +++ b/packs/creatures/Einhorn_SQv63FQBjA5jW5xv.json @@ -1,176 +1,176 @@ { - "_id": "SQv63FQBjA5jW5xv", - "name": "Einhorn", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "o8CRX0tj3mrixbeV", - "k4syi7gvtjmG6yVt", - "ywm8DSneqBXy2Pk9", - "RWRBDrcHL1YK6MvZ", - "m78risNOMkOZtoix", - "WLc6j329EiSfsRj5", - "ysPz3YM2HzR9rptL", - "As31RtyHN8S4aN7O", - "mwMtV9vS293KeF3Q" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "SQv63FQBjA5jW5xv", + "name": "Einhorn", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "o8CRX0tj3mrixbeV", + "k4syi7gvtjmG6yVt", + "ywm8DSneqBXy2Pk9", + "RWRBDrcHL1YK6MvZ", + "m78risNOMkOZtoix", + "WLc6j329EiSfsRj5", + "ysPz3YM2HzR9rptL", + "As31RtyHN8S4aN7O", + "mwMtV9vS293KeF3Q" + ], + "effects": [], + "folder": null, + "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": {}, - "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": "" - } + "name": "Einhorn", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Einhorn", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346679, - "modifiedTime": 1688934881129, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Einschl_fern_1q93yorTXMMaRAcg.json b/packs/creatures/Einschl_fern_1q93yorTXMMaRAcg.json index 50bf7d83..efc7d450 100644 --- a/packs/creatures/Einschl_fern_1q93yorTXMMaRAcg.json +++ b/packs/creatures/Einschl_fern_1q93yorTXMMaRAcg.json @@ -1,73 +1,73 @@ { - "_id": "1q93yorTXMMaRAcg", - "name": "Einschläfern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0" - } + "_id": "1q93yorTXMMaRAcg", + "name": "Einschläfern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0" + } + }, + "system": { + "description": "Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.
", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+VE)/2 des jeweiligen Ziels" }, - "system": { - "description": "Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.
", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+VE)/2 des jeweiligen Ziels" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": 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 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": true, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "VE x 2", + "unit": "meter" }, - "_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" } diff --git a/packs/creatures/Einschl_fern_u3CLqxahFyF7kVpa.json b/packs/creatures/Einschl_fern_u3CLqxahFyF7kVpa.json index 695b4531..ab9c789f 100644 --- a/packs/creatures/Einschl_fern_u3CLqxahFyF7kVpa.json +++ b/packs/creatures/Einschl_fern_u3CLqxahFyF7kVpa.json @@ -1,73 +1,73 @@ { - "_id": "u3CLqxahFyF7kVpa", - "name": "Einschläfern", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg", - "effects": [], - "folder": null, - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0" - } + "_id": "u3CLqxahFyF7kVpa", + "name": "Einschläfern", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/sleepy.svg", + "effects": [], + "folder": null, + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.CrZ8L7oaWvPjLou0" + } + }, + "system": { + "description": "Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.
", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(KÖR+VE)/2 des jeweiligen Ziels" }, - "system": { - "description": "Dieser Zauber schläfert eine maximale Anzahl von Zielen gleich der Stufe des Zauberwirkers ein. Es handelt sich dabei um einen natürlichen Schlaf, aus dem man durch Kampflärm u. ä. erwachen kann.
", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(KÖR+VE)/2 des jeweiligen Ziels" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": 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 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": true, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "VE x 2", + "unit": "meter" }, - "_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" } diff --git a/packs/creatures/Eisenpranke_KzEfCqb54s8Ju7x1.json b/packs/creatures/Eisenpranke_KzEfCqb54s8Ju7x1.json index 027e3b6a..892f0c25 100644 --- a/packs/creatures/Eisenpranke_KzEfCqb54s8Ju7x1.json +++ b/packs/creatures/Eisenpranke_KzEfCqb54s8Ju7x1.json @@ -1,33 +1,33 @@ { - "_id": "KzEfCqb54s8Ju7x1", - "name": "Eisenpranke", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 6, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!dnX0uQXQCEnGs7dM.KzEfCqb54s8Ju7x1" + "_id": "KzEfCqb54s8Ju7x1", + "name": "Eisenpranke", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 6, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dnX0uQXQCEnGs7dM.KzEfCqb54s8Ju7x1" } diff --git a/packs/creatures/Erdelementar_III_mOQ21HFNisTfu7ve.json b/packs/creatures/Erdelementar_III_mOQ21HFNisTfu7ve.json index ad65419d..258d5453 100644 --- a/packs/creatures/Erdelementar_III_mOQ21HFNisTfu7ve.json +++ b/packs/creatures/Erdelementar_III_mOQ21HFNisTfu7ve.json @@ -1,166 +1,166 @@ { - "_id": "mOQ21HFNisTfu7ve", - "name": "Erdelementar III", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "mOQ21HFNisTfu7ve", + "name": "Erdelementar III", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"], + "effects": [], + "folder": null, + "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": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "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": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" - } + "name": "Erdelementar III", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erdelementar III", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346894, - "modifiedTime": 1688934881358, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erdelementar_II_S8DNL5XpmNRSNJhD.json b/packs/creatures/Erdelementar_II_S8DNL5XpmNRSNJhD.json index 129b267e..bd399efe 100644 --- a/packs/creatures/Erdelementar_II_S8DNL5XpmNRSNJhD.json +++ b/packs/creatures/Erdelementar_II_S8DNL5XpmNRSNJhD.json @@ -1,166 +1,166 @@ { - "_id": "S8DNL5XpmNRSNJhD", - "name": "Erdelementar II", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "S8DNL5XpmNRSNJhD", + "name": "Erdelementar II", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"], + "effects": [], + "folder": null, + "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": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "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": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" - } + "name": "Erdelementar II", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erdelementar II", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346676, - "modifiedTime": 1688934881118, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erdelementar_I_1PYYg60DHC6RA3oO.json b/packs/creatures/Erdelementar_I_1PYYg60DHC6RA3oO.json index 2df05117..df07b80b 100644 --- a/packs/creatures/Erdelementar_I_1PYYg60DHC6RA3oO.json +++ b/packs/creatures/Erdelementar_I_1PYYg60DHC6RA3oO.json @@ -1,166 +1,166 @@ { - "_id": "1PYYg60DHC6RA3oO", - "name": "Erdelementar I", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "1PYYg60DHC6RA3oO", + "name": "Erdelementar I", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"], + "effects": [], + "folder": null, + "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": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "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": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" - } + "name": "Erdelementar I", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erdelementar I", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346142, - "modifiedTime": 1688934880644, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 0.7, + "scaleY": 0.7, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erwachsener_Drache__Blau__e1oy4levSO4VOQx8.json b/packs/creatures/Erwachsener_Drache__Blau__e1oy4levSO4VOQx8.json index 585e6ace..93ae25d4 100644 --- a/packs/creatures/Erwachsener_Drache__Blau__e1oy4levSO4VOQx8.json +++ b/packs/creatures/Erwachsener_Drache__Blau__e1oy4levSO4VOQx8.json @@ -1,180 +1,180 @@ { - "_id": "e1oy4levSO4VOQx8", - "name": "Erwachsener Drache (Blau)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "pX6BSfPqftBLxuhf", - "6oHGA6nCXRiuAY2O" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "e1oy4levSO4VOQx8", + "name": "Erwachsener Drache (Blau)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "6oHGA6nCXRiuAY2O" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Erwachsener Drache", + "displayName": 20, + "width": 4, + "height": 4, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erwachsener Drache", - "displayName": 20, - "width": 4, - "height": 4, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346843, - "modifiedTime": 1688934881306, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erwachsener_Drache__Bronze__Ko3jVM757Kr89IQr.json b/packs/creatures/Erwachsener_Drache__Bronze__Ko3jVM757Kr89IQr.json index 41d13c90..5cf24e86 100644 --- a/packs/creatures/Erwachsener_Drache__Bronze__Ko3jVM757Kr89IQr.json +++ b/packs/creatures/Erwachsener_Drache__Bronze__Ko3jVM757Kr89IQr.json @@ -1,180 +1,180 @@ { - "_id": "Ko3jVM757Kr89IQr", - "name": "Erwachsener Drache (Bronze)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "yTFT0UXNa9s9pbM4", - "XsKjxXO7k3vIMyfQ", - "pX6BSfPqftBLxuhf" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "Ko3jVM757Kr89IQr", + "name": "Erwachsener Drache (Bronze)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Erwachsener Drache", + "displayName": 20, + "width": 4, + "height": 4, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erwachsener Drache", - "displayName": 20, - "width": 4, - "height": 4, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346542, - "modifiedTime": 1688934880995, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erwachsener_Drache__Gelb__bEKen2GJBc6d0nix.json b/packs/creatures/Erwachsener_Drache__Gelb__bEKen2GJBc6d0nix.json index ee88b85c..b22766c7 100644 --- a/packs/creatures/Erwachsener_Drache__Gelb__bEKen2GJBc6d0nix.json +++ b/packs/creatures/Erwachsener_Drache__Gelb__bEKen2GJBc6d0nix.json @@ -1,180 +1,180 @@ { - "_id": "bEKen2GJBc6d0nix", - "name": "Erwachsener Drache (Gelb)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "pX6BSfPqftBLxuhf", - "XdTwK8lRxVvGfKja" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "bEKen2GJBc6d0nix", + "name": "Erwachsener Drache (Gelb)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "XdTwK8lRxVvGfKja" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Erwachsener Drache", + "displayName": 20, + "width": 4, + "height": 4, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erwachsener Drache", - "displayName": 20, - "width": 4, - "height": 4, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346793, - "modifiedTime": 1688934881258, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erwachsener_Drache__Gold__6Ezz8k1SB64HQ9o5.json b/packs/creatures/Erwachsener_Drache__Gold__6Ezz8k1SB64HQ9o5.json index a9ffa16f..e24693ae 100644 --- a/packs/creatures/Erwachsener_Drache__Gold__6Ezz8k1SB64HQ9o5.json +++ b/packs/creatures/Erwachsener_Drache__Gold__6Ezz8k1SB64HQ9o5.json @@ -1,180 +1,180 @@ { - "_id": "6Ezz8k1SB64HQ9o5", - "name": "Erwachsener Drache (Gold)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "yTFT0UXNa9s9pbM4", - "XsKjxXO7k3vIMyfQ", - "pX6BSfPqftBLxuhf" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "6Ezz8k1SB64HQ9o5", + "name": "Erwachsener Drache (Gold)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Erwachsener Drache", + "displayName": 20, + "width": 4, + "height": 4, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erwachsener Drache", - "displayName": 20, - "width": 4, - "height": 4, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346215, - "modifiedTime": 1688934880694, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erwachsener_Drache__Gr_n__FYpSMLagk6Qs6MWS.json b/packs/creatures/Erwachsener_Drache__Gr_n__FYpSMLagk6Qs6MWS.json index cc96b235..ce5fa23d 100644 --- a/packs/creatures/Erwachsener_Drache__Gr_n__FYpSMLagk6Qs6MWS.json +++ b/packs/creatures/Erwachsener_Drache__Gr_n__FYpSMLagk6Qs6MWS.json @@ -1,180 +1,180 @@ { - "_id": "FYpSMLagk6Qs6MWS", - "name": "Erwachsener Drache (Grün)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "pX6BSfPqftBLxuhf", - "3bhEx0YT3KTgl19E" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "FYpSMLagk6Qs6MWS", + "name": "Erwachsener Drache (Grün)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "3bhEx0YT3KTgl19E" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Erwachsener Drache", + "displayName": 20, + "width": 4, + "height": 4, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erwachsener Drache", - "displayName": 20, - "width": 4, - "height": 4, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346356, - "modifiedTime": 1688934880858, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-green.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erwachsener_Drache__Rot__7B1AJKsZ9OBmj46R.json b/packs/creatures/Erwachsener_Drache__Rot__7B1AJKsZ9OBmj46R.json index 4e5c9385..09509b0f 100644 --- a/packs/creatures/Erwachsener_Drache__Rot__7B1AJKsZ9OBmj46R.json +++ b/packs/creatures/Erwachsener_Drache__Rot__7B1AJKsZ9OBmj46R.json @@ -1,180 +1,180 @@ { - "_id": "7B1AJKsZ9OBmj46R", - "name": "Erwachsener Drache (Rot)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "pX6BSfPqftBLxuhf", - "WG8AshF0brFilFXB" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "7B1AJKsZ9OBmj46R", + "name": "Erwachsener Drache (Rot)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "WG8AshF0brFilFXB" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Erwachsener Drache", + "displayName": 20, + "width": 4, + "height": 4, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erwachsener Drache", - "displayName": 20, - "width": 4, - "height": 4, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346243, - "modifiedTime": 1688934880714, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-red.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erwachsener_Drache__Schwarz__DoaYEZc7DgLJQ8yg.json b/packs/creatures/Erwachsener_Drache__Schwarz__DoaYEZc7DgLJQ8yg.json index 510bc563..3272b429 100644 --- a/packs/creatures/Erwachsener_Drache__Schwarz__DoaYEZc7DgLJQ8yg.json +++ b/packs/creatures/Erwachsener_Drache__Schwarz__DoaYEZc7DgLJQ8yg.json @@ -1,180 +1,180 @@ { - "_id": "DoaYEZc7DgLJQ8yg", - "name": "Erwachsener Drache (Schwarz)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "pX6BSfPqftBLxuhf", - "YH44ChGg43M1zfJV" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "DoaYEZc7DgLJQ8yg", + "name": "Erwachsener Drache (Schwarz)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "YH44ChGg43M1zfJV" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Erwachsener Drache", + "displayName": 20, + "width": 4, + "height": 4, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erwachsener Drache", - "displayName": 20, - "width": 4, - "height": 4, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346320, - "modifiedTime": 1688934880821, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-black.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erwachsener_Drache__Silber__OsCyBwPcejWRSqLr.json b/packs/creatures/Erwachsener_Drache__Silber__OsCyBwPcejWRSqLr.json index e2c1381f..c8ee7820 100644 --- a/packs/creatures/Erwachsener_Drache__Silber__OsCyBwPcejWRSqLr.json +++ b/packs/creatures/Erwachsener_Drache__Silber__OsCyBwPcejWRSqLr.json @@ -1,180 +1,180 @@ { - "_id": "OsCyBwPcejWRSqLr", - "name": "Erwachsener Drache (Silber)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "yTFT0UXNa9s9pbM4", - "XsKjxXO7k3vIMyfQ", - "pX6BSfPqftBLxuhf" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "OsCyBwPcejWRSqLr", + "name": "Erwachsener Drache (Silber)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf" + ], + "effects": [], + "folder": null, + "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": {}, - "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 - } + "name": "Erwachsener Drache", + "displayName": 20, + "width": 4, + "height": 4, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Erwachsener Drache", - "displayName": 20, - "width": 4, - "height": 4, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346608, - "modifiedTime": 1688934881031, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "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" } diff --git a/packs/creatures/Erwachsener_Drache__Weiss__KlpfMH3L3pL82SSd.json b/packs/creatures/Erwachsener_Drache__Weiss__KlpfMH3L3pL82SSd.json index a7a0d072..84c7baa6 100644 --- a/packs/creatures/Erwachsener_Drache__Weiss__KlpfMH3L3pL82SSd.json +++ b/packs/creatures/Erwachsener_Drache__Weiss__KlpfMH3L3pL82SSd.json @@ -1,180 +1,180 @@ { - "_id": "KlpfMH3L3pL82SSd", - "name": "Erwachsener Drache (Weiss)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "pX6BSfPqftBLxuhf", - "27WSvh2zN2Th7iAs" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "KlpfMH3L3pL82SSd", + "name": "Erwachsener Drache (Weiss)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "pX6BSfPqftBLxuhf", + "27WSvh2zN2Th7iAs" + ], + "effects": [], + "folder": null, + "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": "Farbe | \nOdem | \nWesen... | \n
Blau | \nBlitz- | \n...der Dunkelheit | \n
Bronze | \nSchallwellen- | \n...des Lichts | \n
Gelb | \nSandsturm- | \n...der Dunkelheit | \n
Gold | \nLicht- | \n...des Lichts | \n
Grün | \nGiftgas- | \n...der Dunkelheit | \n
Rot | \nFeuer- | \n...der Dunkelheit | \n
Schwarz | \nSäure- | \n...der Dunkelheit | \n
Silber | \nQuecksilber- | \n...des Lichts | \n
Weiss | \nFrost- | \n...der Dunkelheit | \n
Farbe | \nOdem | \nWesen... | \n
Blau | \nBlitz- | \n...der Dunkelheit | \n
Bronze | \nSchallwellen- | \n...des Lichts | \n
Gelb | \nSandsturm- | \n...der Dunkelheit | \n
Gold | \nLicht- | \n...des Lichts | \n
Grün | \nGiftgas- | \n...der Dunkelheit | \n
Rot | \nFeuer- | \n...der Dunkelheit | \n
Schwarz | \nSäure- | \n...der Dunkelheit | \n
Silber | \nQuecksilber- | \n...des Lichts | \n
Weiss | \nFrost- | \n...der Dunkelheit | \n
Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!htgryhd630WQgeD8.yjkoipelFXEzcy1x" + "_id": "yjkoipelFXEzcy1x", + "name": "Feuer-Odem", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", + "effects": [], + "folder": null, + "system": { + "description": "Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!htgryhd630WQgeD8.yjkoipelFXEzcy1x" } diff --git a/packs/creatures/Feuerelementar_III_mPcmJ9nHpy1AbKVr.json b/packs/creatures/Feuerelementar_III_mPcmJ9nHpy1AbKVr.json index c1a47e58..5fbe779c 100644 --- a/packs/creatures/Feuerelementar_III_mPcmJ9nHpy1AbKVr.json +++ b/packs/creatures/Feuerelementar_III_mPcmJ9nHpy1AbKVr.json @@ -1,166 +1,166 @@ { - "_id": "mPcmJ9nHpy1AbKVr", - "name": "Feuerelementar III", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["JI4hW2uyULt2cKs2", "eofu8kICYeEpxUT1", "c95cnrJtMG20InKV", "xtwmRcp2CEGdK5C6"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "mPcmJ9nHpy1AbKVr", + "name": "Feuerelementar III", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["JI4hW2uyULt2cKs2", "eofu8kICYeEpxUT1", "c95cnrJtMG20InKV", "xtwmRcp2CEGdK5C6"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 18, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 6, + "mod": 0 + }, + "constitution": { + "base": 7, + "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": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 24, + "creatureType": "magicalEntity", + "sizeCategory": "large", + "experiencePoints": 145, + "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 18, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 6, - "mod": 0 - }, - "constitution": { - "base": 7, - "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": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 24, - "creatureType": "magicalEntity", - "sizeCategory": "large", - "experiencePoints": 145, - "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" - } + "name": "Feuerelementar III", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Feuerelementar III", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346897, - "modifiedTime": 1688934881370, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!mPcmJ9nHpy1AbKVr" + "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": 1668995346897, + "modifiedTime": 1688934881370, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!mPcmJ9nHpy1AbKVr" } diff --git a/packs/creatures/Feuerelementar_II_huPL6cx3RadJNhL0.json b/packs/creatures/Feuerelementar_II_huPL6cx3RadJNhL0.json index 2070d6ef..c2cf68e9 100644 --- a/packs/creatures/Feuerelementar_II_huPL6cx3RadJNhL0.json +++ b/packs/creatures/Feuerelementar_II_huPL6cx3RadJNhL0.json @@ -1,166 +1,166 @@ { - "_id": "huPL6cx3RadJNhL0", - "name": "Feuerelementar II", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["JI4hW2uyULt2cKs2", "eofu8kICYeEpxUT1", "c95cnrJtMG20InKV", "xtwmRcp2CEGdK5C6"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "huPL6cx3RadJNhL0", + "name": "Feuerelementar II", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["JI4hW2uyULt2cKs2", "eofu8kICYeEpxUT1", "c95cnrJtMG20InKV", "xtwmRcp2CEGdK5C6"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 13, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 6, + "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": 0, + "value": 29 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": -2 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 15, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 95, + "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 13, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 6, - "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": 0, - "value": 29 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": -2 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 15, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 95, - "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" - } + "name": "Feuerelementar II", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Feuerelementar II", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346851, - "modifiedTime": 1688934881322, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!huPL6cx3RadJNhL0" + "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": 1668995346851, + "modifiedTime": 1688934881322, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!huPL6cx3RadJNhL0" } diff --git a/packs/creatures/Feuerelementar_I_tYcKw69Feoy3B6hG.json b/packs/creatures/Feuerelementar_I_tYcKw69Feoy3B6hG.json index 32bfb648..73e19558 100644 --- a/packs/creatures/Feuerelementar_I_tYcKw69Feoy3B6hG.json +++ b/packs/creatures/Feuerelementar_I_tYcKw69Feoy3B6hG.json @@ -1,166 +1,166 @@ { - "_id": "tYcKw69Feoy3B6hG", - "name": "Feuerelementar I", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["JI4hW2uyULt2cKs2", "eofu8kICYeEpxUT1", "c95cnrJtMG20InKV", "xtwmRcp2CEGdK5C6"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "tYcKw69Feoy3B6hG", + "name": "Feuerelementar I", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["JI4hW2uyULt2cKs2", "eofu8kICYeEpxUT1", "c95cnrJtMG20InKV", "xtwmRcp2CEGdK5C6"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 9, + "mod": 0 + }, + "mobility": { + "base": 5, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "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": -12, + "value": 12 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 9, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 70, + "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 9, - "mod": 0 - }, - "mobility": { - "base": 5, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "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": -12, - "value": 12 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 9, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 70, - "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" - } + "name": "Feuerelementar I", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Feuerelementar I", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347078, - "modifiedTime": 1688934881487, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 0.7, + "scaleY": 0.7, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!tYcKw69Feoy3B6hG" + "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": 1668995347078, + "modifiedTime": 1688934881487, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!tYcKw69Feoy3B6hG" } diff --git a/packs/creatures/Feuerodem_p3zhDhgstlj2JMxe.json b/packs/creatures/Feuerodem_p3zhDhgstlj2JMxe.json index 6f91961c..7d190350 100644 --- a/packs/creatures/Feuerodem_p3zhDhgstlj2JMxe.json +++ b/packs/creatures/Feuerodem_p3zhDhgstlj2JMxe.json @@ -1,33 +1,33 @@ { - "_id": "p3zhDhgstlj2JMxe", - "name": "Feuerodem", - "type": "weapon", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "ranged", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!O2maANGDJHPLX8aE.p3zhDhgstlj2JMxe" + "_id": "p3zhDhgstlj2JMxe", + "name": "Feuerodem", + "type": "weapon", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "ranged", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!O2maANGDJHPLX8aE.p3zhDhgstlj2JMxe" } diff --git a/packs/creatures/Feuerstrahl_W2e5m1533YiEPsdg.json b/packs/creatures/Feuerstrahl_W2e5m1533YiEPsdg.json index c2941617..993a2ac3 100644 --- a/packs/creatures/Feuerstrahl_W2e5m1533YiEPsdg.json +++ b/packs/creatures/Feuerstrahl_W2e5m1533YiEPsdg.json @@ -1,73 +1,73 @@ { - "_id": "W2e5m1533YiEPsdg", - "name": "Feuerstrahl", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fire-ray-small.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.kudkdrpMU0C83vM7" - } + "_id": "W2e5m1533YiEPsdg", + "name": "Feuerstrahl", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fire-ray-small.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.kudkdrpMU0C83vM7" + } + }, + "system": { + "description": "Der Zauberwirker schießt einen Feuerstrahl auf einen Feind, dessen Schaden dem Probenergebnis entspricht.
", + "equipped": true, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 1, + "complex": "" }, - "system": { - "description": "Der Zauberwirker schießt einen Feuerstrahl auf einen Feind, dessen Schaden dem Probenergebnis entspricht.
", - "equipped": true, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 1, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "healing": 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 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": null, - "wizard": 1, - "sorcerer": 1 - } + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE x 5", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_key": "!actors.items!22pkyKnZoRLG0nnY.W2e5m1533YiEPsdg" + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": null, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!22pkyKnZoRLG0nnY.W2e5m1533YiEPsdg" } diff --git a/packs/creatures/Flammenhieb_JI4hW2uyULt2cKs2.json b/packs/creatures/Flammenhieb_JI4hW2uyULt2cKs2.json index 71eeae88..81904d85 100644 --- a/packs/creatures/Flammenhieb_JI4hW2uyULt2cKs2.json +++ b/packs/creatures/Flammenhieb_JI4hW2uyULt2cKs2.json @@ -1,33 +1,33 @@ { - "_id": "JI4hW2uyULt2cKs2", - "name": "Flammenhieb", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!tYcKw69Feoy3B6hG.JI4hW2uyULt2cKs2" + "_id": "JI4hW2uyULt2cKs2", + "name": "Flammenhieb", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!tYcKw69Feoy3B6hG.JI4hW2uyULt2cKs2" } diff --git a/packs/creatures/Flammeninferno_29SYRu3tP8sSILyX.json b/packs/creatures/Flammeninferno_29SYRu3tP8sSILyX.json index 80e74031..c4701ae3 100644 --- a/packs/creatures/Flammeninferno_29SYRu3tP8sSILyX.json +++ b/packs/creatures/Flammeninferno_29SYRu3tP8sSILyX.json @@ -1,73 +1,73 @@ { - "_id": "29SYRu3tP8sSILyX", - "name": "Flammeninferno", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/fire-wave.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.7ybmodIkWDP1z1D6" - } + "_id": "29SYRu3tP8sSILyX", + "name": "Flammeninferno", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/fire-wave.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.7ybmodIkWDP1z1D6" + } + }, + "system": { + "description": "Eine kreisrunde Fläche mit einem Radius von VE in Metern geht in Flammen auf. Jeder in dem Inferno erhält pro Kampfrunde nicht abwehrbaren Schaden in Höhe des Probenergebnisses.
", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 5, + "complex": "" }, - "system": { - "description": "Eine kreisrunde Fläche mit einem Radius von VE in Metern geht in Flammen auf. Jeder in dem Inferno erhält pro Kampfrunde nicht abwehrbaren Schaden in Höhe des Probenergebnisses.
", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 5, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": true, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 10", - "unit": "meter" - }, - "effectRadius": { - "value": "VE", - "unit": "meter" - }, - "duration": { - "value": "VE", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 15 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": true, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE x 10", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "VE", + "unit": "meter" }, - "_key": "!actors.items!oVKL6zJ2kYMmBuYx.29SYRu3tP8sSILyX" + "duration": { + "value": "VE", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 15 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.29SYRu3tP8sSILyX" } diff --git a/packs/creatures/Fliegen_3yeOHhXD8iJrtRJL.json b/packs/creatures/Fliegen_3yeOHhXD8iJrtRJL.json index 46964379..9d432518 100644 --- a/packs/creatures/Fliegen_3yeOHhXD8iJrtRJL.json +++ b/packs/creatures/Fliegen_3yeOHhXD8iJrtRJL.json @@ -1,30 +1,30 @@ { - "_id": "3yeOHhXD8iJrtRJL", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!wYVw1a5UjPS09YxS.3yeOHhXD8iJrtRJL" + "_id": "3yeOHhXD8iJrtRJL", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wYVw1a5UjPS09YxS.3yeOHhXD8iJrtRJL" } diff --git a/packs/creatures/Fliegen_I31y8QW6HoMJn5Ar.json b/packs/creatures/Fliegen_I31y8QW6HoMJn5Ar.json index 29249040..551da050 100644 --- a/packs/creatures/Fliegen_I31y8QW6HoMJn5Ar.json +++ b/packs/creatures/Fliegen_I31y8QW6HoMJn5Ar.json @@ -1,30 +1,30 @@ { - "_id": "I31y8QW6HoMJn5Ar", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!cE5kI3uqXWQrCaI5.I31y8QW6HoMJn5Ar" + "_id": "I31y8QW6HoMJn5Ar", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.I31y8QW6HoMJn5Ar" } diff --git a/packs/creatures/Fliegen_IEf4b9ukDhSecShW.json b/packs/creatures/Fliegen_IEf4b9ukDhSecShW.json index 48d33b2e..817cb976 100644 --- a/packs/creatures/Fliegen_IEf4b9ukDhSecShW.json +++ b/packs/creatures/Fliegen_IEf4b9ukDhSecShW.json @@ -1,30 +1,30 @@ { - "_id": "IEf4b9ukDhSecShW", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GnW2ELzTtLoJmUQ1.IEf4b9ukDhSecShW" + "_id": "IEf4b9ukDhSecShW", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.IEf4b9ukDhSecShW" } diff --git a/packs/creatures/Fliegen_L9utJ9BJSLkYbUjN.json b/packs/creatures/Fliegen_L9utJ9BJSLkYbUjN.json index e67d6d14..d376463d 100644 --- a/packs/creatures/Fliegen_L9utJ9BJSLkYbUjN.json +++ b/packs/creatures/Fliegen_L9utJ9BJSLkYbUjN.json @@ -1,30 +1,30 @@ { - "_id": "L9utJ9BJSLkYbUjN", - "name": "Fliegen", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!aqbcBjeCJUHJ5uVj.L9utJ9BJSLkYbUjN" + "_id": "L9utJ9BJSLkYbUjN", + "name": "Fliegen", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!aqbcBjeCJUHJ5uVj.L9utJ9BJSLkYbUjN" } diff --git a/packs/creatures/Fliegen_OfL0gyUOJjAOW3xA.json b/packs/creatures/Fliegen_OfL0gyUOJjAOW3xA.json index aed3c87a..1568ff52 100644 --- a/packs/creatures/Fliegen_OfL0gyUOJjAOW3xA.json +++ b/packs/creatures/Fliegen_OfL0gyUOJjAOW3xA.json @@ -1,30 +1,30 @@ { - "_id": "OfL0gyUOJjAOW3xA", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!lys4bJc7GL5f5ORp.OfL0gyUOJjAOW3xA" + "_id": "OfL0gyUOJjAOW3xA", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lys4bJc7GL5f5ORp.OfL0gyUOJjAOW3xA" } diff --git a/packs/creatures/Fliegen_XfgWdbwMTVhcS3A9.json b/packs/creatures/Fliegen_XfgWdbwMTVhcS3A9.json index 23689e3b..34eea840 100644 --- a/packs/creatures/Fliegen_XfgWdbwMTVhcS3A9.json +++ b/packs/creatures/Fliegen_XfgWdbwMTVhcS3A9.json @@ -1,30 +1,30 @@ { - "_id": "XfgWdbwMTVhcS3A9", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!ABiPZtu7q8KhWzXL.XfgWdbwMTVhcS3A9" + "_id": "XfgWdbwMTVhcS3A9", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ABiPZtu7q8KhWzXL.XfgWdbwMTVhcS3A9" } diff --git a/packs/creatures/Fliegen_nEwzPUfWSwdHPNIe.json b/packs/creatures/Fliegen_nEwzPUfWSwdHPNIe.json index 7e4573ac..d723198c 100644 --- a/packs/creatures/Fliegen_nEwzPUfWSwdHPNIe.json +++ b/packs/creatures/Fliegen_nEwzPUfWSwdHPNIe.json @@ -1,30 +1,30 @@ { - "_id": "nEwzPUfWSwdHPNIe", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!s56U2LeRInrje3xh.nEwzPUfWSwdHPNIe" + "_id": "nEwzPUfWSwdHPNIe", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.nEwzPUfWSwdHPNIe" } diff --git a/packs/creatures/Fliegen_o4o3thrxtXrhRWYT.json b/packs/creatures/Fliegen_o4o3thrxtXrhRWYT.json index b2218b2d..078ce4b4 100644 --- a/packs/creatures/Fliegen_o4o3thrxtXrhRWYT.json +++ b/packs/creatures/Fliegen_o4o3thrxtXrhRWYT.json @@ -1,30 +1,30 @@ { - "_id": "o4o3thrxtXrhRWYT", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!wqgUDJc7Qb28hBBo.o4o3thrxtXrhRWYT" + "_id": "o4o3thrxtXrhRWYT", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wqgUDJc7Qb28hBBo.o4o3thrxtXrhRWYT" } diff --git a/packs/creatures/Fliegen_po7mBrqpDWKlXbtu.json b/packs/creatures/Fliegen_po7mBrqpDWKlXbtu.json index f1c6fca6..392bdd49 100644 --- a/packs/creatures/Fliegen_po7mBrqpDWKlXbtu.json +++ b/packs/creatures/Fliegen_po7mBrqpDWKlXbtu.json @@ -1,30 +1,30 @@ { - "_id": "po7mBrqpDWKlXbtu", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!T9YRYe0vnR4Qg4UM.po7mBrqpDWKlXbtu" + "_id": "po7mBrqpDWKlXbtu", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.po7mBrqpDWKlXbtu" } diff --git a/packs/creatures/Fliegen_w1h6K90G0l0RXQy5.json b/packs/creatures/Fliegen_w1h6K90G0l0RXQy5.json index 4f013853..c2bf31a8 100644 --- a/packs/creatures/Fliegen_w1h6K90G0l0RXQy5.json +++ b/packs/creatures/Fliegen_w1h6K90G0l0RXQy5.json @@ -1,30 +1,30 @@ { - "_id": "w1h6K90G0l0RXQy5", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!6KmAeL9lVxWXIeU6.w1h6K90G0l0RXQy5" + "_id": "w1h6K90G0l0RXQy5", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.w1h6K90G0l0RXQy5" } diff --git a/packs/creatures/Fliegen_xtwmRcp2CEGdK5C6.json b/packs/creatures/Fliegen_xtwmRcp2CEGdK5C6.json index abd518a1..79ccf5f4 100644 --- a/packs/creatures/Fliegen_xtwmRcp2CEGdK5C6.json +++ b/packs/creatures/Fliegen_xtwmRcp2CEGdK5C6.json @@ -1,30 +1,30 @@ { - "_id": "xtwmRcp2CEGdK5C6", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!tYcKw69Feoy3B6hG.xtwmRcp2CEGdK5C6" + "_id": "xtwmRcp2CEGdK5C6", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!tYcKw69Feoy3B6hG.xtwmRcp2CEGdK5C6" } diff --git a/packs/creatures/Fliegen_ysyoJA3dYTu4XXvt.json b/packs/creatures/Fliegen_ysyoJA3dYTu4XXvt.json index 72bac962..75eaf42f 100644 --- a/packs/creatures/Fliegen_ysyoJA3dYTu4XXvt.json +++ b/packs/creatures/Fliegen_ysyoJA3dYTu4XXvt.json @@ -1,30 +1,30 @@ { - "_id": "ysyoJA3dYTu4XXvt", - "name": "Fliegen", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", - "experiencePoints": 15 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!HjpxMlpyjPr3hd3r.ysyoJA3dYTu4XXvt" + "_id": "ysyoJA3dYTu4XXvt", + "name": "Fliegen", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.uX7wuGyUjOPpYR5W" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/flight.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann, statt zu laufen, mit doppelten Laufen-Wert fliegen. Wird die Aktion „Rennen“ im Flug ausgeführt, erhöht sich die Geschwindigkeit somit auf Laufen x 4.
", + "experiencePoints": 15 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HjpxMlpyjPr3hd3r.ysyoJA3dYTu4XXvt" } diff --git a/packs/creatures/Fliegendes_Schwert_ABiPZtu7q8KhWzXL.json b/packs/creatures/Fliegendes_Schwert_ABiPZtu7q8KhWzXL.json index 0c7cdecb..1ba7d514 100644 --- a/packs/creatures/Fliegendes_Schwert_ABiPZtu7q8KhWzXL.json +++ b/packs/creatures/Fliegendes_Schwert_ABiPZtu7q8KhWzXL.json @@ -1,166 +1,166 @@ { - "_id": "ABiPZtu7q8KhWzXL", - "name": "Fliegendes Schwert", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["iVH3BR6wH35UTmmW", "r0mQXKDTdvRjlSze", "XfgWdbwMTVhcS3A9"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "ABiPZtu7q8KhWzXL", + "name": "Fliegendes Schwert", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["iVH3BR6wH35UTmmW", "r0mQXKDTdvRjlSze", "XfgWdbwMTVhcS3A9"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 5, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "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": -12, + "value": 12 + }, + "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": "construct", + "sizeCategory": "small", + "experiencePoints": 57, + "description": "Herstellung: 1513 GM + Waffenschmied
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 5, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "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": -12, - "value": 12 - }, - "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": "construct", - "sizeCategory": "small", - "experiencePoints": 57, - "description": "Herstellung: 1513 GM + Waffenschmied
" - } + "name": "Fliegendes Schwert", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Fliegendes Schwert", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346283, - "modifiedTime": 1688934880781, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 0.7, + "scaleY": 0.7, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!ABiPZtu7q8KhWzXL" + "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": 1668995346283, + "modifiedTime": 1688934880781, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!ABiPZtu7q8KhWzXL" } diff --git a/packs/creatures/Frost_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Frost_Odem_yjkoipelFXEzcy1x.json index 6f17e7cd..f020c26e 100644 --- a/packs/creatures/Frost_Odem_yjkoipelFXEzcy1x.json +++ b/packs/creatures/Frost_Odem_yjkoipelFXEzcy1x.json @@ -1,30 +1,30 @@ { - "_id": "yjkoipelFXEzcy1x", - "name": "Frost-Odem", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", - "effects": [], - "folder": null, - "system": { - "description": "Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!vsKKpweX6I1TQYBj.yjkoipelFXEzcy1x" + "_id": "yjkoipelFXEzcy1x", + "name": "Frost-Odem", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", + "effects": [], + "folder": null, + "system": { + "description": "Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vsKKpweX6I1TQYBj.yjkoipelFXEzcy1x" } diff --git a/packs/creatures/Frostschock_wRp2U7ZSNdZndBmq.json b/packs/creatures/Frostschock_wRp2U7ZSNdZndBmq.json index 7ca2cece..9209427d 100644 --- a/packs/creatures/Frostschock_wRp2U7ZSNdZndBmq.json +++ b/packs/creatures/Frostschock_wRp2U7ZSNdZndBmq.json @@ -1,73 +1,73 @@ { - "_id": "wRp2U7ZSNdZndBmq", - "name": "Frostschock", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/frozen-body.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.iH2NtsJtMfG0ZAU3" - } + "_id": "wRp2U7ZSNdZndBmq", + "name": "Frostschock", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/frozen-body.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.iH2NtsJtMfG0ZAU3" + } + }, + "system": { + "description": "Ein Eisstrahl schießt aus den Händen des Zauberwirkers. Gegen den Schaden dieses frostigen Zauber ist keine Abwehr zulässig.
\nZudem wird das Ziel magisch eingefroren, bis VE Kampfrunden verstrichen sind oder es Schaden erhält.
", + "equipped": false, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 3, + "complex": "" }, - "system": { - "description": "Ein Eisstrahl schießt aus den Händen des Zauberwirkers. Gegen den Schaden dieses frostigen Zauber ist keine Abwehr zulässig.
\nZudem wird das Ziel magisch eingefroren, bis VE Kampfrunden verstrichen sind oder es Schaden erhält.
", - "equipped": false, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 3, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": true, - "fire": false, - "healing": 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": "10r", - "minimumLevels": { - "healer": null, - "wizard": 12, - "sorcerer": 16 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": true, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE x 10", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_key": "!actors.items!oVKL6zJ2kYMmBuYx.wRp2U7ZSNdZndBmq" + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": 12, + "sorcerer": 16 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.wRp2U7ZSNdZndBmq" } diff --git a/packs/creatures/GEI___AU_als_Bonus_auf_St_rke_und_H_rte_xw1OyyTdDwkNe2jC.json b/packs/creatures/GEI___AU_als_Bonus_auf_St_rke_und_H_rte_xw1OyyTdDwkNe2jC.json index 26ef579e..2077d6de 100644 --- a/packs/creatures/GEI___AU_als_Bonus_auf_St_rke_und_H_rte_xw1OyyTdDwkNe2jC.json +++ b/packs/creatures/GEI___AU_als_Bonus_auf_St_rke_und_H_rte_xw1OyyTdDwkNe2jC.json @@ -1,36 +1,36 @@ { - "_id": "xw1OyyTdDwkNe2jC", - "changes": [ - { - "key": "system.traits.strength.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - }, - { - "key": "system.traits.constitution.total", - "mode": 2, - "value": "@system.attributes.mind.total + @system.traits.aura.total", - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null + "_id": "xw1OyyTdDwkNe2jC", + "changes": [ + { + "key": "system.traits.strength.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null }, - "icon": "icons/svg/aura.svg", - "transfer": true, - "flags": {}, - "tint": null, - "origin": null, - "name": "GEI + AU als Bonus auf Stärke und Härte", - "description": "", - "statuses": [], - "_key": "!actors.items.effects!oVKL6zJ2kYMmBuYx.L6i191M3m9QXN9aJ.xw1OyyTdDwkNe2jC" + { + "key": "system.traits.constitution.total", + "mode": 2, + "value": "@system.attributes.mind.total + @system.traits.aura.total", + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "transfer": true, + "flags": {}, + "tint": null, + "origin": null, + "name": "GEI + AU als Bonus auf Stärke und Härte", + "description": "", + "statuses": [], + "_key": "!actors.items.effects!oVKL6zJ2kYMmBuYx.L6i191M3m9QXN9aJ.xw1OyyTdDwkNe2jC" } diff --git a/packs/creatures/Gargyl_GnW2ELzTtLoJmUQ1.json b/packs/creatures/Gargyl_GnW2ELzTtLoJmUQ1.json index a41c97fd..bf0af402 100644 --- a/packs/creatures/Gargyl_GnW2ELzTtLoJmUQ1.json +++ b/packs/creatures/Gargyl_GnW2ELzTtLoJmUQ1.json @@ -1,176 +1,176 @@ { - "_id": "GnW2ELzTtLoJmUQ1", - "name": "Gargyl", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/gargoyle-gray.png", - "items": [ - "XGrSqryhxGUlUJkC", - "e28wsq9gdMv8u94N", - "ur7rgX6JTOwscpm5", - "XSowCGPLnuUUt0gb", - "IEf4b9ukDhSecShW", - "7x3a6bQcUXDNNjfx", - "ILpCHZ6o5GV4NakU", - "iZL3YxmtOHvZvYgW", - "FydhkYVuUuHNXzxS" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "GnW2ELzTtLoJmUQ1", + "name": "Gargyl", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/gargoyle-gray.png", + "items": [ + "XGrSqryhxGUlUJkC", + "e28wsq9gdMv8u94N", + "ur7rgX6JTOwscpm5", + "XSowCGPLnuUUt0gb", + "IEf4b9ukDhSecShW", + "7x3a6bQcUXDNNjfx", + "ILpCHZ6o5GV4NakU", + "iZL3YxmtOHvZvYgW", + "FydhkYVuUuHNXzxS" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 7, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 2, + "mod": 0 + }, + "agility": { + "base": 1, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 1, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -9, + "value": 10 + }, + "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:8)", + "foeFactor": 6, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 91, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 7, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 2, - "mod": 0 - }, - "agility": { - "base": 1, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 1, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -9, - "value": 10 - }, - "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:8)", - "foeFactor": 6, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 91, - "description": "" - } + "name": "Gargyl", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Gargyl", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/gargoyle*.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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346440, - "modifiedTime": 1688934880928, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/gargoyle*.png", + "scaleX": 0.7, + "scaleY": 0.7, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!GnW2ELzTtLoJmUQ1" + "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": 1668995346440, + "modifiedTime": 1688934880928, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!GnW2ELzTtLoJmUQ1" } diff --git a/packs/creatures/Gasgestalt_3ybAKe4uHnD5q5zD.json b/packs/creatures/Gasgestalt_3ybAKe4uHnD5q5zD.json index 12205e73..506b8408 100644 --- a/packs/creatures/Gasgestalt_3ybAKe4uHnD5q5zD.json +++ b/packs/creatures/Gasgestalt_3ybAKe4uHnD5q5zD.json @@ -1,73 +1,73 @@ { - "_id": "3ybAKe4uHnD5q5zD", - "name": "Gasgestalt", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/steam.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.tZJoj1PGrRGe9eMV" - } + "_id": "3ybAKe4uHnD5q5zD", + "name": "Gasgestalt", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/steam.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.tZJoj1PGrRGe9eMV" + } + }, + "system": { + "description": "Das Ziel – samt seiner getragenen Ausrüstung – wird gasförmig und kann durch jede noch so kleine Öffnung gleiten. Das Ziel kann jederzeit die Wirkung des Zaubers als freie Aktion beenden. In Gasform wird der Laufen-Wert vervierfacht, der Charakter kann seine Umgebung weiterhin wahrnehmen. In Gastgestalt ist es allerdings nicht möglich, zu zaubern, zu sprechen, anzugreifen oder in andere Wesen einzudringen.
", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" }, - "system": { - "description": "Das Ziel – samt seiner getragenen Ausrüstung – wird gasförmig und kann durch jede noch so kleine Öffnung gleiten. Das Ziel kann jederzeit die Wirkung des Zaubers als freie Aktion beenden. In Gasform wird der Laufen-Wert vervierfacht, der Charakter kann seine Umgebung weiterhin wahrnehmen. In Gastgestalt ist es allerdings nicht möglich, zu zaubern, zu sprechen, anzugreifen oder in andere Wesen einzudringen.
", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": true, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": true, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Prb. x 5", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 15, - "sorcerer": 18 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": true, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": true, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "Berühren", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_key": "!actors.items!oVKL6zJ2kYMmBuYx.3ybAKe4uHnD5q5zD" + "duration": { + "value": "Prb. x 5", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 15, + "sorcerer": 18 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.3ybAKe4uHnD5q5zD" } diff --git a/packs/creatures/Gedankenzehrerstrahl_3sJtgHHEkOmTNLEL.json b/packs/creatures/Gedankenzehrerstrahl_3sJtgHHEkOmTNLEL.json index 19195d2d..ad56032b 100644 --- a/packs/creatures/Gedankenzehrerstrahl_3sJtgHHEkOmTNLEL.json +++ b/packs/creatures/Gedankenzehrerstrahl_3sJtgHHEkOmTNLEL.json @@ -1,69 +1,69 @@ { - "_id": "3sJtgHHEkOmTNLEL", - "name": "Gedankenzehrerstrahl", - "type": "spell", - "sort": 400000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "Nicht sichtbar; verursacht mental Schaden und führt zu Werteverlust
", - "equipped": true, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": true, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "", - "unit": "custom" - }, - "cooldownDuration": "0r", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": null - } + "_id": "3sJtgHHEkOmTNLEL", + "name": "Gedankenzehrerstrahl", + "type": "spell", + "sort": 400000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "Nicht sichtbar; verursacht mental Schaden und führt zu Werteverlust
", + "equipped": true, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" }, - "ownership": { - "default": 0 + "allowsDefense": true, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": true, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "maxDistance": { + "value": "", + "unit": "meter" }, - "_key": "!actors.items!dFL9UUXHq9heme4T.3sJtgHHEkOmTNLEL" + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "", + "unit": "custom" + }, + "cooldownDuration": "0r", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dFL9UUXHq9heme4T.3sJtgHHEkOmTNLEL" } diff --git a/packs/creatures/Geh_lz_23MVIoRbK0X5AudH.json b/packs/creatures/Geh_lz_23MVIoRbK0X5AudH.json index b8beb26a..3a91a00e 100644 --- a/packs/creatures/Geh_lz_23MVIoRbK0X5AudH.json +++ b/packs/creatures/Geh_lz_23MVIoRbK0X5AudH.json @@ -1,33 +1,33 @@ { - "_id": "23MVIoRbK0X5AudH", - "name": "Gehölz", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 1, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!XxrCtx56f0njVodK.23MVIoRbK0X5AudH" + "_id": "23MVIoRbK0X5AudH", + "name": "Gehölz", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 1, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!XxrCtx56f0njVodK.23MVIoRbK0X5AudH" } diff --git a/packs/creatures/Gehorche_BkokuzUTP9U6LtBp.json b/packs/creatures/Gehorche_BkokuzUTP9U6LtBp.json index 2748156c..453db9da 100644 --- a/packs/creatures/Gehorche_BkokuzUTP9U6LtBp.json +++ b/packs/creatures/Gehorche_BkokuzUTP9U6LtBp.json @@ -1,73 +1,73 @@ { - "_id": "BkokuzUTP9U6LtBp", - "name": "Gehorche", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", - "effects": [], - "folder": null, - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.wZYElRaDmhqgzUvQ" - } + "_id": "BkokuzUTP9U6LtBp", + "name": "Gehorche", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", + "effects": [], + "folder": null, + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.wZYElRaDmhqgzUvQ" + } + }, + "system": { + "description": "Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.
", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+VE)/2 des Ziels" }, - "system": { - "description": "Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.
", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+VE)/2 des Ziels" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": true, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 12, - "sorcerer": 10 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": true, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE x 2", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_key": "!actors.items!8E7Mm0LsiqFm6syY.BkokuzUTP9U6LtBp" + "duration": { + "value": "VE / 2", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 12, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.BkokuzUTP9U6LtBp" } diff --git a/packs/creatures/Gehorche_tYncs86pwaeg5XAl.json b/packs/creatures/Gehorche_tYncs86pwaeg5XAl.json index 8106938d..386eb446 100644 --- a/packs/creatures/Gehorche_tYncs86pwaeg5XAl.json +++ b/packs/creatures/Gehorche_tYncs86pwaeg5XAl.json @@ -1,73 +1,73 @@ { - "_id": "tYncs86pwaeg5XAl", - "name": "Gehorche", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.wZYElRaDmhqgzUvQ" - } + "_id": "tYncs86pwaeg5XAl", + "name": "Gehorche", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/delapouite/convince.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.wZYElRaDmhqgzUvQ" + } + }, + "system": { + "description": "Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.
", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+VE)/2 des Ziels" }, - "system": { - "description": "Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.
", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+VE)/2 des Ziels" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": true, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "rounds" - }, - "cooldownDuration": "1d", - "minimumLevels": { - "healer": null, - "wizard": 12, - "sorcerer": 10 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": true, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE x 2", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_key": "!actors.items!oVKL6zJ2kYMmBuYx.tYncs86pwaeg5XAl" + "duration": { + "value": "VE / 2", + "unit": "rounds" + }, + "cooldownDuration": "1d", + "minimumLevels": { + "healer": null, + "wizard": 12, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.tYncs86pwaeg5XAl" } diff --git a/packs/creatures/Geist_cE5kI3uqXWQrCaI5.json b/packs/creatures/Geist_cE5kI3uqXWQrCaI5.json index e9d29079..69f0efaf 100644 --- a/packs/creatures/Geist_cE5kI3uqXWQrCaI5.json +++ b/packs/creatures/Geist_cE5kI3uqXWQrCaI5.json @@ -1,178 +1,178 @@ { - "_id": "cE5kI3uqXWQrCaI5", - "name": "Geist", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/ghost-1.png", - "items": [ - "EGknWGHQszJHJHnV", - "FR4dQPwgDCH9Ruox", - "U95WXWQaKfIPiJZK", - "QkZT7930qdhuLFxw", - "I31y8QW6HoMJn5Ar", - "2VOjRedLceEPleW7", - "2NixNLo8G3DqU3pt", - "DNSCPQ1kOSiiyvOK", - "jP3c9iA0GT4gwt3c", - "02uWHUcM8MBPKqb6", - "YZgaOumzBst1OTtb" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "cE5kI3uqXWQrCaI5", + "name": "Geist", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/ghost-1.png", + "items": [ + "EGknWGHQszJHJHnV", + "FR4dQPwgDCH9Ruox", + "U95WXWQaKfIPiJZK", + "QkZT7930qdhuLFxw", + "I31y8QW6HoMJn5Ar", + "2VOjRedLceEPleW7", + "2NixNLo8G3DqU3pt", + "DNSCPQ1kOSiiyvOK", + "jP3c9iA0GT4gwt3c", + "02uWHUcM8MBPKqb6", + "YZgaOumzBst1OTtb" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 1, + "mod": 0 + }, + "mobility": { + "base": 11, + "mod": 0 + }, + "mind": { + "base": 10, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 0, + "mod": 0 + }, + "constitution": { + "base": 0, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 3, + "mod": 0 + }, + "aura": { + "base": 6, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 27 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 8 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 17, + "creatureType": "undead", + "sizeCategory": "normal", + "experiencePoints": 245, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 1, - "mod": 0 - }, - "mobility": { - "base": 11, - "mod": 0 - }, - "mind": { - "base": 10, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 0, - "mod": 0 - }, - "constitution": { - "base": 0, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 3, - "mod": 0 - }, - "aura": { - "base": 6, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 27 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 8 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 17, - "creatureType": "undead", - "sizeCategory": "normal", - "experiencePoints": 245, - "description": "" - } + "name": "Geist", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Geist", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/ghost*.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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346804, - "modifiedTime": 1688934881264, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/ghost*.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!cE5kI3uqXWQrCaI5" + "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": 1668995346804, + "modifiedTime": 1688934881264, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!cE5kI3uqXWQrCaI5" } diff --git a/packs/creatures/Geisterklaue_0tHp37tNXFa9akK0.json b/packs/creatures/Geisterklaue_0tHp37tNXFa9akK0.json index d9f74989..dcbecae9 100644 --- a/packs/creatures/Geisterklaue_0tHp37tNXFa9akK0.json +++ b/packs/creatures/Geisterklaue_0tHp37tNXFa9akK0.json @@ -1,33 +1,33 @@ { - "_id": "0tHp37tNXFa9akK0", - "name": "Geisterklaue", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!6KmAeL9lVxWXIeU6.0tHp37tNXFa9akK0" + "_id": "0tHp37tNXFa9akK0", + "name": "Geisterklaue", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.0tHp37tNXFa9akK0" } diff --git a/packs/creatures/Geisterklaue_EGknWGHQszJHJHnV.json b/packs/creatures/Geisterklaue_EGknWGHQszJHJHnV.json index f12379db..74770166 100644 --- a/packs/creatures/Geisterklaue_EGknWGHQszJHJHnV.json +++ b/packs/creatures/Geisterklaue_EGknWGHQszJHJHnV.json @@ -1,33 +1,33 @@ { - "_id": "EGknWGHQszJHJHnV", - "name": "Geisterklaue", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!cE5kI3uqXWQrCaI5.EGknWGHQszJHJHnV" + "_id": "EGknWGHQszJHJHnV", + "name": "Geisterklaue", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.EGknWGHQszJHJHnV" } diff --git a/packs/creatures/Geisterklaue_yFI8eLZ0z1PSjGYH.json b/packs/creatures/Geisterklaue_yFI8eLZ0z1PSjGYH.json index 51a38147..2a5a2d03 100644 --- a/packs/creatures/Geisterklaue_yFI8eLZ0z1PSjGYH.json +++ b/packs/creatures/Geisterklaue_yFI8eLZ0z1PSjGYH.json @@ -1,33 +1,33 @@ { - "_id": "yFI8eLZ0z1PSjGYH", - "name": "Geisterklaue", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!T9YRYe0vnR4Qg4UM.yFI8eLZ0z1PSjGYH" + "_id": "yFI8eLZ0z1PSjGYH", + "name": "Geisterklaue", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.yFI8eLZ0z1PSjGYH" } diff --git a/packs/creatures/Geistesimmun_2Da0MbWQ8gy1WXBI.json b/packs/creatures/Geistesimmun_2Da0MbWQ8gy1WXBI.json index b97db73e..b6a32c1a 100644 --- a/packs/creatures/Geistesimmun_2Da0MbWQ8gy1WXBI.json +++ b/packs/creatures/Geistesimmun_2Da0MbWQ8gy1WXBI.json @@ -1,30 +1,30 @@ { - "_id": "2Da0MbWQ8gy1WXBI", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!ZZEBR9R04TlNXU5q.2Da0MbWQ8gy1WXBI" + "_id": "2Da0MbWQ8gy1WXBI", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ZZEBR9R04TlNXU5q.2Da0MbWQ8gy1WXBI" } diff --git a/packs/creatures/Geistesimmun_2VOjRedLceEPleW7.json b/packs/creatures/Geistesimmun_2VOjRedLceEPleW7.json index 5d1e786f..570d8148 100644 --- a/packs/creatures/Geistesimmun_2VOjRedLceEPleW7.json +++ b/packs/creatures/Geistesimmun_2VOjRedLceEPleW7.json @@ -1,30 +1,30 @@ { - "_id": "2VOjRedLceEPleW7", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!cE5kI3uqXWQrCaI5.2VOjRedLceEPleW7" + "_id": "2VOjRedLceEPleW7", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.2VOjRedLceEPleW7" } diff --git a/packs/creatures/Geistesimmun_3YSmdA5G9MS2g4Dn.json b/packs/creatures/Geistesimmun_3YSmdA5G9MS2g4Dn.json index 189522f1..775469e7 100644 --- a/packs/creatures/Geistesimmun_3YSmdA5G9MS2g4Dn.json +++ b/packs/creatures/Geistesimmun_3YSmdA5G9MS2g4Dn.json @@ -1,30 +1,30 @@ { - "_id": "3YSmdA5G9MS2g4Dn", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!XxrCtx56f0njVodK.3YSmdA5G9MS2g4Dn" + "_id": "3YSmdA5G9MS2g4Dn", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!XxrCtx56f0njVodK.3YSmdA5G9MS2g4Dn" } diff --git a/packs/creatures/Geistesimmun_7x3a6bQcUXDNNjfx.json b/packs/creatures/Geistesimmun_7x3a6bQcUXDNNjfx.json index 4e2f91d3..21c89de5 100644 --- a/packs/creatures/Geistesimmun_7x3a6bQcUXDNNjfx.json +++ b/packs/creatures/Geistesimmun_7x3a6bQcUXDNNjfx.json @@ -1,30 +1,30 @@ { - "_id": "7x3a6bQcUXDNNjfx", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GnW2ELzTtLoJmUQ1.7x3a6bQcUXDNNjfx" + "_id": "7x3a6bQcUXDNNjfx", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.7x3a6bQcUXDNNjfx" } diff --git a/packs/creatures/Geistesimmun_F3UjrYhsbCLoyFm3.json b/packs/creatures/Geistesimmun_F3UjrYhsbCLoyFm3.json index 6413a5b0..86668446 100644 --- a/packs/creatures/Geistesimmun_F3UjrYhsbCLoyFm3.json +++ b/packs/creatures/Geistesimmun_F3UjrYhsbCLoyFm3.json @@ -1,30 +1,30 @@ { - "_id": "F3UjrYhsbCLoyFm3", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!P3mlpN2JrbnDtLwJ.F3UjrYhsbCLoyFm3" + "_id": "F3UjrYhsbCLoyFm3", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!P3mlpN2JrbnDtLwJ.F3UjrYhsbCLoyFm3" } diff --git a/packs/creatures/Geistesimmun_HT4yv3mKyIcwaLKr.json b/packs/creatures/Geistesimmun_HT4yv3mKyIcwaLKr.json index d78f95bb..06ee92c5 100644 --- a/packs/creatures/Geistesimmun_HT4yv3mKyIcwaLKr.json +++ b/packs/creatures/Geistesimmun_HT4yv3mKyIcwaLKr.json @@ -1,30 +1,30 @@ { - "_id": "HT4yv3mKyIcwaLKr", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!rLUCyWfSBebB8cSC.HT4yv3mKyIcwaLKr" + "_id": "HT4yv3mKyIcwaLKr", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rLUCyWfSBebB8cSC.HT4yv3mKyIcwaLKr" } diff --git a/packs/creatures/Geistesimmun_LAAz2aBZoHatDHqJ.json b/packs/creatures/Geistesimmun_LAAz2aBZoHatDHqJ.json index 6e58757b..fadcf909 100644 --- a/packs/creatures/Geistesimmun_LAAz2aBZoHatDHqJ.json +++ b/packs/creatures/Geistesimmun_LAAz2aBZoHatDHqJ.json @@ -1,30 +1,30 @@ { - "_id": "LAAz2aBZoHatDHqJ", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!T9YRYe0vnR4Qg4UM.LAAz2aBZoHatDHqJ" + "_id": "LAAz2aBZoHatDHqJ", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.LAAz2aBZoHatDHqJ" } diff --git a/packs/creatures/Geistesimmun_QTbksMwiH60vH9lT.json b/packs/creatures/Geistesimmun_QTbksMwiH60vH9lT.json index 4e711808..5eee6722 100644 --- a/packs/creatures/Geistesimmun_QTbksMwiH60vH9lT.json +++ b/packs/creatures/Geistesimmun_QTbksMwiH60vH9lT.json @@ -1,30 +1,30 @@ { - "_id": "QTbksMwiH60vH9lT", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!yisaQaEFqduLmAJe.QTbksMwiH60vH9lT" + "_id": "QTbksMwiH60vH9lT", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!yisaQaEFqduLmAJe.QTbksMwiH60vH9lT" } diff --git a/packs/creatures/Geistesimmun_SoGfBCWyVZsQGBLk.json b/packs/creatures/Geistesimmun_SoGfBCWyVZsQGBLk.json index ecfa06a0..f5ee4d2d 100644 --- a/packs/creatures/Geistesimmun_SoGfBCWyVZsQGBLk.json +++ b/packs/creatures/Geistesimmun_SoGfBCWyVZsQGBLk.json @@ -1,30 +1,30 @@ { - "_id": "SoGfBCWyVZsQGBLk", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!s7yuHMW75JDcFQYB.SoGfBCWyVZsQGBLk" + "_id": "SoGfBCWyVZsQGBLk", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s7yuHMW75JDcFQYB.SoGfBCWyVZsQGBLk" } diff --git a/packs/creatures/Geistesimmun_eSMM4Zq5UPWN31iB.json b/packs/creatures/Geistesimmun_eSMM4Zq5UPWN31iB.json index e317dc1b..651fa04e 100644 --- a/packs/creatures/Geistesimmun_eSMM4Zq5UPWN31iB.json +++ b/packs/creatures/Geistesimmun_eSMM4Zq5UPWN31iB.json @@ -1,30 +1,30 @@ { - "_id": "eSMM4Zq5UPWN31iB", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 600000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!6KmAeL9lVxWXIeU6.eSMM4Zq5UPWN31iB" + "_id": "eSMM4Zq5UPWN31iB", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 600000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.eSMM4Zq5UPWN31iB" } diff --git a/packs/creatures/Geistesimmun_jmoVrv9FCX28B4PJ.json b/packs/creatures/Geistesimmun_jmoVrv9FCX28B4PJ.json index bb26c323..9725eb0c 100644 --- a/packs/creatures/Geistesimmun_jmoVrv9FCX28B4PJ.json +++ b/packs/creatures/Geistesimmun_jmoVrv9FCX28B4PJ.json @@ -1,30 +1,30 @@ { - "_id": "jmoVrv9FCX28B4PJ", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!Rvu16XzEjizdqNsu.jmoVrv9FCX28B4PJ" + "_id": "jmoVrv9FCX28B4PJ", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Rvu16XzEjizdqNsu.jmoVrv9FCX28B4PJ" } diff --git a/packs/creatures/Geistesimmun_sNIMYcSm0y83hby7.json b/packs/creatures/Geistesimmun_sNIMYcSm0y83hby7.json index b616a8ab..026a1f84 100644 --- a/packs/creatures/Geistesimmun_sNIMYcSm0y83hby7.json +++ b/packs/creatures/Geistesimmun_sNIMYcSm0y83hby7.json @@ -1,30 +1,30 @@ { - "_id": "sNIMYcSm0y83hby7", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!oVKL6zJ2kYMmBuYx.sNIMYcSm0y83hby7" + "_id": "sNIMYcSm0y83hby7", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.sNIMYcSm0y83hby7" } diff --git a/packs/creatures/Geistesimmun_ywm8DSneqBXy2Pk9.json b/packs/creatures/Geistesimmun_ywm8DSneqBXy2Pk9.json index 8d57f77e..a42252d5 100644 --- a/packs/creatures/Geistesimmun_ywm8DSneqBXy2Pk9.json +++ b/packs/creatures/Geistesimmun_ywm8DSneqBXy2Pk9.json @@ -1,30 +1,30 @@ { - "_id": "ywm8DSneqBXy2Pk9", - "name": "Geistesimmun", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", - "effects": [], - "folder": null, - "system": { - "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!SQv63FQBjA5jW5xv.ywm8DSneqBXy2Pk9" + "_id": "ywm8DSneqBXy2Pk9", + "name": "Geistesimmun", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.ziB3j0RSbWMtq1LX" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/mind-immunity.png", + "effects": [], + "folder": null, + "system": { + "description": "Immun gegen geistesbeeinflussende Effekte (Bezauberungen, Einschläferung, Hypnose usw.) und Zauber der Kategorie Geistesbeeinflussend.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!SQv63FQBjA5jW5xv.ywm8DSneqBXy2Pk9" } diff --git a/packs/creatures/Geworfener_Fels_SUbNCeLDrM29kOjI.json b/packs/creatures/Geworfener_Fels_SUbNCeLDrM29kOjI.json index f718496e..63d6c545 100644 --- a/packs/creatures/Geworfener_Fels_SUbNCeLDrM29kOjI.json +++ b/packs/creatures/Geworfener_Fels_SUbNCeLDrM29kOjI.json @@ -1,33 +1,33 @@ { - "_id": "SUbNCeLDrM29kOjI", - "name": "Geworfener Fels", - "type": "weapon", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "ranged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!EItxqEiDUOmJdy4n.SUbNCeLDrM29kOjI" + "_id": "SUbNCeLDrM29kOjI", + "name": "Geworfener Fels", + "type": "weapon", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "ranged", + "weaponBonus": 4, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!EItxqEiDUOmJdy4n.SUbNCeLDrM29kOjI" } diff --git a/packs/creatures/Geworfener_Fels_p8OAUiSFSEBq94mf.json b/packs/creatures/Geworfener_Fels_p8OAUiSFSEBq94mf.json index f045fe21..73c30742 100644 --- a/packs/creatures/Geworfener_Fels_p8OAUiSFSEBq94mf.json +++ b/packs/creatures/Geworfener_Fels_p8OAUiSFSEBq94mf.json @@ -1,33 +1,33 @@ { - "_id": "p8OAUiSFSEBq94mf", - "name": "Geworfener Fels", - "type": "weapon", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "ranged", - "weaponBonus": 4, - "opponentDefense": -4 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!rULL0cHbyACJsHDC.p8OAUiSFSEBq94mf" + "_id": "p8OAUiSFSEBq94mf", + "name": "Geworfener Fels", + "type": "weapon", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "ranged", + "weaponBonus": 4, + "opponentDefense": -4 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!rULL0cHbyACJsHDC.p8OAUiSFSEBq94mf" } diff --git a/packs/creatures/Gift__1__RX89OLfp965CuRDs.json b/packs/creatures/Gift__1__RX89OLfp965CuRDs.json index b2df78ad..cfa59c81 100644 --- a/packs/creatures/Gift__1__RX89OLfp965CuRDs.json +++ b/packs/creatures/Gift__1__RX89OLfp965CuRDs.json @@ -1,30 +1,30 @@ { - "_id": "RX89OLfp965CuRDs", - "name": "Gift (1)", - "type": "specialCreatureAbility", - "sort": 300000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.TY1ZV1YsyaFtfX7U" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", - "effects": [], - "folder": null, - "system": { - "description": "Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 1 nicht abwehrbaren Schadenspunkt pro Runde.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!wBgO5Hc4oHKfRN6f.RX89OLfp965CuRDs" + "_id": "RX89OLfp965CuRDs", + "name": "Gift (1)", + "type": "specialCreatureAbility", + "sort": 300000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.TY1ZV1YsyaFtfX7U" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/poison.png", + "effects": [], + "folder": null, + "system": { + "description": "Wird Schaden verursacht, würfelt das Ziel eine „Gift trotzen“-Probe, ansonsten erhält es W20 Kampfrunden lang 1 nicht abwehrbaren Schadenspunkt pro Runde.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wBgO5Hc4oHKfRN6f.RX89OLfp965CuRDs" } diff --git a/packs/creatures/Giftgas_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Giftgas_Odem_yjkoipelFXEzcy1x.json index 82c871cc..453f9210 100644 --- a/packs/creatures/Giftgas_Odem_yjkoipelFXEzcy1x.json +++ b/packs/creatures/Giftgas_Odem_yjkoipelFXEzcy1x.json @@ -1,30 +1,30 @@ { - "_id": "yjkoipelFXEzcy1x", - "name": "Giftgas-Odem", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", - "effects": [], - "folder": null, - "system": { - "description": "Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!vsIywRHMnJM7u4ts.yjkoipelFXEzcy1x" + "_id": "yjkoipelFXEzcy1x", + "name": "Giftgas-Odem", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", + "effects": [], + "folder": null, + "system": { + "description": "Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!vsIywRHMnJM7u4ts.yjkoipelFXEzcy1x" } diff --git a/packs/creatures/Goblin_vXmTcBUKZkB2UBD7.json b/packs/creatures/Goblin_vXmTcBUKZkB2UBD7.json index 4d1c186c..ebc84820 100644 --- a/packs/creatures/Goblin_vXmTcBUKZkB2UBD7.json +++ b/packs/creatures/Goblin_vXmTcBUKZkB2UBD7.json @@ -1,166 +1,166 @@ { - "_id": "vXmTcBUKZkB2UBD7", - "name": "Goblin", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/goblin-knife.png", - "items": ["joNh3JSsqfqXk4lU", "ftCrAdxpJlnc85aU", "G6OoqVDTk9jwOU7r", "uHVUAMh8QgcoNDno", "yW9EtSEtM40owDQt"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "vXmTcBUKZkB2UBD7", + "name": "Goblin", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/goblin-knife.png", + "items": ["joNh3JSsqfqXk4lU", "ftCrAdxpJlnc85aU", "G6OoqVDTk9jwOU7r", "uHVUAMh8QgcoNDno", "yW9EtSEtM40owDQt"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 5, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 3, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 1, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -8, + "value": 8 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW 1B:10", + "foeFactor": 1, + "creatureType": "humanoid", + "sizeCategory": "small", + "experiencePoints": 42, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 5, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 3, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 1, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -8, - "value": 8 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW 1B:10", - "foeFactor": 1, - "creatureType": "humanoid", - "sizeCategory": "small", - "experiencePoints": 42, - "description": "" - } + "name": "Goblin", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Goblin", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/goblin*.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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347151, - "modifiedTime": 1688934881508, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/goblin*.png", + "scaleX": 0.7, + "scaleY": 0.7, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!vXmTcBUKZkB2UBD7" + "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": 1668995347151, + "modifiedTime": 1688934881508, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!vXmTcBUKZkB2UBD7" } diff --git a/packs/creatures/Golem__Eisen__dnX0uQXQCEnGs7dM.json b/packs/creatures/Golem__Eisen__dnX0uQXQCEnGs7dM.json index eb2500cc..55a2c780 100644 --- a/packs/creatures/Golem__Eisen__dnX0uQXQCEnGs7dM.json +++ b/packs/creatures/Golem__Eisen__dnX0uQXQCEnGs7dM.json @@ -1,174 +1,174 @@ { - "_id": "dnX0uQXQCEnGs7dM", - "name": "Golem, Eisen-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "KzEfCqb54s8Ju7x1", - "HjZd5t1xvRNoHZdX", - "clWF2wt2WK7eWuxW", - "lB0BTGi2Qp2IpbTp", - "QTbksMwiH60vH9lT", - "7HsvjAKlmOXSvm6e", - "y8yRArJSJhHTdPXU" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "dnX0uQXQCEnGs7dM", + "name": "Golem, Eisen-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "KzEfCqb54s8Ju7x1", + "HjZd5t1xvRNoHZdX", + "clWF2wt2WK7eWuxW", + "lB0BTGi2Qp2IpbTp", + "QTbksMwiH60vH9lT", + "7HsvjAKlmOXSvm6e", + "y8yRArJSJhHTdPXU" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 20, + "mod": 0 + }, + "mobility": { + "base": 5, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 6, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 36, + "value": 72 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 27, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 173, + "description": "Herstellung: 3750 GM + Rüstungsschmied
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 20, - "mod": 0 - }, - "mobility": { - "base": 5, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 6, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 36, - "value": 72 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 27, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 173, - "description": "Herstellung: 3750 GM + Rüstungsschmied
" - } + "name": "Golem, Eisen-", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Eisen-", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346836, - "modifiedTime": 1688934881293, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!dnX0uQXQCEnGs7dM" + "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": 1668995346836, + "modifiedTime": 1688934881293, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!dnX0uQXQCEnGs7dM" } diff --git a/packs/creatures/Golem__Knochen__HSgR2FXUmsT2zfIc.json b/packs/creatures/Golem__Knochen__HSgR2FXUmsT2zfIc.json index c2821348..7727de87 100644 --- a/packs/creatures/Golem__Knochen__HSgR2FXUmsT2zfIc.json +++ b/packs/creatures/Golem__Knochen__HSgR2FXUmsT2zfIc.json @@ -1,174 +1,174 @@ { - "_id": "HSgR2FXUmsT2zfIc", - "name": "Golem, Knochen-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "KzEfCqb54s8Ju7x1", - "lB0BTGi2Qp2IpbTp", - "QTbksMwiH60vH9lT", - "7HsvjAKlmOXSvm6e", - "y8yRArJSJhHTdPXU", - "43U10Znpq4coew6C", - "Lu7kcH5ekEpY8YDU" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "HSgR2FXUmsT2zfIc", + "name": "Golem, Knochen-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "KzEfCqb54s8Ju7x1", + "lB0BTGi2Qp2IpbTp", + "QTbksMwiH60vH9lT", + "7HsvjAKlmOXSvm6e", + "y8yRArJSJhHTdPXU", + "43U10Znpq4coew6C", + "Lu7kcH5ekEpY8YDU" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 0, + "mod": 0 + }, + "agility": { + "base": 6, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 20, + "value": 40 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 11, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 148, + "description": "Herstellung: 2613 GM + Schreinern
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 0, - "mod": 0 - }, - "agility": { - "base": 6, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 20, - "value": 40 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 11, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 148, - "description": "Herstellung: 2613 GM + Schreinern
" - } + "name": "Golem, Knochen-", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Knochen-", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346447, - "modifiedTime": 1688934880936, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!HSgR2FXUmsT2zfIc" + "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": 1668995346447, + "modifiedTime": 1688934880936, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!HSgR2FXUmsT2zfIc" } diff --git a/packs/creatures/Golem__Kristall__sCBrVIDh2umWr63g.json b/packs/creatures/Golem__Kristall__sCBrVIDh2umWr63g.json index 25648cda..3287b6ca 100644 --- a/packs/creatures/Golem__Kristall__sCBrVIDh2umWr63g.json +++ b/packs/creatures/Golem__Kristall__sCBrVIDh2umWr63g.json @@ -1,174 +1,174 @@ { - "_id": "sCBrVIDh2umWr63g", - "name": "Golem, Kristall-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "KzEfCqb54s8Ju7x1", - "lB0BTGi2Qp2IpbTp", - "QTbksMwiH60vH9lT", - "7HsvjAKlmOXSvm6e", - "y8yRArJSJhHTdPXU", - "mJi3ylBo7yPG5vMw", - "aa8a89EaVy8fjgLn" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "sCBrVIDh2umWr63g", + "name": "Golem, Kristall-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "KzEfCqb54s8Ju7x1", + "lB0BTGi2Qp2IpbTp", + "QTbksMwiH60vH9lT", + "7HsvjAKlmOXSvm6e", + "y8yRArJSJhHTdPXU", + "mJi3ylBo7yPG5vMw", + "aa8a89EaVy8fjgLn" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 8, + "mod": 0 + }, + "mobility": { + "base": 10, + "mod": 0 + }, + "mind": { + "base": 4, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 5, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 21, + "value": 42 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 6 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 10, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 134, + "description": "Herstellung: 2513 GM + Steinmetz
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 8, - "mod": 0 - }, - "mobility": { - "base": 10, - "mod": 0 - }, - "mind": { - "base": 4, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 5, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 21, - "value": 42 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 6 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 10, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 134, - "description": "Herstellung: 2513 GM + Steinmetz
" - } + "name": "Golem, Kristall-", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Kristall-", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347061, - "modifiedTime": 1688934881480, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!sCBrVIDh2umWr63g" + "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": 1668995347061, + "modifiedTime": 1688934881480, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!sCBrVIDh2umWr63g" } diff --git a/packs/creatures/Golem__Lehm__yisaQaEFqduLmAJe.json b/packs/creatures/Golem__Lehm__yisaQaEFqduLmAJe.json index 1ad63556..a208e240 100644 --- a/packs/creatures/Golem__Lehm__yisaQaEFqduLmAJe.json +++ b/packs/creatures/Golem__Lehm__yisaQaEFqduLmAJe.json @@ -1,166 +1,166 @@ { - "_id": "yisaQaEFqduLmAJe", - "name": "Golem, Lehm-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["KzEfCqb54s8Ju7x1", "lB0BTGi2Qp2IpbTp", "QTbksMwiH60vH9lT", "7HsvjAKlmOXSvm6e", "y8yRArJSJhHTdPXU"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "yisaQaEFqduLmAJe", + "name": "Golem, Lehm-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["KzEfCqb54s8Ju7x1", "lB0BTGi2Qp2IpbTp", "QTbksMwiH60vH9lT", "7HsvjAKlmOXSvm6e", "y8yRArJSJhHTdPXU"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 4, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 23, + "value": 46 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 8, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 110, + "description": "Herstellung: 2338 GM + Steinmetz
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 4, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 23, - "value": 46 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 8, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 110, - "description": "Herstellung: 2338 GM + Steinmetz
" - } + "name": "Golem, Lehm-", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Lehm-", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347232, - "modifiedTime": 1688934881574, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!yisaQaEFqduLmAJe" + "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": 1668995347232, + "modifiedTime": 1688934881574, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!yisaQaEFqduLmAJe" } diff --git a/packs/creatures/Golem__Stein__cf8BOIAxMKvuxYYW.json b/packs/creatures/Golem__Stein__cf8BOIAxMKvuxYYW.json index 85069c23..20e625cb 100644 --- a/packs/creatures/Golem__Stein__cf8BOIAxMKvuxYYW.json +++ b/packs/creatures/Golem__Stein__cf8BOIAxMKvuxYYW.json @@ -1,174 +1,174 @@ { - "_id": "cf8BOIAxMKvuxYYW", - "name": "Golem, Stein-", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "KzEfCqb54s8Ju7x1", - "HjZd5t1xvRNoHZdX", - "clWF2wt2WK7eWuxW", - "lB0BTGi2Qp2IpbTp", - "QTbksMwiH60vH9lT", - "7HsvjAKlmOXSvm6e", - "y8yRArJSJhHTdPXU" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "cf8BOIAxMKvuxYYW", + "name": "Golem, Stein-", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "KzEfCqb54s8Ju7x1", + "HjZd5t1xvRNoHZdX", + "clWF2wt2WK7eWuxW", + "lB0BTGi2Qp2IpbTp", + "QTbksMwiH60vH9lT", + "7HsvjAKlmOXSvm6e", + "y8yRArJSJhHTdPXU" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 18, + "mod": 0 + }, + "mobility": { + "base": 4, + "mod": 0 + }, + "mind": { + "base": 4, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 5, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 33, + "value": 66 + }, + "defense": { + "mod": 1 + }, + "initiative": { + "mod": 2 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 23, + "creatureType": "construct", + "sizeCategory": "large", + "experiencePoints": 160, + "description": "Herstellung: 3338 GM + Steinmetz
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 18, - "mod": 0 - }, - "mobility": { - "base": 4, - "mod": 0 - }, - "mind": { - "base": 4, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 5, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 33, - "value": 66 - }, - "defense": { - "mod": 1 - }, - "initiative": { - "mod": 2 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 23, - "creatureType": "construct", - "sizeCategory": "large", - "experiencePoints": 160, - "description": "Herstellung: 3338 GM + Steinmetz
" - } + "name": "Golem, Stein-", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Golem, Stein-", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346809, - "modifiedTime": 1688934881270, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!cf8BOIAxMKvuxYYW" + "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": 1668995346809, + "modifiedTime": 1688934881270, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!cf8BOIAxMKvuxYYW" } diff --git a/packs/creatures/Grausamer_Biss_0EPSA2vb34Nilg91.json b/packs/creatures/Grausamer_Biss_0EPSA2vb34Nilg91.json index 94fa471d..45c6d748 100644 --- a/packs/creatures/Grausamer_Biss_0EPSA2vb34Nilg91.json +++ b/packs/creatures/Grausamer_Biss_0EPSA2vb34Nilg91.json @@ -1,33 +1,33 @@ { - "_id": "0EPSA2vb34Nilg91", - "name": "Grausamer Biss", - "type": "weapon", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 4, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!QWC9LW1g4aMUHZNc.0EPSA2vb34Nilg91" + "_id": "0EPSA2vb34Nilg91", + "name": "Grausamer Biss", + "type": "weapon", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 4, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QWC9LW1g4aMUHZNc.0EPSA2vb34Nilg91" } diff --git a/packs/creatures/Gro_er_Biss_LddIU7JRhnrzFzgr.json b/packs/creatures/Gro_er_Biss_LddIU7JRhnrzFzgr.json index 818c36df..8c5c238c 100644 --- a/packs/creatures/Gro_er_Biss_LddIU7JRhnrzFzgr.json +++ b/packs/creatures/Gro_er_Biss_LddIU7JRhnrzFzgr.json @@ -1,33 +1,33 @@ { - "_id": "LddIU7JRhnrzFzgr", - "name": "Großer Biss", - "type": "weapon", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!7kXHNCARsD0nZCqr.LddIU7JRhnrzFzgr" + "_id": "LddIU7JRhnrzFzgr", + "name": "Großer Biss", + "type": "weapon", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!7kXHNCARsD0nZCqr.LddIU7JRhnrzFzgr" } diff --git a/packs/creatures/Gro_er_Biss_TEjCLP10Mjf8XqCl.json b/packs/creatures/Gro_er_Biss_TEjCLP10Mjf8XqCl.json index f0eb2038..9329ea52 100644 --- a/packs/creatures/Gro_er_Biss_TEjCLP10Mjf8XqCl.json +++ b/packs/creatures/Gro_er_Biss_TEjCLP10Mjf8XqCl.json @@ -1,33 +1,33 @@ { - "_id": "TEjCLP10Mjf8XqCl", - "name": "Großer Biss", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GMUTgcbmahiwgXSj.TEjCLP10Mjf8XqCl" + "_id": "TEjCLP10Mjf8XqCl", + "name": "Großer Biss", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GMUTgcbmahiwgXSj.TEjCLP10Mjf8XqCl" } diff --git a/packs/creatures/Gro_er_Biss_Z4ZEuB2l0vo2dJcK.json b/packs/creatures/Gro_er_Biss_Z4ZEuB2l0vo2dJcK.json index 6c11e15e..9e71f7b6 100644 --- a/packs/creatures/Gro_er_Biss_Z4ZEuB2l0vo2dJcK.json +++ b/packs/creatures/Gro_er_Biss_Z4ZEuB2l0vo2dJcK.json @@ -1,33 +1,33 @@ { - "_id": "Z4ZEuB2l0vo2dJcK", - "name": "Großer Biss", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!ttzlBKtMWz981WF3.Z4ZEuB2l0vo2dJcK" + "_id": "Z4ZEuB2l0vo2dJcK", + "name": "Großer Biss", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ttzlBKtMWz981WF3.Z4ZEuB2l0vo2dJcK" } diff --git a/packs/creatures/Gro_er_Biss_ndAkzrcRKXbgY9rR.json b/packs/creatures/Gro_er_Biss_ndAkzrcRKXbgY9rR.json index 6be585db..e301248e 100644 --- a/packs/creatures/Gro_er_Biss_ndAkzrcRKXbgY9rR.json +++ b/packs/creatures/Gro_er_Biss_ndAkzrcRKXbgY9rR.json @@ -1,33 +1,33 @@ { - "_id": "ndAkzrcRKXbgY9rR", - "name": "Großer Biss", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!wBgO5Hc4oHKfRN6f.ndAkzrcRKXbgY9rR" + "_id": "ndAkzrcRKXbgY9rR", + "name": "Großer Biss", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wBgO5Hc4oHKfRN6f.ndAkzrcRKXbgY9rR" } diff --git a/packs/creatures/Gro_er_Biss_y5i2zrZBp74DKQrQ.json b/packs/creatures/Gro_er_Biss_y5i2zrZBp74DKQrQ.json index 47fbb9e0..63b862ca 100644 --- a/packs/creatures/Gro_er_Biss_y5i2zrZBp74DKQrQ.json +++ b/packs/creatures/Gro_er_Biss_y5i2zrZBp74DKQrQ.json @@ -1,33 +1,33 @@ { - "_id": "y5i2zrZBp74DKQrQ", - "name": "Großer Biss", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GVLSLNSoMybeWhBP.y5i2zrZBp74DKQrQ" + "_id": "y5i2zrZBp74DKQrQ", + "name": "Großer Biss", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GVLSLNSoMybeWhBP.y5i2zrZBp74DKQrQ" } diff --git a/packs/creatures/Hai_7kXHNCARsD0nZCqr.json b/packs/creatures/Hai_7kXHNCARsD0nZCqr.json index fb0b4198..748c9e75 100644 --- a/packs/creatures/Hai_7kXHNCARsD0nZCqr.json +++ b/packs/creatures/Hai_7kXHNCARsD0nZCqr.json @@ -1,166 +1,166 @@ { - "_id": "7kXHNCARsD0nZCqr", + "_id": "7kXHNCARsD0nZCqr", + "name": "Hai", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["LddIU7JRhnrzFzgr", "4QWPtzkl6EncykP4", "ncn9gc2yJOMhWGhb", "Q5TlvXVEyjer5YIG"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 13, + "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": 13, + "value": 39 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 1A:12)", + "foeFactor": 9, + "creatureType": "animal", + "sizeCategory": "normal", + "experiencePoints": 106, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "name": "Hai", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["LddIU7JRhnrzFzgr", "4QWPtzkl6EncykP4", "ncn9gc2yJOMhWGhb", "Q5TlvXVEyjer5YIG"], - "effects": [], - "folder": null, - "sort": 0, + "displayName": 20, + "actorLink": false, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "alpha": 1, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" + }, + "bar2": { + "attribute": null + }, "flags": {}, - "system": { - "attributes": { - "body": { - "base": 13, - "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": 13, - "value": 39 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 1A:12)", - "foeFactor": 9, - "creatureType": "animal", - "sizeCategory": "normal", - "experiencePoints": 106, - "description": "" - } + "randomImg": false, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "ownership": { - "default": 0 + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "prototypeToken": { - "name": "Hai", - "displayName": 20, - "actorLink": false, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "alpha": 1, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "flags": {}, - "randomImg": false, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "sight": { + "angle": 360, + "enabled": false, + "range": 0, + "brightness": 1, + "visionMode": "basic", + "color": null, + "attenuation": 0.1, + "saturation": 0, + "contrast": 0 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346252, - "modifiedTime": 1688934880738, - "lastModifiedBy": "DS4BuildSystem00" - }, - "_key": "!actors!7kXHNCARsD0nZCqr" + "detectionModes": [], + "appendNumber": false, + "prependAdjective": false + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.19.4", + "coreVersion": "11.305", + "createdTime": 1668995346252, + "modifiedTime": 1688934880738, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!7kXHNCARsD0nZCqr" } diff --git a/packs/creatures/Harpyie_s56U2LeRInrje3xh.json b/packs/creatures/Harpyie_s56U2LeRInrje3xh.json index 709c618a..b96f87e5 100644 --- a/packs/creatures/Harpyie_s56U2LeRInrje3xh.json +++ b/packs/creatures/Harpyie_s56U2LeRInrje3xh.json @@ -1,175 +1,175 @@ { - "_id": "s56U2LeRInrje3xh", - "name": "Harpyie", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/harpy-brown.png", - "items": [ - "lwAvXPfZk0RxGnDi", - "62o19BMYU8dc4Qwa", - "nEwzPUfWSwdHPNIe", - "mgxKRHjfYd8eRdl4", - "iJ5vdPZt9tIyY3g4", - "6L8whKMrzwGWDTCg", - "GZfpSw5mnT7CLpYH", - "VXyznv68DT2Guc0A" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "s56U2LeRInrje3xh", + "name": "Harpyie", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/harpy-brown.png", + "items": [ + "lwAvXPfZk0RxGnDi", + "62o19BMYU8dc4Qwa", + "nEwzPUfWSwdHPNIe", + "mgxKRHjfYd8eRdl4", + "iJ5vdPZt9tIyY3g4", + "6L8whKMrzwGWDTCg", + "GZfpSw5mnT7CLpYH", + "VXyznv68DT2Guc0A" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 8, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 6, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 2, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 1, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 20 + }, + "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:8)", + "foeFactor": 10, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 128, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 8, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 6, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 2, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 1, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 20 - }, - "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:8)", - "foeFactor": 10, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 128, - "description": "" - } + "name": "Harpyie", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Harpyie", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/harpy*.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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347013, - "modifiedTime": 1688934881468, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/harpy*.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!s56U2LeRInrje3xh" + "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": 1668995347013, + "modifiedTime": 1688934881468, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!s56U2LeRInrje3xh" } diff --git a/packs/creatures/Hauer_nUiNfU3pFgeeoRNR.json b/packs/creatures/Hauer_nUiNfU3pFgeeoRNR.json index 3f410f14..e70f3974 100644 --- a/packs/creatures/Hauer_nUiNfU3pFgeeoRNR.json +++ b/packs/creatures/Hauer_nUiNfU3pFgeeoRNR.json @@ -1,33 +1,33 @@ { - "_id": "nUiNfU3pFgeeoRNR", - "name": "Hauer", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GWNFUkgxocfKchIQ.nUiNfU3pFgeeoRNR" + "_id": "nUiNfU3pFgeeoRNR", + "name": "Hauer", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GWNFUkgxocfKchIQ.nUiNfU3pFgeeoRNR" } diff --git a/packs/creatures/Hauer_wQm8AMxYF0NKZhQE.json b/packs/creatures/Hauer_wQm8AMxYF0NKZhQE.json index ce49d66b..4ac58dcb 100644 --- a/packs/creatures/Hauer_wQm8AMxYF0NKZhQE.json +++ b/packs/creatures/Hauer_wQm8AMxYF0NKZhQE.json @@ -1,33 +1,33 @@ { - "_id": "wQm8AMxYF0NKZhQE", - "name": "Hauer", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!FxGhbznQbwd0jRUT.wQm8AMxYF0NKZhQE" + "_id": "wQm8AMxYF0NKZhQE", + "name": "Hauer", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!FxGhbznQbwd0jRUT.wQm8AMxYF0NKZhQE" } diff --git a/packs/creatures/Hobgoblin_C4xijAwQdhRHz0Cs.json b/packs/creatures/Hobgoblin_C4xijAwQdhRHz0Cs.json index 9312c421..12551531 100644 --- a/packs/creatures/Hobgoblin_C4xijAwQdhRHz0Cs.json +++ b/packs/creatures/Hobgoblin_C4xijAwQdhRHz0Cs.json @@ -1,174 +1,174 @@ { - "_id": "C4xijAwQdhRHz0Cs", + "_id": "C4xijAwQdhRHz0Cs", + "name": "Hobgoblin", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/hobgoblin-sword-purple.png", + "items": [ + "wTcga48GOVD8cQV3", + "whLRBkMseej6C3IG", + "n3SYaxRnVV0nTKtq", + "QXzGnyknBZaJqCIc", + "xAd7jo7Ni2KSl16I", + "MSuVIzM2MRDSyujQ", + "lXtH1PL4nnpzMGkI" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 11, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 3, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 24 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW 1B:18", + "foeFactor": 4, + "creatureType": "humanoid", + "sizeCategory": "normal", + "experiencePoints": 71, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "name": "Hobgoblin", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/hobgoblin-sword-purple.png", - "items": [ - "wTcga48GOVD8cQV3", - "whLRBkMseej6C3IG", - "n3SYaxRnVV0nTKtq", - "QXzGnyknBZaJqCIc", - "xAd7jo7Ni2KSl16I", - "MSuVIzM2MRDSyujQ", - "lXtH1PL4nnpzMGkI" - ], - "effects": [], - "folder": null, - "sort": 0, + "displayName": 20, + "actorLink": false, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "alpha": 1, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" + }, + "bar2": { + "attribute": null + }, "flags": {}, - "system": { - "attributes": { - "body": { - "base": 11, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 3, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 24 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW 1B:18", - "foeFactor": 4, - "creatureType": "humanoid", - "sizeCategory": "normal", - "experiencePoints": 71, - "description": "" - } + "randomImg": true, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "ownership": { - "default": 0 + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/hobgoblin-*.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "prototypeToken": { - "name": "Hobgoblin", - "displayName": 20, - "actorLink": false, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "alpha": 1, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "flags": {}, - "randomImg": true, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/hobgoblin-*.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 + "sight": { + "angle": 360, + "enabled": false, + "range": 0, + "brightness": 1, + "visionMode": "basic", + "color": null, + "attenuation": 0.1, + "saturation": 0, + "contrast": 0 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346292, - "modifiedTime": 1688934880793, - "lastModifiedBy": "DS4BuildSystem00" - }, - "_key": "!actors!C4xijAwQdhRHz0Cs" + "detectionModes": [], + "appendNumber": false, + "prependAdjective": false + }, + "_stats": { + "systemId": "ds4", + "systemVersion": "1.19.4", + "coreVersion": "11.305", + "createdTime": 1668995346292, + "modifiedTime": 1688934880793, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!C4xijAwQdhRHz0Cs" } diff --git a/packs/creatures/Hoher_D_mon_LtsbT2DHYKs9Catm.json b/packs/creatures/Hoher_D_mon_LtsbT2DHYKs9Catm.json index db69b7e2..9b5149b1 100644 --- a/packs/creatures/Hoher_D_mon_LtsbT2DHYKs9Catm.json +++ b/packs/creatures/Hoher_D_mon_LtsbT2DHYKs9Catm.json @@ -1,173 +1,173 @@ { - "_id": "LtsbT2DHYKs9Catm", - "name": "Hoher Dämon", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "bXEiQJc7aJmLW1K4", - "N6MfjihlDL9hfse6", - "BDsxMEuEKfjEgFk3", - "AHJhJgRCvw2dKx78", - "DURD01IkVxPAwlxf", - "hvOFruV5fmieLXnk" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "LtsbT2DHYKs9Catm", + "name": "Hoher Dämon", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "bXEiQJc7aJmLW1K4", + "N6MfjihlDL9hfse6", + "BDsxMEuEKfjEgFk3", + "AHJhJgRCvw2dKx78", + "DURD01IkVxPAwlxf", + "hvOFruV5fmieLXnk" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 7, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 6, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 3, + "mod": 0 + }, + "aura": { + "base": 3, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 20 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 4, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 104, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 7, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 6, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 3, - "mod": 0 - }, - "aura": { - "base": 3, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 20 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 4, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 104, - "description": "" - } + "name": "Hoher Dämon", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Hoher Dämon", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346576, - "modifiedTime": 1688934881015, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!LtsbT2DHYKs9Catm" + "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": 1668995346576, + "modifiedTime": 1688934881015, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!LtsbT2DHYKs9Catm" } diff --git a/packs/creatures/Holzschild_n3SYaxRnVV0nTKtq.json b/packs/creatures/Holzschild_n3SYaxRnVV0nTKtq.json index 801ae03b..3bd1c499 100644 --- a/packs/creatures/Holzschild_n3SYaxRnVV0nTKtq.json +++ b/packs/creatures/Holzschild_n3SYaxRnVV0nTKtq.json @@ -1,35 +1,35 @@ { - "_id": "n3SYaxRnVV0nTKtq", - "name": "Holzschild", - "type": "shield", - "img": "icons/equipment/shield/round-wooden-boss-steel-brown.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.J7d2zx4kqKEdMR1j" - } - }, - "system": { - "description": "Zerbricht bei einem Abwehr-Patzer
", - "quantity": 1, - "price": 1, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "armorValue": 1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!C4xijAwQdhRHz0Cs.n3SYaxRnVV0nTKtq" + "_id": "n3SYaxRnVV0nTKtq", + "name": "Holzschild", + "type": "shield", + "img": "icons/equipment/shield/round-wooden-boss-steel-brown.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.J7d2zx4kqKEdMR1j" + } + }, + "system": { + "description": "Zerbricht bei einem Abwehr-Patzer
", + "quantity": 1, + "price": 1, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "armorValue": 1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.n3SYaxRnVV0nTKtq" } diff --git a/packs/creatures/Horn_hZvwSk1wun8Qjlmk.json b/packs/creatures/Horn_hZvwSk1wun8Qjlmk.json index 56f7a16f..58dbb12e 100644 --- a/packs/creatures/Horn_hZvwSk1wun8Qjlmk.json +++ b/packs/creatures/Horn_hZvwSk1wun8Qjlmk.json @@ -1,33 +1,33 @@ { - "_id": "hZvwSk1wun8Qjlmk", - "name": "Horn", - "type": "weapon", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!95N3CQpgVqg4zz0k.hZvwSk1wun8Qjlmk" + "_id": "hZvwSk1wun8Qjlmk", + "name": "Horn", + "type": "weapon", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!95N3CQpgVqg4zz0k.hZvwSk1wun8Qjlmk" } diff --git a/packs/creatures/Huf_7rFkQfTzgSOYmhNP.json b/packs/creatures/Huf_7rFkQfTzgSOYmhNP.json index 6dd76d10..7176ff85 100644 --- a/packs/creatures/Huf_7rFkQfTzgSOYmhNP.json +++ b/packs/creatures/Huf_7rFkQfTzgSOYmhNP.json @@ -1,33 +1,33 @@ { - "_id": "7rFkQfTzgSOYmhNP", - "name": "Huf", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!6YqxYCWfWVm6c8qM.7rFkQfTzgSOYmhNP" + "_id": "7rFkQfTzgSOYmhNP", + "name": "Huf", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6YqxYCWfWVm6c8qM.7rFkQfTzgSOYmhNP" } diff --git a/packs/creatures/Huf_CES4HTOhBcNY0c6G.json b/packs/creatures/Huf_CES4HTOhBcNY0c6G.json index a97e39c6..c2bc89b0 100644 --- a/packs/creatures/Huf_CES4HTOhBcNY0c6G.json +++ b/packs/creatures/Huf_CES4HTOhBcNY0c6G.json @@ -1,33 +1,33 @@ { - "_id": "CES4HTOhBcNY0c6G", - "name": "Huf", - "type": "weapon", - "sort": 300000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!95N3CQpgVqg4zz0k.CES4HTOhBcNY0c6G" + "_id": "CES4HTOhBcNY0c6G", + "name": "Huf", + "type": "weapon", + "sort": 300000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -2 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!95N3CQpgVqg4zz0k.CES4HTOhBcNY0c6G" } diff --git a/packs/creatures/Huf__in_Notwehr_NB8EGOwqOiFbSwRT.json b/packs/creatures/Huf__in_Notwehr_NB8EGOwqOiFbSwRT.json index 0a7c2010..a2602f28 100644 --- a/packs/creatures/Huf__in_Notwehr_NB8EGOwqOiFbSwRT.json +++ b/packs/creatures/Huf__in_Notwehr_NB8EGOwqOiFbSwRT.json @@ -1,33 +1,33 @@ { - "_id": "NB8EGOwqOiFbSwRT", - "name": "Huf, in Notwehr", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!iIvMTzBji28VVQ0v.NB8EGOwqOiFbSwRT" + "_id": "NB8EGOwqOiFbSwRT", + "name": "Huf, in Notwehr", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!iIvMTzBji28VVQ0v.NB8EGOwqOiFbSwRT" } diff --git a/packs/creatures/Huf__in_Notwehr_fEZBZH6sYKbblf6g.json b/packs/creatures/Huf__in_Notwehr_fEZBZH6sYKbblf6g.json index 1ad65f0a..19980975 100644 --- a/packs/creatures/Huf__in_Notwehr_fEZBZH6sYKbblf6g.json +++ b/packs/creatures/Huf__in_Notwehr_fEZBZH6sYKbblf6g.json @@ -1,33 +1,33 @@ { - "_id": "fEZBZH6sYKbblf6g", - "name": "Huf, in Notwehr", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!asPZBajREGsJYoht.fEZBZH6sYKbblf6g" + "_id": "fEZBZH6sYKbblf6g", + "name": "Huf, in Notwehr", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!asPZBajREGsJYoht.fEZBZH6sYKbblf6g" } diff --git a/packs/creatures/Huf__in_Notwehr_jpyXagx6Gqji5I09.json b/packs/creatures/Huf__in_Notwehr_jpyXagx6Gqji5I09.json index cddbe5b0..a5479097 100644 --- a/packs/creatures/Huf__in_Notwehr_jpyXagx6Gqji5I09.json +++ b/packs/creatures/Huf__in_Notwehr_jpyXagx6Gqji5I09.json @@ -1,33 +1,33 @@ { - "_id": "jpyXagx6Gqji5I09", - "name": "Huf, in Notwehr", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!HgfrjXKUApOXvkUX.jpyXagx6Gqji5I09" + "_id": "jpyXagx6Gqji5I09", + "name": "Huf, in Notwehr", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HgfrjXKUApOXvkUX.jpyXagx6Gqji5I09" } diff --git a/packs/creatures/Hund_Qm2toXbf6EVmvRS1.json b/packs/creatures/Hund_Qm2toXbf6EVmvRS1.json index a538dac5..c8f31d2c 100644 --- a/packs/creatures/Hund_Qm2toXbf6EVmvRS1.json +++ b/packs/creatures/Hund_Qm2toXbf6EVmvRS1.json @@ -1,166 +1,166 @@ { - "_id": "Qm2toXbf6EVmvRS1", - "name": "Hund", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dog-pitbull-2.png", - "items": ["j0NbwyhdJPipL7Rl", "PlB4iu4DBqxypeR0", "lmc1Llwdx3k697VS"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "Qm2toXbf6EVmvRS1", + "name": "Hund", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dog-pitbull-2.png", + "items": ["j0NbwyhdJPipL7Rl", "PlB4iu4DBqxypeR0", "lmc1Llwdx3k697VS"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 5, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 3, + "mod": 0 + }, + "constitution": { + "base": 0, + "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": -4, + "value": 11 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 1, + "creatureType": "animal", + "sizeCategory": "small", + "experiencePoints": 31, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 5, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 3, - "mod": 0 - }, - "constitution": { - "base": 0, - "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": -4, - "value": 11 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 1, - "creatureType": "animal", - "sizeCategory": "small", - "experiencePoints": 31, - "description": "" - } + "name": "Hund", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Hund", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/dog*.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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346645, - "modifiedTime": 1688934881078, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dog*.png", + "scaleX": 0.7, + "scaleY": 0.7, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!Qm2toXbf6EVmvRS1" + "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": 1668995346645, + "modifiedTime": 1688934881078, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!Qm2toXbf6EVmvRS1" } diff --git a/packs/creatures/Hydra_GMUTgcbmahiwgXSj.json b/packs/creatures/Hydra_GMUTgcbmahiwgXSj.json index 4f663874..e6a56bd6 100644 --- a/packs/creatures/Hydra_GMUTgcbmahiwgXSj.json +++ b/packs/creatures/Hydra_GMUTgcbmahiwgXSj.json @@ -1,175 +1,175 @@ { - "_id": "GMUTgcbmahiwgXSj", - "name": "Hydra", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/hydra-blue.png", - "items": [ - "TEjCLP10Mjf8XqCl", - "jcgmsC6XoKcSpu6a", - "jtnlL78QKAyrNEey", - "dnGDZ0R98VlEskVv", - "KwCXBwhluHD0uHIW", - "CIzNpB4GXHkdFsAI", - "HOykiW9ZmatUSUKm", - "YvT74RD5F3M4DMEx" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "GMUTgcbmahiwgXSj", + "name": "Hydra", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/hydra-blue.png", + "items": [ + "TEjCLP10Mjf8XqCl", + "jcgmsC6XoKcSpu6a", + "jtnlL78QKAyrNEey", + "dnGDZ0R98VlEskVv", + "KwCXBwhluHD0uHIW", + "CIzNpB4GXHkdFsAI", + "HOykiW9ZmatUSUKm", + "YvT74RD5F3M4DMEx" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 14, + "mod": 0 + }, + "mobility": { + "base": 10, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 6, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 60, + "value": 90 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 4 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 1A:20)", + "foeFactor": 23, + "creatureType": "magicalEntity", + "sizeCategory": "large", + "experiencePoints": 246, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 14, - "mod": 0 - }, - "mobility": { - "base": 10, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 6, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 60, - "value": 90 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 4 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 1A:20)", - "foeFactor": 23, - "creatureType": "magicalEntity", - "sizeCategory": "large", - "experiencePoints": 246, - "description": "" - } + "name": "Hydra", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Hydra", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/hydra*.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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346375, - "modifiedTime": 1688934880882, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/hydra*.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!GMUTgcbmahiwgXSj" + "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": 1668995346375, + "modifiedTime": 1688934880882, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!GMUTgcbmahiwgXSj" } diff --git a/packs/creatures/Initiative__1_wlQWjU1kXovR5G1J.json b/packs/creatures/Initiative__1_wlQWjU1kXovR5G1J.json index 0ff75ece..5da14c96 100644 --- a/packs/creatures/Initiative__1_wlQWjU1kXovR5G1J.json +++ b/packs/creatures/Initiative__1_wlQWjU1kXovR5G1J.json @@ -1,30 +1,30 @@ { - "_id": "wlQWjU1kXovR5G1J", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "-1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "tint": null, - "transfer": true, - "origin": null, - "name": "Initiative -1", - "description": "", - "statuses": [], - "_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.whLRBkMseej6C3IG.wlQWjU1kXovR5G1J" + "_id": "wlQWjU1kXovR5G1J", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "-1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "tint": null, + "transfer": true, + "origin": null, + "name": "Initiative -1", + "description": "", + "statuses": [], + "_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.whLRBkMseej6C3IG.wlQWjU1kXovR5G1J" } diff --git a/packs/creatures/Initiative__1_zgiIGlRMVCgAzrn7.json b/packs/creatures/Initiative__1_zgiIGlRMVCgAzrn7.json index 57582834..73daf9df 100644 --- a/packs/creatures/Initiative__1_zgiIGlRMVCgAzrn7.json +++ b/packs/creatures/Initiative__1_zgiIGlRMVCgAzrn7.json @@ -1,30 +1,30 @@ { - "_id": "zgiIGlRMVCgAzrn7", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.initiative.total", - "value": "1", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "tint": null, - "transfer": true, - "origin": null, - "name": "Initiative +1", - "description": "", - "statuses": [], - "_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI.zgiIGlRMVCgAzrn7" + "_id": "zgiIGlRMVCgAzrn7", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.initiative.total", + "value": "1", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "tint": null, + "transfer": true, + "origin": null, + "name": "Initiative +1", + "description": "", + "statuses": [], + "_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI.zgiIGlRMVCgAzrn7" } diff --git a/packs/creatures/Jungdrache__Blau__nDRdljcZzkonbU0s.json b/packs/creatures/Jungdrache__Blau__nDRdljcZzkonbU0s.json index 9b4920b7..85ec9c39 100644 --- a/packs/creatures/Jungdrache__Blau__nDRdljcZzkonbU0s.json +++ b/packs/creatures/Jungdrache__Blau__nDRdljcZzkonbU0s.json @@ -1,180 +1,180 @@ { - "_id": "nDRdljcZzkonbU0s", - "name": "Jungdrache (Blau)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "tWwaC91MGIR4k3Uy", - "bH4dBG5AeJ442465" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "nDRdljcZzkonbU0s", + "name": "Jungdrache (Blau)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "bH4dBG5AeJ442465" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346901, - "modifiedTime": 1688934881374, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!nDRdljcZzkonbU0s" + "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": 1668995346901, + "modifiedTime": 1688934881374, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!nDRdljcZzkonbU0s" } diff --git a/packs/creatures/Jungdrache__Bronze__clsDFbLFEIbh6Mg4.json b/packs/creatures/Jungdrache__Bronze__clsDFbLFEIbh6Mg4.json index 54c44266..c116d561 100644 --- a/packs/creatures/Jungdrache__Bronze__clsDFbLFEIbh6Mg4.json +++ b/packs/creatures/Jungdrache__Bronze__clsDFbLFEIbh6Mg4.json @@ -1,180 +1,180 @@ { - "_id": "clsDFbLFEIbh6Mg4", - "name": "Jungdrache (Bronze)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "yTFT0UXNa9s9pbM4", - "XsKjxXO7k3vIMyfQ", - "tWwaC91MGIR4k3Uy" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "clsDFbLFEIbh6Mg4", + "name": "Jungdrache (Bronze)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346812, - "modifiedTime": 1688934881273, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!clsDFbLFEIbh6Mg4" + "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": 1668995346812, + "modifiedTime": 1688934881273, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!clsDFbLFEIbh6Mg4" } diff --git a/packs/creatures/Jungdrache__Gelb__apBf4qnMODBmEWHU.json b/packs/creatures/Jungdrache__Gelb__apBf4qnMODBmEWHU.json index aaad3c73..3713eab5 100644 --- a/packs/creatures/Jungdrache__Gelb__apBf4qnMODBmEWHU.json +++ b/packs/creatures/Jungdrache__Gelb__apBf4qnMODBmEWHU.json @@ -1,180 +1,180 @@ { - "_id": "apBf4qnMODBmEWHU", - "name": "Jungdrache (Gelb)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "tWwaC91MGIR4k3Uy", - "d4qTXCVuiStZW2tY" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "apBf4qnMODBmEWHU", + "name": "Jungdrache (Gelb)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "d4qTXCVuiStZW2tY" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346771, - "modifiedTime": 1688934881235, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!apBf4qnMODBmEWHU" + "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": 1668995346771, + "modifiedTime": 1688934881235, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!apBf4qnMODBmEWHU" } diff --git a/packs/creatures/Jungdrache__Gold__RWNocIHuXIWwUwJu.json b/packs/creatures/Jungdrache__Gold__RWNocIHuXIWwUwJu.json index 74d5f5f4..22a06b3a 100644 --- a/packs/creatures/Jungdrache__Gold__RWNocIHuXIWwUwJu.json +++ b/packs/creatures/Jungdrache__Gold__RWNocIHuXIWwUwJu.json @@ -1,180 +1,180 @@ { - "_id": "RWNocIHuXIWwUwJu", - "name": "Jungdrache (Gold)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "yTFT0UXNa9s9pbM4", - "XsKjxXO7k3vIMyfQ", - "tWwaC91MGIR4k3Uy" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "RWNocIHuXIWwUwJu", + "name": "Jungdrache (Gold)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346651, - "modifiedTime": 1688934881090, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!RWNocIHuXIWwUwJu" + "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": 1668995346651, + "modifiedTime": 1688934881090, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!RWNocIHuXIWwUwJu" } diff --git a/packs/creatures/Jungdrache__Gr_n__vsIywRHMnJM7u4ts.json b/packs/creatures/Jungdrache__Gr_n__vsIywRHMnJM7u4ts.json index 87263dad..8b5d2a28 100644 --- a/packs/creatures/Jungdrache__Gr_n__vsIywRHMnJM7u4ts.json +++ b/packs/creatures/Jungdrache__Gr_n__vsIywRHMnJM7u4ts.json @@ -1,180 +1,180 @@ { - "_id": "vsIywRHMnJM7u4ts", - "name": "Jungdrache (Grün)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "tWwaC91MGIR4k3Uy", - "CdZkMCsLB0EwUdqv" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "vsIywRHMnJM7u4ts", + "name": "Jungdrache (Grün)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "CdZkMCsLB0EwUdqv" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347174, - "modifiedTime": 1688934881517, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-green.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!vsIywRHMnJM7u4ts" + "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": 1668995347174, + "modifiedTime": 1688934881517, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!vsIywRHMnJM7u4ts" } diff --git a/packs/creatures/Jungdrache__Rot__htgryhd630WQgeD8.json b/packs/creatures/Jungdrache__Rot__htgryhd630WQgeD8.json index 3d1bd40b..8977e477 100644 --- a/packs/creatures/Jungdrache__Rot__htgryhd630WQgeD8.json +++ b/packs/creatures/Jungdrache__Rot__htgryhd630WQgeD8.json @@ -1,180 +1,180 @@ { - "_id": "htgryhd630WQgeD8", - "name": "Jungdrache (Rot)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "tWwaC91MGIR4k3Uy", - "HFksDdMTR1oh3gDo" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "htgryhd630WQgeD8", + "name": "Jungdrache (Rot)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "HFksDdMTR1oh3gDo" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346846, - "modifiedTime": 1688934881316, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-red.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!htgryhd630WQgeD8" + "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": 1668995346846, + "modifiedTime": 1688934881316, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!htgryhd630WQgeD8" } diff --git a/packs/creatures/Jungdrache__Schwarz__A4zxgFGkMQpm67TR.json b/packs/creatures/Jungdrache__Schwarz__A4zxgFGkMQpm67TR.json index 6a50c667..fad1e829 100644 --- a/packs/creatures/Jungdrache__Schwarz__A4zxgFGkMQpm67TR.json +++ b/packs/creatures/Jungdrache__Schwarz__A4zxgFGkMQpm67TR.json @@ -1,180 +1,180 @@ { - "_id": "A4zxgFGkMQpm67TR", - "name": "Jungdrache (Schwarz)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "tWwaC91MGIR4k3Uy", - "TVxn2FjSGirdC90w" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "A4zxgFGkMQpm67TR", + "name": "Jungdrache (Schwarz)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "TVxn2FjSGirdC90w" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346280, - "modifiedTime": 1688934880769, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-black.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!A4zxgFGkMQpm67TR" + "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": 1668995346280, + "modifiedTime": 1688934880769, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!A4zxgFGkMQpm67TR" } diff --git a/packs/creatures/Jungdrache__Silber__3iMmLEmB0NEpyFGd.json b/packs/creatures/Jungdrache__Silber__3iMmLEmB0NEpyFGd.json index 0ab4a948..4abf484a 100644 --- a/packs/creatures/Jungdrache__Silber__3iMmLEmB0NEpyFGd.json +++ b/packs/creatures/Jungdrache__Silber__3iMmLEmB0NEpyFGd.json @@ -1,180 +1,180 @@ { - "_id": "3iMmLEmB0NEpyFGd", - "name": "Jungdrache (Silber)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "yTFT0UXNa9s9pbM4", - "XsKjxXO7k3vIMyfQ", - "tWwaC91MGIR4k3Uy" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "3iMmLEmB0NEpyFGd", + "name": "Jungdrache (Silber)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "yTFT0UXNa9s9pbM4", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346186, - "modifiedTime": 1688934880666, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!3iMmLEmB0NEpyFGd" + "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": 1668995346186, + "modifiedTime": 1688934880666, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!3iMmLEmB0NEpyFGd" } diff --git a/packs/creatures/Jungdrache__Weiss__raKKehH8QctnDtMM.json b/packs/creatures/Jungdrache__Weiss__raKKehH8QctnDtMM.json index a3a7305b..83fe9b74 100644 --- a/packs/creatures/Jungdrache__Weiss__raKKehH8QctnDtMM.json +++ b/packs/creatures/Jungdrache__Weiss__raKKehH8QctnDtMM.json @@ -1,180 +1,180 @@ { - "_id": "raKKehH8QctnDtMM", - "name": "Jungdrache (Weiss)", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", - "items": [ - "fogg4p9NQnpcBTUp", - "BwxnkXHThNRptudp", - "VFP6bNPYcASg0JWE", - "o4o3thrxtXrhRWYT", - "nFNJLYh2O5rOFY89", - "h5HdNw0r06ffdOwr", - "yjkoipelFXEzcy1x", - "LHdWF7tVc3uHC0LW", - "ltDNoswX7EaA2d2X", - "lOr6f4vMoBBOEPB7", - "XsKjxXO7k3vIMyfQ", - "tWwaC91MGIR4k3Uy", - "frBW7LCCpTlwh7hr" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "raKKehH8QctnDtMM", + "name": "Jungdrache (Weiss)", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", + "items": [ + "fogg4p9NQnpcBTUp", + "BwxnkXHThNRptudp", + "VFP6bNPYcASg0JWE", + "o4o3thrxtXrhRWYT", + "nFNJLYh2O5rOFY89", + "h5HdNw0r06ffdOwr", + "yjkoipelFXEzcy1x", + "LHdWF7tVc3uHC0LW", + "ltDNoswX7EaA2d2X", + "lOr6f4vMoBBOEPB7", + "XsKjxXO7k3vIMyfQ", + "tWwaC91MGIR4k3Uy", + "frBW7LCCpTlwh7hr" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 12, + "mod": 0 + }, + "mind": { + "base": 7, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 3, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 2, + "mod": 0 + }, + "aura": { + "base": 2, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 195, + "value": 225 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 5.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", + "foeFactor": 36, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 481, + "description": null + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 12, - "mod": 0 - }, - "mind": { - "base": 7, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 3, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 2, - "mod": 0 - }, - "aura": { - "base": 2, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 195, - "value": 225 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 5.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 4A:W20+10), BW #(A:W20+10)x10, #8M:19", - "foeFactor": 36, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 481, - "description": null - } + "name": "Jungdrache", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Jungdrache", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346999, - "modifiedTime": 1688934881457, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/dragon-white.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!raKKehH8QctnDtMM" + "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": 1668995346999, + "modifiedTime": 1688934881457, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!raKKehH8QctnDtMM" } diff --git a/packs/creatures/K_rperlos_FR4dQPwgDCH9Ruox.json b/packs/creatures/K_rperlos_FR4dQPwgDCH9Ruox.json index 5c155931..2bd2d0d1 100644 --- a/packs/creatures/K_rperlos_FR4dQPwgDCH9Ruox.json +++ b/packs/creatures/K_rperlos_FR4dQPwgDCH9Ruox.json @@ -1,33 +1,33 @@ { - "_id": "FR4dQPwgDCH9Ruox", - "name": "Körperlos", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!cE5kI3uqXWQrCaI5.FR4dQPwgDCH9Ruox" + "_id": "FR4dQPwgDCH9Ruox", + "name": "Körperlos", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!cE5kI3uqXWQrCaI5.FR4dQPwgDCH9Ruox" } diff --git a/packs/creatures/K_rperlos_PxhF7w8cBdqE2pBa.json b/packs/creatures/K_rperlos_PxhF7w8cBdqE2pBa.json index 230751a1..85f0148d 100644 --- a/packs/creatures/K_rperlos_PxhF7w8cBdqE2pBa.json +++ b/packs/creatures/K_rperlos_PxhF7w8cBdqE2pBa.json @@ -1,33 +1,33 @@ { - "_id": "PxhF7w8cBdqE2pBa", - "name": "Körperlos", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!T9YRYe0vnR4Qg4UM.PxhF7w8cBdqE2pBa" + "_id": "PxhF7w8cBdqE2pBa", + "name": "Körperlos", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!T9YRYe0vnR4Qg4UM.PxhF7w8cBdqE2pBa" } diff --git a/packs/creatures/K_rperlos_quc1WJJwo4UMlkg3.json b/packs/creatures/K_rperlos_quc1WJJwo4UMlkg3.json index 41a17cb2..635c682b 100644 --- a/packs/creatures/K_rperlos_quc1WJJwo4UMlkg3.json +++ b/packs/creatures/K_rperlos_quc1WJJwo4UMlkg3.json @@ -1,33 +1,33 @@ { - "_id": "quc1WJJwo4UMlkg3", - "name": "Körperlos", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!6KmAeL9lVxWXIeU6.quc1WJJwo4UMlkg3" + "_id": "quc1WJJwo4UMlkg3", + "name": "Körperlos", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!6KmAeL9lVxWXIeU6.quc1WJJwo4UMlkg3" } diff --git a/packs/creatures/Kampfd_mon_LgtcLrKtCa496ih6.json b/packs/creatures/Kampfd_mon_LgtcLrKtCa496ih6.json index 2c521479..a2dc4845 100644 --- a/packs/creatures/Kampfd_mon_LgtcLrKtCa496ih6.json +++ b/packs/creatures/Kampfd_mon_LgtcLrKtCa496ih6.json @@ -1,173 +1,173 @@ { - "_id": "LgtcLrKtCa496ih6", - "name": "Kampfdämon", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "bXEiQJc7aJmLW1K4", - "N6MfjihlDL9hfse6", - "BDsxMEuEKfjEgFk3", - "AHJhJgRCvw2dKx78", - "DURD01IkVxPAwlxf", - "hvOFruV5fmieLXnk" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "LgtcLrKtCa496ih6", + "name": "Kampfdämon", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "bXEiQJc7aJmLW1K4", + "N6MfjihlDL9hfse6", + "BDsxMEuEKfjEgFk3", + "AHJhJgRCvw2dKx78", + "DURD01IkVxPAwlxf", + "hvOFruV5fmieLXnk" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 9, + "mod": 0 + }, + "mobility": { + "base": 8, + "mod": 0 + }, + "mind": { + "base": 8, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 4, + "mod": 0 + }, + "dexterity": { + "base": 4, + "mod": 0 + }, + "intellect": { + "base": 4, + "mod": 0 + }, + "aura": { + "base": 4, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 23, + "value": 46 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 1 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 8, + "creatureType": "magicalEntity", + "sizeCategory": "large", + "experiencePoints": 152, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 9, - "mod": 0 - }, - "mobility": { - "base": 8, - "mod": 0 - }, - "mind": { - "base": 8, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 4, - "mod": 0 - }, - "dexterity": { - "base": 4, - "mod": 0 - }, - "intellect": { - "base": 4, - "mod": 0 - }, - "aura": { - "base": 4, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 23, - "value": 46 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 1 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 8, - "creatureType": "magicalEntity", - "sizeCategory": "large", - "experiencePoints": 152, - "description": "" - } + "name": "Kampfdämon", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Kampfdämon", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346560, - "modifiedTime": 1688934881007, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!LgtcLrKtCa496ih6" + "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": 1668995346560, + "modifiedTime": 1688934881007, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!LgtcLrKtCa496ih6" } diff --git a/packs/creatures/Keiler_FxGhbznQbwd0jRUT.json b/packs/creatures/Keiler_FxGhbznQbwd0jRUT.json index 3bce2bb5..ae7d6702 100644 --- a/packs/creatures/Keiler_FxGhbznQbwd0jRUT.json +++ b/packs/creatures/Keiler_FxGhbznQbwd0jRUT.json @@ -1,166 +1,166 @@ { - "_id": "FxGhbznQbwd0jRUT", - "name": "Keiler", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/boar-brown-1.png", - "items": ["wQm8AMxYF0NKZhQE", "DDaq3xgZrGuEl4Dc", "yru5VWx93wWmOXZA", "DyCGJ2kxHV5QYgWK"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "FxGhbznQbwd0jRUT", + "name": "Keiler", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/boar-brown-1.png", + "items": ["wQm8AMxYF0NKZhQE", "DDaq3xgZrGuEl4Dc", "yru5VWx93wWmOXZA", "DyCGJ2kxHV5QYgWK"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 7, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 5, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 13, + "value": 38 + }, + "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 1A:10)", + "foeFactor": 6, + "creatureType": "animal", + "sizeCategory": "normal", + "experiencePoints": 79, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 7, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 5, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 13, - "value": 38 - }, - "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 1A:10)", - "foeFactor": 6, - "creatureType": "animal", - "sizeCategory": "normal", - "experiencePoints": 79, - "description": "" - } + "name": "Keiler", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Keiler", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/boar*.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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346363, - "modifiedTime": 1688934880874, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/boar*.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!FxGhbznQbwd0jRUT" + "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": 1668995346363, + "modifiedTime": 1688934880874, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!FxGhbznQbwd0jRUT" } diff --git a/packs/creatures/Keine_feste_Gestalt_OIKYSareGFhHJxAB.json b/packs/creatures/Keine_feste_Gestalt_OIKYSareGFhHJxAB.json index e048338c..770f2ae8 100644 --- a/packs/creatures/Keine_feste_Gestalt_OIKYSareGFhHJxAB.json +++ b/packs/creatures/Keine_feste_Gestalt_OIKYSareGFhHJxAB.json @@ -1,33 +1,33 @@ { - "_id": "OIKYSareGFhHJxAB", - "name": "Keine feste Gestalt", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!dlrDPQ3is4NkzZJB.OIKYSareGFhHJxAB" + "_id": "OIKYSareGFhHJxAB", + "name": "Keine feste Gestalt", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!dlrDPQ3is4NkzZJB.OIKYSareGFhHJxAB" } diff --git a/packs/creatures/Keine_feste_Gestalt_eofu8kICYeEpxUT1.json b/packs/creatures/Keine_feste_Gestalt_eofu8kICYeEpxUT1.json index 14b2b51a..8566fa25 100644 --- a/packs/creatures/Keine_feste_Gestalt_eofu8kICYeEpxUT1.json +++ b/packs/creatures/Keine_feste_Gestalt_eofu8kICYeEpxUT1.json @@ -1,33 +1,33 @@ { - "_id": "eofu8kICYeEpxUT1", - "name": "Keine feste Gestalt", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!tYcKw69Feoy3B6hG.eofu8kICYeEpxUT1" + "_id": "eofu8kICYeEpxUT1", + "name": "Keine feste Gestalt", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!tYcKw69Feoy3B6hG.eofu8kICYeEpxUT1" } diff --git a/packs/creatures/Keine_feste_Gestalt_ghW7FO5d2do95peV.json b/packs/creatures/Keine_feste_Gestalt_ghW7FO5d2do95peV.json index 990f4016..666ea83e 100644 --- a/packs/creatures/Keine_feste_Gestalt_ghW7FO5d2do95peV.json +++ b/packs/creatures/Keine_feste_Gestalt_ghW7FO5d2do95peV.json @@ -1,33 +1,33 @@ { - "_id": "ghW7FO5d2do95peV", - "name": "Keine feste Gestalt", - "type": "armor", - "sort": 200000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 8, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!wYVw1a5UjPS09YxS.ghW7FO5d2do95peV" + "_id": "ghW7FO5d2do95peV", + "name": "Keine feste Gestalt", + "type": "armor", + "sort": 200000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 8, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wYVw1a5UjPS09YxS.ghW7FO5d2do95peV" } diff --git a/packs/creatures/Kettenblitz_JMp5LjImHvoKsbGo.json b/packs/creatures/Kettenblitz_JMp5LjImHvoKsbGo.json index 5f1990de..a5944722 100644 --- a/packs/creatures/Kettenblitz_JMp5LjImHvoKsbGo.json +++ b/packs/creatures/Kettenblitz_JMp5LjImHvoKsbGo.json @@ -1,73 +1,73 @@ { - "_id": "JMp5LjImHvoKsbGo", - "name": "Kettenblitz", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/willdabeast/chain-lightning.svg", - "effects": [], - "folder": null, - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.gePnhgqnsmdEbj3Z" - } + "_id": "JMp5LjImHvoKsbGo", + "name": "Kettenblitz", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/willdabeast/chain-lightning.svg", + "effects": [], + "folder": null, + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.gePnhgqnsmdEbj3Z" + } + }, + "system": { + "description": "Der Zauberwirker schießt einen Blitz auf einen Feind, der auf bis zu VE weitere Gegner in seiner Nähe überspringt. Nur Gegner, die 2 oder mehr Meter von einem ihrer getroffenen Mitstreiter entfernt stehen, kann der Kettenblitz nicht erreichen.
\nGetroffene Gegner in Metallrüstung dürfen keine Abwehr gegen einen Kettenblitz würfeln.
", + "equipped": true, + "spellType": "targetedSpellcasting", + "spellModifier": { + "numerical": 3, + "complex": "" }, - "system": { - "description": "Der Zauberwirker schießt einen Blitz auf einen Feind, der auf bis zu VE weitere Gegner in seiner Nähe überspringt. Nur Gegner, die 2 oder mehr Meter von einem ihrer getroffenen Mitstreiter entfernt stehen, kann der Kettenblitz nicht erreichen.
\nGetroffene Gegner in Metallrüstung dürfen keine Abwehr gegen einen Kettenblitz würfeln.
", - "equipped": true, - "spellType": "targetedSpellcasting", - "spellModifier": { - "numerical": 3, - "complex": "" - }, - "allowsDefense": true, - "spellGroups": { - "lightning": true, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": true, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 5", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Sofort", - "unit": "custom" - }, - "cooldownDuration": "5r", - "minimumLevels": { - "healer": 16, - "wizard": 10, - "sorcerer": 10 - } + "allowsDefense": true, + "spellGroups": { + "lightning": true, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": true, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": true }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE x 5", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_key": "!actors.items!8E7Mm0LsiqFm6syY.JMp5LjImHvoKsbGo" + "duration": { + "value": "Sofort", + "unit": "custom" + }, + "cooldownDuration": "5r", + "minimumLevels": { + "healer": 16, + "wizard": 10, + "sorcerer": 10 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!8E7Mm0LsiqFm6syY.JMp5LjImHvoKsbGo" } diff --git a/packs/creatures/Kettenpanzer_wTcga48GOVD8cQV3.json b/packs/creatures/Kettenpanzer_wTcga48GOVD8cQV3.json index 5ddbe1a3..702762d4 100644 --- a/packs/creatures/Kettenpanzer_wTcga48GOVD8cQV3.json +++ b/packs/creatures/Kettenpanzer_wTcga48GOVD8cQV3.json @@ -1,37 +1,37 @@ { - "_id": "wTcga48GOVD8cQV3", - "name": "Kettenpanzer", - "type": "armor", - "img": "icons/equipment/chest/breastplate-scale-grey.webp", - "effects": ["EkJB0kpYFHRMYSgl"], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.09Hp2c2jgoXx7cV0" - } - }, - "system": { - "description": "Laufen -0,5
", - "quantity": 1, - "price": 10, - "availability": "village", - "storageLocation": "-", - "equipped": true, - "armorValue": 2, - "armorMaterialType": "chain", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3" + "_id": "wTcga48GOVD8cQV3", + "name": "Kettenpanzer", + "type": "armor", + "img": "icons/equipment/chest/breastplate-scale-grey.webp", + "effects": ["EkJB0kpYFHRMYSgl"], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.09Hp2c2jgoXx7cV0" + } + }, + "system": { + "description": "Laufen -0,5
", + "quantity": 1, + "price": 10, + "availability": "village", + "storageLocation": "-", + "equipped": true, + "armorValue": 2, + "armorMaterialType": "chain", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3" } diff --git a/packs/creatures/Kirstallpranke_KzEfCqb54s8Ju7x1.json b/packs/creatures/Kirstallpranke_KzEfCqb54s8Ju7x1.json index 3bf4c613..07087b7f 100644 --- a/packs/creatures/Kirstallpranke_KzEfCqb54s8Ju7x1.json +++ b/packs/creatures/Kirstallpranke_KzEfCqb54s8Ju7x1.json @@ -1,33 +1,33 @@ { - "_id": "KzEfCqb54s8Ju7x1", - "name": "Kirstallpranke", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!sCBrVIDh2umWr63g.KzEfCqb54s8Ju7x1" + "_id": "KzEfCqb54s8Ju7x1", + "name": "Kirstallpranke", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!sCBrVIDh2umWr63g.KzEfCqb54s8Ju7x1" } diff --git a/packs/creatures/Klauen_08rqhbd0eadzrJxS.json b/packs/creatures/Klauen_08rqhbd0eadzrJxS.json index f2803f8f..dc83add3 100644 --- a/packs/creatures/Klauen_08rqhbd0eadzrJxS.json +++ b/packs/creatures/Klauen_08rqhbd0eadzrJxS.json @@ -1,33 +1,33 @@ { - "_id": "08rqhbd0eadzrJxS", - "name": "Klauen", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!F3zJ4xbHwN9syuK8.08rqhbd0eadzrJxS" + "_id": "08rqhbd0eadzrJxS", + "name": "Klauen", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!F3zJ4xbHwN9syuK8.08rqhbd0eadzrJxS" } diff --git a/packs/creatures/Kleiner_Kn_ppel_hnuIJBq2btoSK88F.json b/packs/creatures/Kleiner_Kn_ppel_hnuIJBq2btoSK88F.json index bc0febeb..5945bc78 100644 --- a/packs/creatures/Kleiner_Kn_ppel_hnuIJBq2btoSK88F.json +++ b/packs/creatures/Kleiner_Kn_ppel_hnuIJBq2btoSK88F.json @@ -1,33 +1,33 @@ { - "_id": "hnuIJBq2btoSK88F", - "name": "Kleiner Knüppel", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!ojzkDbyYSlpHtGHq.hnuIJBq2btoSK88F" + "_id": "hnuIJBq2btoSK88F", + "name": "Kleiner Knüppel", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ojzkDbyYSlpHtGHq.hnuIJBq2btoSK88F" } diff --git a/packs/creatures/Kletterl_ufer_I5qUZBkW7JLwuCze.json b/packs/creatures/Kletterl_ufer_I5qUZBkW7JLwuCze.json index 1dfcba4f..01a33699 100644 --- a/packs/creatures/Kletterl_ufer_I5qUZBkW7JLwuCze.json +++ b/packs/creatures/Kletterl_ufer_I5qUZBkW7JLwuCze.json @@ -1,30 +1,30 @@ { - "_id": "I5qUZBkW7JLwuCze", - "name": "Kletterläufer", - "type": "specialCreatureAbility", - "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" - } - }, - "system": { - "description": "Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!QWC9LW1g4aMUHZNc.I5qUZBkW7JLwuCze" + "_id": "I5qUZBkW7JLwuCze", + "name": "Kletterläufer", + "type": "specialCreatureAbility", + "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" + } + }, + "system": { + "description": "Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!QWC9LW1g4aMUHZNc.I5qUZBkW7JLwuCze" } diff --git a/packs/creatures/Kletterl_ufer_ILpCHZ6o5GV4NakU.json b/packs/creatures/Kletterl_ufer_ILpCHZ6o5GV4NakU.json index 7aa72109..f579ab30 100644 --- a/packs/creatures/Kletterl_ufer_ILpCHZ6o5GV4NakU.json +++ b/packs/creatures/Kletterl_ufer_ILpCHZ6o5GV4NakU.json @@ -1,30 +1,30 @@ { - "_id": "ILpCHZ6o5GV4NakU", - "name": "Kletterläufer", - "type": "specialCreatureAbility", - "sort": 700000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!GnW2ELzTtLoJmUQ1.ILpCHZ6o5GV4NakU" + "_id": "ILpCHZ6o5GV4NakU", + "name": "Kletterläufer", + "type": "specialCreatureAbility", + "sort": 700000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!GnW2ELzTtLoJmUQ1.ILpCHZ6o5GV4NakU" } diff --git a/packs/creatures/Kletterl_ufer_v7zlqw9oygaGg5RF.json b/packs/creatures/Kletterl_ufer_v7zlqw9oygaGg5RF.json index 55bb5ac8..9cdca69a 100644 --- a/packs/creatures/Kletterl_ufer_v7zlqw9oygaGg5RF.json +++ b/packs/creatures/Kletterl_ufer_v7zlqw9oygaGg5RF.json @@ -1,30 +1,30 @@ { - "_id": "v7zlqw9oygaGg5RF", - "name": "Kletterläufer", - "type": "specialCreatureAbility", - "sort": 400000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", - "effects": [], - "folder": null, - "system": { - "description": "Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.
", - "experiencePoints": 10 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!4276kgAddflo3bwN.v7zlqw9oygaGg5RF" + "_id": "v7zlqw9oygaGg5RF", + "name": "Kletterläufer", + "type": "specialCreatureAbility", + "sort": 400000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.Kbb8qlLeVahzxy5N" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/climber.png", + "effects": [], + "folder": null, + "system": { + "description": "Kann mit normaler Laufen- Geschwindigkeit an Wänden und Decken aktionsfrei klettern.
", + "experiencePoints": 10 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!4276kgAddflo3bwN.v7zlqw9oygaGg5RF" } diff --git a/packs/creatures/Knochenklaue_PhvbJ2VSw3ivWS3F.json b/packs/creatures/Knochenklaue_PhvbJ2VSw3ivWS3F.json index b524465f..5badb3ba 100644 --- a/packs/creatures/Knochenklaue_PhvbJ2VSw3ivWS3F.json +++ b/packs/creatures/Knochenklaue_PhvbJ2VSw3ivWS3F.json @@ -1,33 +1,33 @@ { - "_id": "PhvbJ2VSw3ivWS3F", - "name": "Knochenklaue", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!Rvu16XzEjizdqNsu.PhvbJ2VSw3ivWS3F" + "_id": "PhvbJ2VSw3ivWS3F", + "name": "Knochenklaue", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!Rvu16XzEjizdqNsu.PhvbJ2VSw3ivWS3F" } diff --git a/packs/creatures/Knochenpranke_KzEfCqb54s8Ju7x1.json b/packs/creatures/Knochenpranke_KzEfCqb54s8Ju7x1.json index 21da7425..f203d7d4 100644 --- a/packs/creatures/Knochenpranke_KzEfCqb54s8Ju7x1.json +++ b/packs/creatures/Knochenpranke_KzEfCqb54s8Ju7x1.json @@ -1,33 +1,33 @@ { - "_id": "KzEfCqb54s8Ju7x1", - "name": "Knochenpranke", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!HSgR2FXUmsT2zfIc.KzEfCqb54s8Ju7x1" + "_id": "KzEfCqb54s8Ju7x1", + "name": "Knochenpranke", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HSgR2FXUmsT2zfIc.KzEfCqb54s8Ju7x1" } diff --git a/packs/creatures/Kobold_ojzkDbyYSlpHtGHq.json b/packs/creatures/Kobold_ojzkDbyYSlpHtGHq.json index 8e34e753..102d1fbc 100644 --- a/packs/creatures/Kobold_ojzkDbyYSlpHtGHq.json +++ b/packs/creatures/Kobold_ojzkDbyYSlpHtGHq.json @@ -1,166 +1,166 @@ { - "_id": "ojzkDbyYSlpHtGHq", - "name": "Kobold", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/kobold-green.png", - "items": ["hnuIJBq2btoSK88F"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "ojzkDbyYSlpHtGHq", + "name": "Kobold", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/kobold-green.png", + "items": ["hnuIJBq2btoSK88F"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 3, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 2, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 1, + "mod": 0 + }, + "constitution": { + "base": 1, + "mod": 0 + }, + "agility": { + "base": 1, + "mod": 0 + }, + "dexterity": { + "base": 2, + "mod": 0 + }, + "intellect": { + "base": 1, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -7, + "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 1B:8)", + "foeFactor": 1, + "creatureType": "humanoid", + "sizeCategory": "small", + "experiencePoints": 25, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 3, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 2, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 1, - "mod": 0 - }, - "constitution": { - "base": 1, - "mod": 0 - }, - "agility": { - "base": 1, - "mod": 0 - }, - "dexterity": { - "base": 2, - "mod": 0 - }, - "intellect": { - "base": 1, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -7, - "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 1B:8)", - "foeFactor": 1, - "creatureType": "humanoid", - "sizeCategory": "small", - "experiencePoints": 25, - "description": "" - } + "name": "Kobold", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Kobold", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": true, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/kobold*.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 + "randomImg": true, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346953, - "modifiedTime": 1688934881411, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/kobold*.png", + "scaleX": 0.7, + "scaleY": 0.7, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!ojzkDbyYSlpHtGHq" + "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": 1668995346953, + "modifiedTime": 1688934881411, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!ojzkDbyYSlpHtGHq" } diff --git a/packs/creatures/Kontrollieren_MaTZSyGMQDIMXhLe.json b/packs/creatures/Kontrollieren_MaTZSyGMQDIMXhLe.json index fde6f650..8f98c608 100644 --- a/packs/creatures/Kontrollieren_MaTZSyGMQDIMXhLe.json +++ b/packs/creatures/Kontrollieren_MaTZSyGMQDIMXhLe.json @@ -1,73 +1,73 @@ { - "_id": "MaTZSyGMQDIMXhLe", - "name": "Kontrollieren", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/cathelineau/fomorian.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.9gc1CF70165NXymH" - } + "_id": "MaTZSyGMQDIMXhLe", + "name": "Kontrollieren", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/cathelineau/fomorian.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.9gc1CF70165NXymH" + } + }, + "system": { + "description": "Bei Erfolg bringt der Zauberwirker eine maximale Anzahl untoter Ziele gleich seiner Stufe unter Kontrolle, selbst wenn diese einem anderen Zauberwirker unterstehen.
\nBei zu vielen Untoten entscheidet der Zufall, welche durch den Zauber betroffen sind. Alternativ kann auch ein einzelner Untoter als Ziel bestimmt werden.
\nKontrollierte Untote unterstehen dem Zauberwirker, führen bedingungslos seine Befehle aus und können nur auf Wunsch des Zauberwirkers wieder ihren Frieden finden, oder wenn dieser stirbt.
\nEin Zauberwirker kann nicht mehr Untote gleichzeitig kontrollieren, als seine eigene Stufe beträgt.
", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "-(GEI+AU)/2 des Ziels" }, - "system": { - "description": "Bei Erfolg bringt der Zauberwirker eine maximale Anzahl untoter Ziele gleich seiner Stufe unter Kontrolle, selbst wenn diese einem anderen Zauberwirker unterstehen.
\nBei zu vielen Untoten entscheidet der Zufall, welche durch den Zauber betroffen sind. Alternativ kann auch ein einzelner Untoter als Ziel bestimmt werden.
\nKontrollierte Untote unterstehen dem Zauberwirker, führen bedingungslos seine Befehle aus und können nur auf Wunsch des Zauberwirkers wieder ihren Frieden finden, oder wenn dieser stirbt.
\nEin Zauberwirker kann nicht mehr Untote gleichzeitig kontrollieren, als seine eigene Stufe beträgt.
", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "-(GEI+AU)/2 des Ziels" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": true, - "transmutation": false, - "area": true - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Bis erlöst", - "unit": "custom" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": 8, - "sorcerer": 4 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": true, + "transmutation": false, + "area": true }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "VE x 2", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_key": "!actors.items!oVKL6zJ2kYMmBuYx.MaTZSyGMQDIMXhLe" + "duration": { + "value": "Bis erlöst", + "unit": "custom" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": 8, + "sorcerer": 4 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.MaTZSyGMQDIMXhLe" } diff --git a/packs/creatures/Kr_ftiger_Biss_CbeR35FgiGzc1xtl.json b/packs/creatures/Kr_ftiger_Biss_CbeR35FgiGzc1xtl.json index 77e69bb0..7786c116 100644 --- a/packs/creatures/Kr_ftiger_Biss_CbeR35FgiGzc1xtl.json +++ b/packs/creatures/Kr_ftiger_Biss_CbeR35FgiGzc1xtl.json @@ -1,33 +1,33 @@ { - "_id": "CbeR35FgiGzc1xtl", - "name": "Kräftiger Biss", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!nZ9u6G3D3Q9oUXM8.CbeR35FgiGzc1xtl" + "_id": "CbeR35FgiGzc1xtl", + "name": "Kräftiger Biss", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!nZ9u6G3D3Q9oUXM8.CbeR35FgiGzc1xtl" } diff --git a/packs/creatures/Krallen_9vJL3lyC4RTQCZ7e.json b/packs/creatures/Krallen_9vJL3lyC4RTQCZ7e.json index 1c500d9e..a81d042a 100644 --- a/packs/creatures/Krallen_9vJL3lyC4RTQCZ7e.json +++ b/packs/creatures/Krallen_9vJL3lyC4RTQCZ7e.json @@ -1,33 +1,33 @@ { - "_id": "9vJL3lyC4RTQCZ7e", - "name": "Krallen", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!HjpxMlpyjPr3hd3r.9vJL3lyC4RTQCZ7e" + "_id": "9vJL3lyC4RTQCZ7e", + "name": "Krallen", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!HjpxMlpyjPr3hd3r.9vJL3lyC4RTQCZ7e" } diff --git a/packs/creatures/Krallen_G08O3BP9HQ0mLjAQ.json b/packs/creatures/Krallen_G08O3BP9HQ0mLjAQ.json index e36f5197..2a9f0c17 100644 --- a/packs/creatures/Krallen_G08O3BP9HQ0mLjAQ.json +++ b/packs/creatures/Krallen_G08O3BP9HQ0mLjAQ.json @@ -1,33 +1,33 @@ { - "_id": "G08O3BP9HQ0mLjAQ", - "name": "Krallen", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!lys4bJc7GL5f5ORp.G08O3BP9HQ0mLjAQ" + "_id": "G08O3BP9HQ0mLjAQ", + "name": "Krallen", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!lys4bJc7GL5f5ORp.G08O3BP9HQ0mLjAQ" } diff --git a/packs/creatures/Krallen_OaZjNMhyCyxRKA8C.json b/packs/creatures/Krallen_OaZjNMhyCyxRKA8C.json index d201df5c..2048240e 100644 --- a/packs/creatures/Krallen_OaZjNMhyCyxRKA8C.json +++ b/packs/creatures/Krallen_OaZjNMhyCyxRKA8C.json @@ -1,34 +1,34 @@ { - "_id": "OaZjNMhyCyxRKA8C", - "name": "Krallen", - "type": "weapon", - "img": "icons/svg/item-bag.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": {}, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 1, - "opponentDefense": 0, - "action": "create" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!aqbcBjeCJUHJ5uVj.OaZjNMhyCyxRKA8C" + "_id": "OaZjNMhyCyxRKA8C", + "name": "Krallen", + "type": "weapon", + "img": "icons/svg/item-bag.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 1, + "opponentDefense": 0, + "action": "create" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!aqbcBjeCJUHJ5uVj.OaZjNMhyCyxRKA8C" } diff --git a/packs/creatures/Krallenklaue_lwAvXPfZk0RxGnDi.json b/packs/creatures/Krallenklaue_lwAvXPfZk0RxGnDi.json index 5b399da8..d5b3ea21 100644 --- a/packs/creatures/Krallenklaue_lwAvXPfZk0RxGnDi.json +++ b/packs/creatures/Krallenklaue_lwAvXPfZk0RxGnDi.json @@ -1,33 +1,33 @@ { - "_id": "lwAvXPfZk0RxGnDi", - "name": "Krallenklaue", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!s56U2LeRInrje3xh.lwAvXPfZk0RxGnDi" + "_id": "lwAvXPfZk0RxGnDi", + "name": "Krallenklaue", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.lwAvXPfZk0RxGnDi" } diff --git a/packs/creatures/Kriegsd_mon_JGpIh3oCK1Vx3NnZ.json b/packs/creatures/Kriegsd_mon_JGpIh3oCK1Vx3NnZ.json index f0c03af8..bdc1d5c5 100644 --- a/packs/creatures/Kriegsd_mon_JGpIh3oCK1Vx3NnZ.json +++ b/packs/creatures/Kriegsd_mon_JGpIh3oCK1Vx3NnZ.json @@ -1,173 +1,173 @@ { - "_id": "JGpIh3oCK1Vx3NnZ", - "name": "Kriegsdämon", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": [ - "bXEiQJc7aJmLW1K4", - "N6MfjihlDL9hfse6", - "BDsxMEuEKfjEgFk3", - "AHJhJgRCvw2dKx78", - "DURD01IkVxPAwlxf", - "hvOFruV5fmieLXnk" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "JGpIh3oCK1Vx3NnZ", + "name": "Kriegsdämon", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": [ + "bXEiQJc7aJmLW1K4", + "N6MfjihlDL9hfse6", + "BDsxMEuEKfjEgFk3", + "AHJhJgRCvw2dKx78", + "DURD01IkVxPAwlxf", + "hvOFruV5fmieLXnk" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 15, + "mod": 0 + }, + "mobility": { + "base": 10, + "mod": 0 + }, + "mind": { + "base": 10, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 7, + "mod": 0 + }, + "constitution": { + "base": 7, + "mod": 0 + }, + "agility": { + "base": 5, + "mod": 0 + }, + "dexterity": { + "base": 5, + "mod": 0 + }, + "intellect": { + "base": 5, + "mod": 0 + }, + "aura": { + "base": 5, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 128, + "value": 160 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 23, + "creatureType": "magicalEntity", + "sizeCategory": "huge", + "experiencePoints": 297, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 15, - "mod": 0 - }, - "mobility": { - "base": 10, - "mod": 0 - }, - "mind": { - "base": 10, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 7, - "mod": 0 - }, - "constitution": { - "base": 7, - "mod": 0 - }, - "agility": { - "base": 5, - "mod": 0 - }, - "dexterity": { - "base": 5, - "mod": 0 - }, - "intellect": { - "base": 5, - "mod": 0 - }, - "aura": { - "base": 5, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 128, - "value": 160 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 23, - "creatureType": "magicalEntity", - "sizeCategory": "huge", - "experiencePoints": 297, - "description": "" - } + "name": "Kriegsdämon", + "displayName": 20, + "width": 3, + "height": 3, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Kriegsdämon", - "displayName": 20, - "width": 3, - "height": 3, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346506, - "modifiedTime": 1688934880969, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!JGpIh3oCK1Vx3NnZ" + "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": 1668995346506, + "modifiedTime": 1688934880969, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!JGpIh3oCK1Vx3NnZ" } diff --git a/packs/creatures/Kriegselefant_BIyY1wlxWtJ5FRQJ.json b/packs/creatures/Kriegselefant_BIyY1wlxWtJ5FRQJ.json index 6d653beb..191c9c35 100644 --- a/packs/creatures/Kriegselefant_BIyY1wlxWtJ5FRQJ.json +++ b/packs/creatures/Kriegselefant_BIyY1wlxWtJ5FRQJ.json @@ -1,166 +1,166 @@ { - "_id": "BIyY1wlxWtJ5FRQJ", - "name": "Kriegselefant", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["5qBHfTnJAXibKNWs", "OehvVDNjDg4xbsW7", "QwtwJGcSVFimiHM0", "iVORjCynScc6kVsS"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "BIyY1wlxWtJ5FRQJ", + "name": "Kriegselefant", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["5qBHfTnJAXibKNWs", "OehvVDNjDg4xbsW7", "QwtwJGcSVFimiHM0", "iVORjCynScc6kVsS"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 16, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 5, + "mod": 0 + }, + "constitution": { + "base": 5, + "mod": 0 + }, + "agility": { + "base": 2, + "mod": 0 + }, + "dexterity": { + "base": 0, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 62, + "value": 93 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 2.5 + }, + "meleeAttack": { + "mod": -1 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "Trophäe (BW 1A:20)", + "foeFactor": 16, + "creatureType": "animal", + "sizeCategory": "large", + "experiencePoints": 142, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 16, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 5, - "mod": 0 - }, - "constitution": { - "base": 5, - "mod": 0 - }, - "agility": { - "base": 2, - "mod": 0 - }, - "dexterity": { - "base": 0, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 62, - "value": 93 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 2.5 - }, - "meleeAttack": { - "mod": -1 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "Trophäe (BW 1A:20)", - "foeFactor": 16, - "creatureType": "animal", - "sizeCategory": "large", - "experiencePoints": 142, - "description": "" - } + "name": "Kriegselefant", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Kriegselefant", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346286, - "modifiedTime": 1688934880786, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!BIyY1wlxWtJ5FRQJ" + "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": 1668995346286, + "modifiedTime": 1688934880786, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!BIyY1wlxWtJ5FRQJ" } diff --git a/packs/creatures/Kristallwesen_mJi3ylBo7yPG5vMw.json b/packs/creatures/Kristallwesen_mJi3ylBo7yPG5vMw.json index 59f32ea0..fb1ceb25 100644 --- a/packs/creatures/Kristallwesen_mJi3ylBo7yPG5vMw.json +++ b/packs/creatures/Kristallwesen_mJi3ylBo7yPG5vMw.json @@ -1,33 +1,33 @@ { - "_id": "mJi3ylBo7yPG5vMw", - "name": "Kristallwesen", - "type": "armor", - "sort": 800000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "armorValue": 3, - "armorMaterialType": "natural", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!sCBrVIDh2umWr63g.mJi3ylBo7yPG5vMw" + "_id": "mJi3ylBo7yPG5vMw", + "name": "Kristallwesen", + "type": "armor", + "sort": 800000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "armorValue": 3, + "armorMaterialType": "natural", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!sCBrVIDh2umWr63g.mJi3ylBo7yPG5vMw" } diff --git a/packs/creatures/Kurzbogen_lXtH1PL4nnpzMGkI.json b/packs/creatures/Kurzbogen_lXtH1PL4nnpzMGkI.json index 5e2c172b..0ea59d05 100644 --- a/packs/creatures/Kurzbogen_lXtH1PL4nnpzMGkI.json +++ b/packs/creatures/Kurzbogen_lXtH1PL4nnpzMGkI.json @@ -1,37 +1,37 @@ { - "_id": "lXtH1PL4nnpzMGkI", - "name": "Kurzbogen", - "type": "weapon", - "img": "icons/weapons/bows/shortbow-leather.webp", - "effects": ["zgiIGlRMVCgAzrn7"], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.QsnvAep80sSVJToD" - } - }, - "system": { - "description": "Zweihändig, Initiative +1
", - "quantity": 1, - "price": 6, - "availability": "hamlet", - "storageLocation": "-", - "equipped": false, - "attackType": "ranged", - "weaponBonus": 1, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI" + "_id": "lXtH1PL4nnpzMGkI", + "name": "Kurzbogen", + "type": "weapon", + "img": "icons/weapons/bows/shortbow-leather.webp", + "effects": ["zgiIGlRMVCgAzrn7"], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.QsnvAep80sSVJToD" + } + }, + "system": { + "description": "Zweihändig, Initiative +1
", + "quantity": 1, + "price": 6, + "availability": "hamlet", + "storageLocation": "-", + "equipped": false, + "attackType": "ranged", + "weaponBonus": 1, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI" } diff --git a/packs/creatures/L_hmungseffekt_vNnnWKNHFzvSlquf.json b/packs/creatures/L_hmungseffekt_vNnnWKNHFzvSlquf.json index 6c1d6d63..29d73753 100644 --- a/packs/creatures/L_hmungseffekt_vNnnWKNHFzvSlquf.json +++ b/packs/creatures/L_hmungseffekt_vNnnWKNHFzvSlquf.json @@ -1,30 +1,30 @@ { - "_id": "vNnnWKNHFzvSlquf", - "name": "Lähmungseffekt", - "type": "specialCreatureAbility", - "sort": 500000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.5maJ8tHAVZCxHGW6" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/paralysis-effect.png", - "effects": [], - "folder": null, - "system": { - "description": "Netzflüssigkeit (nur alle 10 Kampfrunden einsetzbar) macht Ziel für Probenergebnis in Kamprunden bewegungsunfähig, sofern ihm nicht KÖR+ST gelingt.
", - "experiencePoints": 25 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!4276kgAddflo3bwN.vNnnWKNHFzvSlquf" + "_id": "vNnnWKNHFzvSlquf", + "name": "Lähmungseffekt", + "type": "specialCreatureAbility", + "sort": 500000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.5maJ8tHAVZCxHGW6" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/paralysis-effect.png", + "effects": [], + "folder": null, + "system": { + "description": "Netzflüssigkeit (nur alle 10 Kampfrunden einsetzbar) macht Ziel für Probenergebnis in Kamprunden bewegungsunfähig, sofern ihm nicht KÖR+ST gelingt.
", + "experiencePoints": 25 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!4276kgAddflo3bwN.vNnnWKNHFzvSlquf" } diff --git a/packs/creatures/Langschwert_MSuVIzM2MRDSyujQ.json b/packs/creatures/Langschwert_MSuVIzM2MRDSyujQ.json index 183891a0..66662292 100644 --- a/packs/creatures/Langschwert_MSuVIzM2MRDSyujQ.json +++ b/packs/creatures/Langschwert_MSuVIzM2MRDSyujQ.json @@ -1,37 +1,37 @@ { - "_id": "MSuVIzM2MRDSyujQ", - "name": "Langschwert", - "type": "weapon", - "img": "icons/weapons/swords/sword-guard-blue.webp", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" - } - }, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!C4xijAwQdhRHz0Cs.MSuVIzM2MRDSyujQ" + "_id": "MSuVIzM2MRDSyujQ", + "name": "Langschwert", + "type": "weapon", + "img": "icons/weapons/swords/sword-guard-blue.webp", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" + } + }, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!C4xijAwQdhRHz0Cs.MSuVIzM2MRDSyujQ" } diff --git a/packs/creatures/Langschwert_c9cGRVHyd3IPSSbX.json b/packs/creatures/Langschwert_c9cGRVHyd3IPSSbX.json index 5ec75608..3a77691d 100644 --- a/packs/creatures/Langschwert_c9cGRVHyd3IPSSbX.json +++ b/packs/creatures/Langschwert_c9cGRVHyd3IPSSbX.json @@ -1,37 +1,37 @@ { - "_id": "c9cGRVHyd3IPSSbX", - "name": "Langschwert", - "type": "weapon", - "sort": 100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" - } - }, - "img": "icons/weapons/swords/sword-guard-blue.webp", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!s7yuHMW75JDcFQYB.c9cGRVHyd3IPSSbX" + "_id": "c9cGRVHyd3IPSSbX", + "name": "Langschwert", + "type": "weapon", + "sort": 100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" + } + }, + "img": "icons/weapons/swords/sword-guard-blue.webp", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s7yuHMW75JDcFQYB.c9cGRVHyd3IPSSbX" } diff --git a/packs/creatures/Langschwert_iVH3BR6wH35UTmmW.json b/packs/creatures/Langschwert_iVH3BR6wH35UTmmW.json index 557517ee..657e486c 100644 --- a/packs/creatures/Langschwert_iVH3BR6wH35UTmmW.json +++ b/packs/creatures/Langschwert_iVH3BR6wH35UTmmW.json @@ -1,37 +1,37 @@ { - "_id": "iVH3BR6wH35UTmmW", - "name": "Langschwert", - "type": "weapon", - "sort": 100000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" - } - }, - "img": "icons/weapons/swords/sword-guard-blue.webp", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 7, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!ABiPZtu7q8KhWzXL.iVH3BR6wH35UTmmW" + "_id": "iVH3BR6wH35UTmmW", + "name": "Langschwert", + "type": "weapon", + "sort": 100000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.htmQWmMCQN620KrE" + } + }, + "img": "icons/weapons/swords/sword-guard-blue.webp", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 7, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!ABiPZtu7q8KhWzXL.iVH3BR6wH35UTmmW" } diff --git a/packs/creatures/Laufen__0_5_EkJB0kpYFHRMYSgl.json b/packs/creatures/Laufen__0_5_EkJB0kpYFHRMYSgl.json index f2beca1e..c4068e8b 100644 --- a/packs/creatures/Laufen__0_5_EkJB0kpYFHRMYSgl.json +++ b/packs/creatures/Laufen__0_5_EkJB0kpYFHRMYSgl.json @@ -1,30 +1,30 @@ { - "_id": "EkJB0kpYFHRMYSgl", - "flags": {}, - "changes": [ - { - "key": "system.combatValues.movement.total", - "value": "-0.5", - "mode": 2, - "priority": null - } - ], - "disabled": false, - "duration": { - "startTime": null, - "seconds": null, - "combat": null, - "rounds": null, - "turns": null, - "startRound": null, - "startTurn": null - }, - "icon": "icons/svg/aura.svg", - "tint": null, - "transfer": true, - "origin": null, - "name": "Laufen -0,5", - "description": "", - "statuses": [], - "_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3.EkJB0kpYFHRMYSgl" + "_id": "EkJB0kpYFHRMYSgl", + "flags": {}, + "changes": [ + { + "key": "system.combatValues.movement.total", + "value": "-0.5", + "mode": 2, + "priority": null + } + ], + "disabled": false, + "duration": { + "startTime": null, + "seconds": null, + "combat": null, + "rounds": null, + "turns": null, + "startRound": null, + "startTurn": null + }, + "icon": "icons/svg/aura.svg", + "tint": null, + "transfer": true, + "origin": null, + "name": "Laufen -0,5", + "description": "", + "statuses": [], + "_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3.EkJB0kpYFHRMYSgl" } diff --git a/packs/creatures/Lebende_R_stung_s7yuHMW75JDcFQYB.json b/packs/creatures/Lebende_R_stung_s7yuHMW75JDcFQYB.json index cd54f79c..d75c06eb 100644 --- a/packs/creatures/Lebende_R_stung_s7yuHMW75JDcFQYB.json +++ b/packs/creatures/Lebende_R_stung_s7yuHMW75JDcFQYB.json @@ -1,166 +1,166 @@ { - "_id": "s7yuHMW75JDcFQYB", - "name": "Lebende Rüstung", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["c9cGRVHyd3IPSSbX", "5t0R0cwzApnRQpSR", "JxIUfRCSTQ3e5BFg", "SoGfBCWyVZsQGBLk"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "s7yuHMW75JDcFQYB", + "name": "Lebende Rüstung", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["c9cGRVHyd3IPSSbX", "5t0R0cwzApnRQpSR", "JxIUfRCSTQ3e5BFg", "SoGfBCWyVZsQGBLk"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 0, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 4, + "mod": 0 + }, + "constitution": { + "base": 4, + "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": 0, + "value": 24 + }, + "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": "construct", + "sizeCategory": "normal", + "experiencePoints": 72, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 0, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 4, - "mod": 0 - }, - "constitution": { - "base": 4, - "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": 0, - "value": 24 - }, - "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": "construct", - "sizeCategory": "normal", - "experiencePoints": 72, - "description": "" - } + "name": "Lebende Rüstung", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Lebende Rüstung", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347048, - "modifiedTime": 1688934881473, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!s7yuHMW75JDcFQYB" + "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": 1668995347048, + "modifiedTime": 1688934881473, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!s7yuHMW75JDcFQYB" } diff --git a/packs/creatures/Lederpanzer_KlJJytTJybNcvjU3.json b/packs/creatures/Lederpanzer_KlJJytTJybNcvjU3.json index 2e3b8bce..ec965021 100644 --- a/packs/creatures/Lederpanzer_KlJJytTJybNcvjU3.json +++ b/packs/creatures/Lederpanzer_KlJJytTJybNcvjU3.json @@ -1,37 +1,37 @@ { - "_id": "KlJJytTJybNcvjU3", - "name": "Lederpanzer", - "type": "armor", - "sort": 200000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.equipment.60MhQmXh0c2cT5nx" - } - }, - "img": "icons/equipment/chest/breastplate-banded-leather-brown.webp", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 4, - "availability": "hamlet", - "storageLocation": "-", - "equipped": true, - "armorValue": 1, - "armorMaterialType": "leather", - "armorType": "body" - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!m9uwTf6binQeuVAb.KlJJytTJybNcvjU3" + "_id": "KlJJytTJybNcvjU3", + "name": "Lederpanzer", + "type": "armor", + "sort": 200000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.equipment.60MhQmXh0c2cT5nx" + } + }, + "img": "icons/equipment/chest/breastplate-banded-leather-brown.webp", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 4, + "availability": "hamlet", + "storageLocation": "-", + "equipped": true, + "armorValue": 1, + "armorMaterialType": "leather", + "armorType": "body" + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!m9uwTf6binQeuVAb.KlJJytTJybNcvjU3" } diff --git a/packs/creatures/Lehmpranke_KzEfCqb54s8Ju7x1.json b/packs/creatures/Lehmpranke_KzEfCqb54s8Ju7x1.json index 42073b94..4af3bcab 100644 --- a/packs/creatures/Lehmpranke_KzEfCqb54s8Ju7x1.json +++ b/packs/creatures/Lehmpranke_KzEfCqb54s8Ju7x1.json @@ -1,33 +1,33 @@ { - "_id": "KzEfCqb54s8Ju7x1", - "name": "Lehmpranke", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 3, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!yisaQaEFqduLmAJe.KzEfCqb54s8Ju7x1" + "_id": "KzEfCqb54s8Ju7x1", + "name": "Lehmpranke", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "melee", + "weaponBonus": 3, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!yisaQaEFqduLmAJe.KzEfCqb54s8Ju7x1" } diff --git a/packs/creatures/Leichnam_oVKL6zJ2kYMmBuYx.json b/packs/creatures/Leichnam_oVKL6zJ2kYMmBuYx.json index 54bf5b9e..2dba001b 100644 --- a/packs/creatures/Leichnam_oVKL6zJ2kYMmBuYx.json +++ b/packs/creatures/Leichnam_oVKL6zJ2kYMmBuYx.json @@ -1,193 +1,193 @@ { - "_id": "oVKL6zJ2kYMmBuYx", - "name": "Leichnam", - "type": "creature", - "img": "systems/ds4/assets/tokens/devin-night/lich.png", - "items": [ - "J2eP8hBIWtgayfhH", - "sNIMYcSm0y83hby7", - "exyyjDtEIdHRcx4n", - "L6i191M3m9QXN9aJ", - "Yv7u9FcT21lq7xW8", - "quDuDAGeMVUvF3WD", - "NeFjvRQWZSKtxAMm", - "1q93yorTXMMaRAcg", - "29SYRu3tP8sSILyX", - "wRp2U7ZSNdZndBmq", - "3ybAKe4uHnD5q5zD", - "tYncs86pwaeg5XAl", - "MaTZSyGMQDIMXhLe", - "bu4UNbRP2WGwKFLg", - "WFfjqz7dfZrxNdOn", - "h4Xf5AZuuDR1HwdD", - "sZicJQ2tu0pHKLT3", - "80m8uuYxkvkMY8O6", - "eVZKdojeGbmnlO7r", - "TyemqVxXHyajaeQ0", - "8yzQEtT02oPB3gQT", - "WcTIZrzNl287ClsD", - "WgItN1MKxhGmbISB", - "sNZcw4ywoelqwcFi", - "m0sMPFGCoDjzT9jz", - "ozbaYB7x9IHkkxz2" - ], - "effects": [], - "folder": null, - "sort": 0, + "_id": "oVKL6zJ2kYMmBuYx", + "name": "Leichnam", + "type": "creature", + "img": "systems/ds4/assets/tokens/devin-night/lich.png", + "items": [ + "J2eP8hBIWtgayfhH", + "sNIMYcSm0y83hby7", + "exyyjDtEIdHRcx4n", + "L6i191M3m9QXN9aJ", + "Yv7u9FcT21lq7xW8", + "quDuDAGeMVUvF3WD", + "NeFjvRQWZSKtxAMm", + "1q93yorTXMMaRAcg", + "29SYRu3tP8sSILyX", + "wRp2U7ZSNdZndBmq", + "3ybAKe4uHnD5q5zD", + "tYncs86pwaeg5XAl", + "MaTZSyGMQDIMXhLe", + "bu4UNbRP2WGwKFLg", + "WFfjqz7dfZrxNdOn", + "h4Xf5AZuuDR1HwdD", + "sZicJQ2tu0pHKLT3", + "80m8uuYxkvkMY8O6", + "eVZKdojeGbmnlO7r", + "TyemqVxXHyajaeQ0", + "8yzQEtT02oPB3gQT", + "WcTIZrzNl287ClsD", + "WgItN1MKxhGmbISB", + "sNZcw4ywoelqwcFi", + "m0sMPFGCoDjzT9jz", + "ozbaYB7x9IHkkxz2" + ], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 7, + "mod": 0 + }, + "mobility": { + "base": 6, + "mod": 0 + }, + "mind": { + "base": 9, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 0, + "mod": 0 + }, + "constitution": { + "base": 4, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 4, + "mod": 0 + }, + "intellect": { + "base": 8, + "mod": 0 + }, + "aura": { + "base": 8, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 1, + "value": 39 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "BW #(A:20)x10, #10M:20", + "foeFactor": 26, + "creatureType": "undead", + "sizeCategory": "normal", + "experiencePoints": 299, + "description": "" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 7, - "mod": 0 - }, - "mobility": { - "base": 6, - "mod": 0 - }, - "mind": { - "base": 9, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 0, - "mod": 0 - }, - "constitution": { - "base": 4, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 4, - "mod": 0 - }, - "intellect": { - "base": 8, - "mod": 0 - }, - "aura": { - "base": 8, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 1, - "value": 39 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "BW #(A:20)x10, #10M:20", - "foeFactor": 26, - "creatureType": "undead", - "sizeCategory": "normal", - "experiencePoints": 299, - "description": "" - } + "name": "Leichnam", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Leichnam", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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/lich.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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346928, - "modifiedTime": 1688934881400, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "systems/ds4/assets/tokens/devin-night/lich.png", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!oVKL6zJ2kYMmBuYx" + "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": 1668995346928, + "modifiedTime": 1688934881400, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!oVKL6zJ2kYMmBuYx" } diff --git a/packs/creatures/Licht_Odem_yjkoipelFXEzcy1x.json b/packs/creatures/Licht_Odem_yjkoipelFXEzcy1x.json index 174817b5..6cda8600 100644 --- a/packs/creatures/Licht_Odem_yjkoipelFXEzcy1x.json +++ b/packs/creatures/Licht_Odem_yjkoipelFXEzcy1x.json @@ -1,30 +1,30 @@ { - "_id": "yjkoipelFXEzcy1x", - "name": "Licht-Odem", - "type": "specialCreatureAbility", - "sort": 800000, - "flags": { - "core": { - "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" - } - }, - "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", - "effects": [], - "folder": null, - "system": { - "description": "Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", - "experiencePoints": -1 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!owGq4n7KX2P1o9em.yjkoipelFXEzcy1x" + "_id": "yjkoipelFXEzcy1x", + "name": "Licht-Odem", + "type": "specialCreatureAbility", + "sort": 800000, + "flags": { + "core": { + "sourceId": "Compendium.ds4.special-creature-abilities.sDffbUUXg88Vn2Pq" + } + }, + "img": "systems/ds4/assets/icons/official/special-creature-abilities/breath-weapon.png", + "effects": [], + "folder": null, + "system": { + "description": "Nur alle W20 Runden einsetzbar. Erzeugt nicht abwehrbaren Schaden (Schießen-Angriff) – nur für magische Abwehrboni wird gewürfelt (PW: Bonushöhe). GE x 5 m langer Kegel (am Ende GE x 3 m breit).
", + "experiencePoints": -1 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!owGq4n7KX2P1o9em.yjkoipelFXEzcy1x" } diff --git a/packs/creatures/Lockruf_GZfpSw5mnT7CLpYH.json b/packs/creatures/Lockruf_GZfpSw5mnT7CLpYH.json index 98571bd6..135a4cf3 100644 --- a/packs/creatures/Lockruf_GZfpSw5mnT7CLpYH.json +++ b/packs/creatures/Lockruf_GZfpSw5mnT7CLpYH.json @@ -1,69 +1,69 @@ { - "_id": "GZfpSw5mnT7CLpYH", - "name": "Lockruf", - "type": "spell", - "sort": 800000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.
", - "equipped": true, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "VE x 2", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "VE / 2", - "unit": "rounds" - }, - "cooldownDuration": "10r", - "minimumLevels": { - "healer": null, - "wizard": null, - "sorcerer": null - } + "_id": "GZfpSw5mnT7CLpYH", + "name": "Lockruf", + "type": "spell", + "sort": 800000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "Bei Erfolg wird das Ziel dem Zauberwirker hörig und führt bedingungslos jeden seiner Befehle aus (außer Selbstmord oder -verstümmelung). Es würde sogar seine eigenen Kameraden angreifen.
", + "equipped": true, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" }, - "ownership": { - "default": 0 + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "maxDistance": { + "value": "VE x 2", + "unit": "meter" }, - "_key": "!actors.items!s56U2LeRInrje3xh.GZfpSw5mnT7CLpYH" + "effectRadius": { + "value": "", + "unit": "meter" + }, + "duration": { + "value": "VE / 2", + "unit": "rounds" + }, + "cooldownDuration": "10r", + "minimumLevels": { + "healer": null, + "wizard": null, + "sorcerer": null + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!s56U2LeRInrje3xh.GZfpSw5mnT7CLpYH" } diff --git a/packs/creatures/Luftelementar_III_DNbOkqUg7jitTTbw.json b/packs/creatures/Luftelementar_III_DNbOkqUg7jitTTbw.json index 8c11df18..f65e8500 100644 --- a/packs/creatures/Luftelementar_III_DNbOkqUg7jitTTbw.json +++ b/packs/creatures/Luftelementar_III_DNbOkqUg7jitTTbw.json @@ -1,166 +1,166 @@ { - "_id": "DNbOkqUg7jitTTbw", - "name": "Luftelementar III", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["PL4rUPVh5MRMW796", "ghW7FO5d2do95peV", "wqzMhcBGP8qbClRW", "3yeOHhXD8iJrtRJL"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "DNbOkqUg7jitTTbw", + "name": "Luftelementar III", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["PL4rUPVh5MRMW796", "ghW7FO5d2do95peV", "wqzMhcBGP8qbClRW", "3yeOHhXD8iJrtRJL"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 15, + "mod": 0 + }, + "mobility": { + "base": 9, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 7, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 4, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 32, + "value": 64 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0.5 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 16, + "creatureType": "magicalEntity", + "sizeCategory": "large", + "experiencePoints": 143, + "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 15, - "mod": 0 - }, - "mobility": { - "base": 9, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 7, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 4, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 32, - "value": 64 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0.5 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 16, - "creatureType": "magicalEntity", - "sizeCategory": "large", - "experiencePoints": 143, - "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" - } + "name": "Luftelementar III", + "displayName": 20, + "width": 2, + "height": 2, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Luftelementar III", - "displayName": 20, - "width": 2, - "height": 2, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346310, - "modifiedTime": 1688934880811, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!DNbOkqUg7jitTTbw" + "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": 1668995346310, + "modifiedTime": 1688934880811, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!DNbOkqUg7jitTTbw" } diff --git a/packs/creatures/Luftelementar_II_wYVw1a5UjPS09YxS.json b/packs/creatures/Luftelementar_II_wYVw1a5UjPS09YxS.json index cb9198ab..e0fe6cd8 100644 --- a/packs/creatures/Luftelementar_II_wYVw1a5UjPS09YxS.json +++ b/packs/creatures/Luftelementar_II_wYVw1a5UjPS09YxS.json @@ -1,166 +1,166 @@ { - "_id": "wYVw1a5UjPS09YxS", - "name": "Luftelementar II", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["PL4rUPVh5MRMW796", "ghW7FO5d2do95peV", "wqzMhcBGP8qbClRW", "3yeOHhXD8iJrtRJL"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "wYVw1a5UjPS09YxS", + "name": "Luftelementar II", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["PL4rUPVh5MRMW796", "ghW7FO5d2do95peV", "wqzMhcBGP8qbClRW", "3yeOHhXD8iJrtRJL"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 10, + "mod": 0 + }, + "mobility": { + "base": 9, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 5, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": 0, + "value": 25 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 9, + "creatureType": "magicalEntity", + "sizeCategory": "normal", + "experiencePoints": 92, + "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 10, - "mod": 0 - }, - "mobility": { - "base": 9, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 5, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": 0, - "value": 25 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 9, - "creatureType": "magicalEntity", - "sizeCategory": "normal", - "experiencePoints": 92, - "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" - } + "name": "Luftelementar II", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Luftelementar II", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995347220, - "modifiedTime": 1688934881555, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 1, + "scaleY": 1, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!wYVw1a5UjPS09YxS" + "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": 1668995347220, + "modifiedTime": 1688934881555, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!wYVw1a5UjPS09YxS" } diff --git a/packs/creatures/Luftelementar_I_CIzMY691MK016h4E.json b/packs/creatures/Luftelementar_I_CIzMY691MK016h4E.json index 230dbea4..a62be7f0 100644 --- a/packs/creatures/Luftelementar_I_CIzMY691MK016h4E.json +++ b/packs/creatures/Luftelementar_I_CIzMY691MK016h4E.json @@ -1,166 +1,166 @@ { - "_id": "CIzMY691MK016h4E", - "name": "Luftelementar I", - "type": "creature", - "img": "icons/svg/mystery-man.svg", - "items": ["PL4rUPVh5MRMW796", "ghW7FO5d2do95peV", "wqzMhcBGP8qbClRW", "3yeOHhXD8iJrtRJL"], - "effects": [], - "folder": null, - "sort": 0, + "_id": "CIzMY691MK016h4E", + "name": "Luftelementar I", + "type": "creature", + "img": "icons/svg/mystery-man.svg", + "items": ["PL4rUPVh5MRMW796", "ghW7FO5d2do95peV", "wqzMhcBGP8qbClRW", "3yeOHhXD8iJrtRJL"], + "effects": [], + "folder": null, + "sort": 0, + "flags": {}, + "system": { + "attributes": { + "body": { + "base": 6, + "mod": 0 + }, + "mobility": { + "base": 8, + "mod": 0 + }, + "mind": { + "base": 1, + "mod": 0 + } + }, + "traits": { + "strength": { + "base": 2, + "mod": 0 + }, + "constitution": { + "base": 3, + "mod": 0 + }, + "agility": { + "base": 0, + "mod": 0 + }, + "dexterity": { + "base": 3, + "mod": 0 + }, + "intellect": { + "base": 0, + "mod": 0 + }, + "aura": { + "base": 0, + "mod": 0 + } + }, + "combatValues": { + "hitPoints": { + "mod": -9, + "value": 10 + }, + "defense": { + "mod": 0 + }, + "initiative": { + "mod": 0 + }, + "movement": { + "mod": 0 + }, + "meleeAttack": { + "mod": 0 + }, + "rangedAttack": { + "mod": 0 + }, + "spellcasting": { + "mod": 0 + }, + "targetedSpellcasting": { + "mod": 0 + } + }, + "baseInfo": { + "loot": "-", + "foeFactor": 4, + "creatureType": "magicalEntity", + "sizeCategory": "small", + "experiencePoints": 68, + "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" + } + }, + "ownership": { + "default": 0 + }, + "prototypeToken": { "flags": {}, - "system": { - "attributes": { - "body": { - "base": 6, - "mod": 0 - }, - "mobility": { - "base": 8, - "mod": 0 - }, - "mind": { - "base": 1, - "mod": 0 - } - }, - "traits": { - "strength": { - "base": 2, - "mod": 0 - }, - "constitution": { - "base": 3, - "mod": 0 - }, - "agility": { - "base": 0, - "mod": 0 - }, - "dexterity": { - "base": 3, - "mod": 0 - }, - "intellect": { - "base": 0, - "mod": 0 - }, - "aura": { - "base": 0, - "mod": 0 - } - }, - "combatValues": { - "hitPoints": { - "mod": -9, - "value": 10 - }, - "defense": { - "mod": 0 - }, - "initiative": { - "mod": 0 - }, - "movement": { - "mod": 0 - }, - "meleeAttack": { - "mod": 0 - }, - "rangedAttack": { - "mod": 0 - }, - "spellcasting": { - "mod": 0 - }, - "targetedSpellcasting": { - "mod": 0 - } - }, - "baseInfo": { - "loot": "-", - "foeFactor": 4, - "creatureType": "magicalEntity", - "sizeCategory": "small", - "experiencePoints": 68, - "description": "Alle Arten von Elementaren sind sichtbar, selbst Luftelementare, die als stürmische Wirbel Gestalt annehmen.
\nSoll ein Elementar gegen ein Element vorgehen (beispielsweise ein Lagerfeuer lö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ößenmodifikator aus der Tabelle angerechnet wird. Das endgültige Ergebnis stellt den Probenwert dar, gegen den das Elementar eine vergleichende Probe mit KÖR+ST würfeln muss, um das Element zu bezwingen. Das Elementar erhält +8 auf die Probe, wenn es sich um das eigene Element handelt bzw. -8, wenn es gegen das Element anfällig ist. Bei einem Mißerfolg der vergleichenden Probe erhält es abwehrlosen Schaden in Höhe der Ergebnisdistanz, kann es aber in der nächsten Runde erneut versuchen.
" - } + "name": "Luftelementar I", + "displayName": 20, + "width": 1, + "height": 1, + "lockRotation": false, + "rotation": 0, + "actorLink": false, + "disposition": -1, + "displayBars": 40, + "bar1": { + "attribute": "combatValues.hitPoints" }, - "ownership": { - "default": 0 + "bar2": { + "attribute": null }, - "prototypeToken": { - "flags": {}, - "name": "Luftelementar I", - "displayName": 20, - "width": 1, - "height": 1, - "lockRotation": false, - "rotation": 0, - "actorLink": false, - "disposition": -1, - "displayBars": 40, - "bar1": { - "attribute": "combatValues.hitPoints" - }, - "bar2": { - "attribute": null - }, - "randomImg": false, - "alpha": 1, - "light": { - "alpha": 0.5, - "angle": 360, - "bright": 0, - "coloration": 1, - "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 + "randomImg": false, + "alpha": 1, + "light": { + "alpha": 0.5, + "angle": 360, + "bright": 0, + "coloration": 1, + "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 }, - "_stats": { - "systemId": "ds4", - "systemVersion": "1.19.4", - "coreVersion": "11.305", - "createdTime": 1668995346301, - "modifiedTime": 1688934880804, - "lastModifiedBy": "DS4BuildSystem00" + "texture": { + "src": "icons/svg/mystery-man.svg", + "scaleX": 0.7, + "scaleY": 0.7, + "offsetX": 0, + "offsetY": 0, + "rotation": 0, + "tint": null }, - "_key": "!actors!CIzMY691MK016h4E" + "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": 1668995346301, + "modifiedTime": 1688934880804, + "lastModifiedBy": "DS4BuildSystem00" + }, + "_key": "!actors!CIzMY691MK016h4E" } diff --git a/packs/creatures/Luftsto__PL4rUPVh5MRMW796.json b/packs/creatures/Luftsto__PL4rUPVh5MRMW796.json index 7332921f..a19991d9 100644 --- a/packs/creatures/Luftsto__PL4rUPVh5MRMW796.json +++ b/packs/creatures/Luftsto__PL4rUPVh5MRMW796.json @@ -1,33 +1,33 @@ { - "_id": "PL4rUPVh5MRMW796", - "name": "Luftstoß", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "-1 WB/2 m
", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "meleeRanged", - "weaponBonus": 2, - "opponentDefense": 0 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!wYVw1a5UjPS09YxS.PL4rUPVh5MRMW796" + "_id": "PL4rUPVh5MRMW796", + "name": "Luftstoß", + "type": "weapon", + "sort": 100000, + "flags": {}, + "img": "icons/svg/mystery-man.svg", + "effects": [], + "folder": null, + "system": { + "description": "-1 WB/2 m
", + "quantity": 1, + "price": 0, + "availability": "unset", + "storageLocation": "-", + "equipped": true, + "attackType": "meleeRanged", + "weaponBonus": 2, + "opponentDefense": 0 + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!wYVw1a5UjPS09YxS.PL4rUPVh5MRMW796" } diff --git a/packs/creatures/Magisches_Schloss_bu4UNbRP2WGwKFLg.json b/packs/creatures/Magisches_Schloss_bu4UNbRP2WGwKFLg.json index ff0b97a7..18f2d880 100644 --- a/packs/creatures/Magisches_Schloss_bu4UNbRP2WGwKFLg.json +++ b/packs/creatures/Magisches_Schloss_bu4UNbRP2WGwKFLg.json @@ -1,73 +1,73 @@ { - "_id": "bu4UNbRP2WGwKFLg", - "name": "Magisches Schloss", - "type": "spell", - "img": "systems/ds4/assets/icons/game-icons/lorc/padlock.svg", - "effects": [], - "folder": null, - "sort": 0, - "flags": { - "core": { - "sourceId": "Compendium.ds4.spells.dzYAc9ti7ghhkyiX" - } + "_id": "bu4UNbRP2WGwKFLg", + "name": "Magisches Schloss", + "type": "spell", + "img": "systems/ds4/assets/icons/game-icons/lorc/padlock.svg", + "effects": [], + "folder": null, + "sort": 0, + "flags": { + "core": { + "sourceId": "Compendium.ds4.spells.dzYAc9ti7ghhkyiX" + } + }, + "system": { + "description": "Dieser Zauber verschließt auf magische Weise eine Klappe, Truhe, Tür oder ähnliche Öffnung.
\nDas Probenergebnis stellt die Erschwernis dar, um dieses Schloss zu öffnen (ob nun mit einem Dietrich, roher Gewalt oder Magie), nur der Zauberwirker selbst kann es ohne Probleme öffnen.
\nDer Zauber kann auch auf ein mechanisches Schloss gesprochen werden, um dessen Schlosswert (SW) zu verstärken.
", + "equipped": false, + "spellType": "spellcasting", + "spellModifier": { + "numerical": 0, + "complex": "" }, - "system": { - "description": "Dieser Zauber verschließt auf magische Weise eine Klappe, Truhe, Tür oder ähnliche Öffnung.
\nDas Probenergebnis stellt die Erschwernis dar, um dieses Schloss zu öffnen (ob nun mit einem Dietrich, roher Gewalt oder Magie), nur der Zauberwirker selbst kann es ohne Probleme öffnen.
\nDer Zauber kann auch auf ein mechanisches Schloss gesprochen werden, um dessen Schlosswert (SW) zu verstärken.
", - "equipped": false, - "spellType": "spellcasting", - "spellModifier": { - "numerical": 0, - "complex": "" - }, - "allowsDefense": false, - "spellGroups": { - "lightning": false, - "earth": false, - "water": false, - "ice": false, - "fire": false, - "healing": false, - "light": false, - "air": false, - "transport": false, - "damage": false, - "shadow": false, - "protection": false, - "mindAffecting": false, - "demonology": false, - "necromancy": false, - "transmutation": false, - "area": false - }, - "maxDistance": { - "value": "Berühren", - "unit": "meter" - }, - "effectRadius": { - "value": "", - "unit": "meter" - }, - "duration": { - "value": "Bis Schloss geöffnet", - "unit": "custom" - }, - "cooldownDuration": "5r", - "minimumLevels": { - "healer": 3, - "wizard": 1, - "sorcerer": 1 - } + "allowsDefense": false, + "spellGroups": { + "lightning": false, + "earth": false, + "water": false, + "ice": false, + "fire": false, + "healing": false, + "light": false, + "air": false, + "transport": false, + "damage": false, + "shadow": false, + "protection": false, + "mindAffecting": false, + "demonology": false, + "necromancy": false, + "transmutation": false, + "area": false }, - "ownership": { - "default": 0 + "maxDistance": { + "value": "Berühren", + "unit": "meter" }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null + "effectRadius": { + "value": "", + "unit": "meter" }, - "_key": "!actors.items!oVKL6zJ2kYMmBuYx.bu4UNbRP2WGwKFLg" + "duration": { + "value": "Bis Schloss geöffnet", + "unit": "custom" + }, + "cooldownDuration": "5r", + "minimumLevels": { + "healer": 3, + "wizard": 1, + "sorcerer": 1 + } + }, + "ownership": { + "default": 0 + }, + "_stats": { + "systemId": null, + "systemVersion": null, + "coreVersion": null, + "createdTime": null, + "modifiedTime": null, + "lastModifiedBy": null + }, + "_key": "!actors.items!oVKL6zJ2kYMmBuYx.bu4UNbRP2WGwKFLg" } diff --git a/packs/creatures/Massive_Keule_WnNygCJUgl9nJVDV.json b/packs/creatures/Massive_Keule_WnNygCJUgl9nJVDV.json index 8049172c..752ebbce 100644 --- a/packs/creatures/Massive_Keule_WnNygCJUgl9nJVDV.json +++ b/packs/creatures/Massive_Keule_WnNygCJUgl9nJVDV.json @@ -1,33 +1,33 @@ { - "_id": "WnNygCJUgl9nJVDV", - "name": "Massive Keule", - "type": "weapon", - "sort": 100000, - "flags": {}, - "img": "icons/svg/mystery-man.svg", - "effects": [], - "folder": null, - "system": { - "description": "", - "quantity": 1, - "price": 0, - "availability": "unset", - "storageLocation": "-", - "equipped": true, - "attackType": "melee", - "weaponBonus": 2, - "opponentDefense": -2 - }, - "ownership": { - "default": 0 - }, - "_stats": { - "systemId": null, - "systemVersion": null, - "coreVersion": null, - "createdTime": null, - "modifiedTime": null, - "lastModifiedBy": null - }, - "_key": "!actors.items!95N3CQpgVqg4zz0k.WnNygCJUgl9nJVDV" + "_id": "WnNygCJUgl9nJVDV", + "name": "Massive Keule", + "type": "weapon", + "sort": 100000, + "