feat: use new ActiveEffect transferral system

Closes #68
This commit is contained in:
Johannes Loher 2023-06-25 23:55:08 +02:00
parent 6485275b1b
commit 5874208bf5
Signed by: saluu
GPG key ID: 7CB0A9FB553DA045
1794 changed files with 64369 additions and 67963 deletions

View file

@ -267,7 +267,6 @@
"DS4.CreatureBaseInfoSizeCategory": "Größenkategorie", "DS4.CreatureBaseInfoSizeCategory": "Größenkategorie",
"DS4.CreatureBaseInfoExperiencePoints": "Erfahrungspunkte", "DS4.CreatureBaseInfoExperiencePoints": "Erfahrungspunkte",
"DS4.CreatureBaseInfoDescription": "Beschreibung", "DS4.CreatureBaseInfoDescription": "Beschreibung",
"DS4.WarningManageActiveEffectOnOwnedItem": "Das Verwalten von aktiven Effekten innerhalb eines besessen Items wird derzeit nicht unterstützt und wird in einem nachfolgenden Update hinzugefügt. Falls Sie eigentlich den auf den Aktor übertragenen Effekt verwalten wollen, können Sie dies im 'Effekte'-Tab des Aktorbogens tun.",
"DS4.WarningActorCannotOwnItem": "Der Aktor '{actorName}' vom Typ '{actorType}' kann das Item '{itemName}' vom Typ '{itemType}' nicht besitzen.", "DS4.WarningActorCannotOwnItem": "Der Aktor '{actorName}' vom Typ '{actorType}' kann das Item '{itemName}' vom Typ '{itemType}' nicht besitzen.",
"DS4.ErrorDiceCoupFumbleOverlap": "Es gibt eine Überlappung zwischen Patzern und Immersiegen.", "DS4.ErrorDiceCoupFumbleOverlap": "Es gibt eine Überlappung zwischen Patzern und Immersiegen.",
"DS4.ErrorSlayingDiceRecursionLimitExceeded": "Die maximale Rekursionstiefe für slayende Würfelwürfe wurde überschritten.", "DS4.ErrorSlayingDiceRecursionLimitExceeded": "Die maximale Rekursionstiefe für slayende Würfelwürfe wurde überschritten.",
@ -314,10 +313,10 @@
"DS4.DialogRollOptionsDefaultTitle": "Proben-Optionen", "DS4.DialogRollOptionsDefaultTitle": "Proben-Optionen",
"DS4.ErrorUnexpectedHtmlType": "Typfehler: Erwartet wurde '{exType}', tatsächlich erhalten wurde '{realType}'.", "DS4.ErrorUnexpectedHtmlType": "Typfehler: Erwartet wurde '{exType}', tatsächlich erhalten wurde '{realType}'.",
"DS4.ErrorCouldNotFindForm": "Konnte HTML Element '{htmlElement}' nicht finden.", "DS4.ErrorCouldNotFindForm": "Konnte HTML Element '{htmlElement}' nicht finden.",
"DS4.ErrorActorDoesNotHaveItem": "Der Aktor '{actor}' hat kein Item mit der ID '{id}'.", "DS4.ErrorActorDoesNotHaveItem": "Der Aktor '{actor}' hat kein Item mit der UUID '{uuid}'.",
"DS4.ErrorUnexpectedError": "Es gab einen unerwarteten Fehler im Dungeonslayers 4 System. Für mehr Details schauen Sie bitte in die Konsole (F12).", "DS4.ErrorUnexpectedError": "Es gab einen unerwarteten Fehler im Dungeonslayers 4 System. Für mehr Details schauen Sie bitte in die Konsole (F12).",
"DS4.ErrorItemDoesNotHaveEffect": "Das Item '{item}' hat keinen Effekt mit der ID '{id}'.", "DS4.ErrorItemDoesNotHaveEffect": "Das Item '{item}' hat keinen Effekt mit der ID '{id}'.",
"DS4.ErrorActorDoesNotHaveEffect": "Der Aktor '{actor}' hat keinen Effekt mit der ID '{id}'.", "DS4.ErrorActorDoesNotHaveEffect": "Der Aktor '{actor}' hat keinen Effekt mit der UUID '{uuid}'.",
"DS4.DialogRollOptionsCheckTargetNumberLabel": "Probenwert", "DS4.DialogRollOptionsCheckTargetNumberLabel": "Probenwert",
"DS4.DialogRollOptionsCheckModifierLabel": "Modifikator", "DS4.DialogRollOptionsCheckModifierLabel": "Modifikator",
"DS4.DialogRollOptionsCheckModifierCustomLabel": "Individueller Modifikator", "DS4.DialogRollOptionsCheckModifierCustomLabel": "Individueller Modifikator",

View file

@ -267,7 +267,6 @@
"DS4.CreatureBaseInfoSizeCategory": "Size Category", "DS4.CreatureBaseInfoSizeCategory": "Size Category",
"DS4.CreatureBaseInfoExperiencePoints": "Experience Points", "DS4.CreatureBaseInfoExperiencePoints": "Experience Points",
"DS4.CreatureBaseInfoDescription": "Description", "DS4.CreatureBaseInfoDescription": "Description",
"DS4.WarningManageActiveEffectOnOwnedItem": "Managing Active Effects within an Owned Item is not currently supported and will be added in a subsequent update. If you actually want to manage the effect that has been transferred to the actor, you can do so in the 'Effects' tab in the actor sheet.",
"DS4.WarningActorCannotOwnItem": "The actor '{actorName}' of type '{actorType}' cannot own the item '{itemName}' of type '{itemType}'.", "DS4.WarningActorCannotOwnItem": "The actor '{actorName}' of type '{actorType}' cannot own the item '{itemName}' of type '{itemType}'.",
"DS4.ErrorDiceCoupFumbleOverlap": "There is an overlap between Fumbles and Coups.", "DS4.ErrorDiceCoupFumbleOverlap": "There is an overlap between Fumbles and Coups.",
"DS4.ErrorSlayingDiceRecursionLimitExceeded": "Maximum recursion depth for slaying dice roll exceeded.", "DS4.ErrorSlayingDiceRecursionLimitExceeded": "Maximum recursion depth for slaying dice roll exceeded.",
@ -314,10 +313,10 @@
"DS4.DialogRollOptionsDefaultTitle": "Roll Options", "DS4.DialogRollOptionsDefaultTitle": "Roll Options",
"DS4.ErrorUnexpectedHtmlType": "Type Error: Expected '{exType}' but got '{realType}'.", "DS4.ErrorUnexpectedHtmlType": "Type Error: Expected '{exType}' but got '{realType}'.",
"DS4.ErrorCouldNotFindForm": "Could not find HTML element '{htmlElement}'.", "DS4.ErrorCouldNotFindForm": "Could not find HTML element '{htmlElement}'.",
"DS4.ErrorActorDoesNotHaveItem": "The actor '{actor}' does not have any item with the id '{id}'.", "DS4.ErrorActorDoesNotHaveItem": "The actor '{actor}' does not have any item with the UUID '{uuid}'.",
"DS4.ErrorUnexpectedError": "There was an unexpected error in the Dungeonslayers 4 system. For more details, please take a look at the console (F12).", "DS4.ErrorUnexpectedError": "There was an unexpected error in the Dungeonslayers 4 system. For more details, please take a look at the console (F12).",
"DS4.ErrorItemDoesNotHaveEffect": "The item '{item}' does not have any effect with the id '{id}'.", "DS4.ErrorItemDoesNotHaveEffect": "The item '{item}' does not have any effect with the ID '{id}'.",
"DS4.ErrorActorDoesNotHaveEffect": "The actor '{actor}' does not have any effect with the id '{id}'.", "DS4.ErrorActorDoesNotHaveEffect": "The actor '{actor}' does not have any effect with the UUID '{uuid}'.",
"DS4.DialogRollOptionsCheckTargetNumberLabel": "Check Target Number", "DS4.DialogRollOptionsCheckTargetNumberLabel": "Check Target Number",
"DS4.DialogRollOptionsCheckModifierLabel": "Modifier", "DS4.DialogRollOptionsCheckModifierLabel": "Modifier",
"DS4.DialogRollOptionsCheckModifierCustomLabel": "Custom Modifier", "DS4.DialogRollOptionsCheckModifierCustomLabel": "Custom Modifier",

View file

@ -1,34 +0,0 @@
{
"_id": "EeRWStF1rRiIO5Ar",
"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": 0,
"seconds": null,
"combat": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"icon": "icons/svg/aura.svg",
"label": "GEI + AU als Bonus auf Stärke und Härte",
"origin": "Compendium.ds4.creatures.6KmAeL9lVxWXIeU6.Item.aTr4fC2AuCJ5PLGF",
"tint": null,
"transfer": false,
"flags": {},
"_key": "!actors.effects!6KmAeL9lVxWXIeU6.EeRWStF1rRiIO5Ar"
}

View file

@ -1,28 +0,0 @@
{
"_id": "JHK7Wjpao2TJM9FZ",
"changes": [
{
"key": "system.combatValues.movement.total",
"value": "-0.5",
"mode": 2,
"priority": null
}
],
"disabled": false,
"duration": {
"startTime": 0,
"seconds": null,
"combat": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"icon": "icons/svg/aura.svg",
"label": "Laufen -0,5",
"origin": "Compendium.ds4.creatures.C4xijAwQdhRHz0Cs.Item.wTcga48GOVD8cQV3",
"tint": null,
"transfer": false,
"flags": {},
"_key": "!actors.effects!C4xijAwQdhRHz0Cs.JHK7Wjpao2TJM9FZ"
}

View file

@ -1,28 +0,0 @@
{
"_id": "ZtHVENPFHCbXGOig",
"changes": [
{
"key": "system.combatValues.initiative.total",
"value": "-1",
"mode": 2,
"priority": null
}
],
"disabled": false,
"duration": {
"startTime": 0,
"seconds": null,
"combat": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"icon": "icons/svg/aura.svg",
"label": "Initiative -1",
"origin": "Compendium.ds4.creatures.C4xijAwQdhRHz0Cs.Item.whLRBkMseej6C3IG",
"tint": null,
"transfer": false,
"flags": {},
"_key": "!actors.effects!C4xijAwQdhRHz0Cs.ZtHVENPFHCbXGOig"
}

View file

@ -1,28 +0,0 @@
{
"_id": "dNE6ol93DRVL7KwH",
"changes": [
{
"key": "system.combatValues.initiative.total",
"value": "1",
"mode": 2,
"priority": null
}
],
"disabled": false,
"duration": {
"startTime": 0,
"seconds": null,
"combat": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"icon": "icons/svg/aura.svg",
"label": "Initiative +1",
"origin": "Compendium.ds4.creatures.C4xijAwQdhRHz0Cs.Item.lXtH1PL4nnpzMGkI",
"tint": null,
"transfer": false,
"flags": {},
"_key": "!actors.effects!C4xijAwQdhRHz0Cs.dNE6ol93DRVL7KwH"
}

View file

@ -1,34 +0,0 @@
{
"_id": "xOFATK3tVf0XChho",
"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": 0,
"seconds": null,
"combat": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"icon": "icons/svg/aura.svg",
"label": "GEI + AU als Bonus auf Stärke und Härte",
"origin": "Compendium.ds4.creatures.P3mlpN2JrbnDtLwJ.Item.nX0rcnKD1xHYwysw",
"tint": null,
"transfer": false,
"flags": {},
"_key": "!actors.effects!P3mlpN2JrbnDtLwJ.xOFATK3tVf0XChho"
}

View file

@ -1,34 +0,0 @@
{
"_id": "RzCEjaZBI6Rk6bt4",
"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": 0,
"seconds": null,
"combat": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"icon": "icons/svg/aura.svg",
"label": "GEI + AU als Bonus auf Stärke und Härte",
"origin": "Compendium.ds4.creatures.cE5kI3uqXWQrCaI5.Item.02uWHUcM8MBPKqb6",
"tint": null,
"transfer": false,
"flags": {},
"_key": "!actors.effects!cE5kI3uqXWQrCaI5.RzCEjaZBI6Rk6bt4"
}

View file

@ -1,28 +0,0 @@
{
"_id": "Z7hdBZ7Rm4qFPnHo",
"changes": [
{
"key": "system.combatValues.defense.total",
"value": "3",
"mode": 2,
"priority": null
}
],
"disabled": false,
"duration": {
"startTime": 0,
"seconds": null,
"combat": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"label": "Panzerung +3 (magisch)",
"origin": "Compendium.ds4.creatures.oVKL6zJ2kYMmBuYx.Item.Yv7u9FcT21lq7xW8",
"transfer": false,
"flags": {},
"icon": null,
"tint": null,
"_key": "!actors.effects!oVKL6zJ2kYMmBuYx.Z7hdBZ7Rm4qFPnHo"
}

View file

@ -1,34 +0,0 @@
{
"_id": "fmyWjY4g3kUO22no",
"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": 0,
"seconds": null,
"combat": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"icon": "icons/svg/aura.svg",
"label": "GEI + AU als Bonus auf Stärke und Härte",
"origin": "Compendium.ds4.creatures.oVKL6zJ2kYMmBuYx.Item.L6i191M3m9QXN9aJ",
"tint": null,
"transfer": false,
"flags": {},
"_key": "!actors.effects!oVKL6zJ2kYMmBuYx.fmyWjY4g3kUO22no"
}

View file

@ -1,34 +0,0 @@
{
"_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
},
"icon": "icons/svg/aura.svg",
"label": "GEI + AU als Bonus auf Stärke und Härte",
"transfer": true,
"flags": {},
"tint": null,
"origin": null,
"_key": "!actors.items.effects!6KmAeL9lVxWXIeU6.aTr4fC2AuCJ5PLGF.xw1OyyTdDwkNe2jC"
}

View file

@ -1,28 +0,0 @@
{
"_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",
"label": "Initiative +1",
"tint": null,
"transfer": true,
"origin": null,
"_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.lXtH1PL4nnpzMGkI.zgiIGlRMVCgAzrn7"
}

View file

@ -1,28 +0,0 @@
{
"_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",
"label": "Laufen -0,5",
"tint": null,
"transfer": true,
"origin": null,
"_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.wTcga48GOVD8cQV3.EkJB0kpYFHRMYSgl"
}

View file

@ -1,28 +0,0 @@
{
"_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",
"label": "Initiative -1",
"tint": null,
"transfer": true,
"origin": null,
"_key": "!actors.items.effects!C4xijAwQdhRHz0Cs.whLRBkMseej6C3IG.wlQWjU1kXovR5G1J"
}

View file

@ -1,34 +0,0 @@
{
"_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
},
"icon": "icons/svg/aura.svg",
"label": "GEI + AU als Bonus auf Stärke und Härte",
"transfer": true,
"flags": {},
"tint": null,
"origin": null,
"_key": "!actors.items.effects!P3mlpN2JrbnDtLwJ.nX0rcnKD1xHYwysw.xw1OyyTdDwkNe2jC"
}

View file

@ -1,34 +0,0 @@
{
"_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
},
"icon": "icons/svg/aura.svg",
"label": "GEI + AU als Bonus auf Stärke und Härte",
"transfer": true,
"flags": {},
"tint": null,
"origin": null,
"_key": "!actors.items.effects!cE5kI3uqXWQrCaI5.02uWHUcM8MBPKqb6.xw1OyyTdDwkNe2jC"
}

View file

@ -1,34 +0,0 @@
{
"_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
},
"icon": "icons/svg/aura.svg",
"label": "GEI + AU als Bonus auf Stärke und Härte",
"transfer": true,
"flags": {},
"tint": null,
"origin": null,
"_key": "!actors.items.effects!oVKL6zJ2kYMmBuYx.L6i191M3m9QXN9aJ.xw1OyyTdDwkNe2jC"
}

View file

@ -1,28 +0,0 @@
{
"_id": "Qpy3XcHOokbU7ZaS",
"flags": {},
"changes": [
{
"key": "system.combatValues.defense.total",
"value": "3",
"mode": 2,
"priority": null
}
],
"duration": {
"startTime": null,
"seconds": null,
"combat": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"label": "Panzerung +3 (magisch)",
"transfer": true,
"disabled": false,
"icon": null,
"origin": null,
"tint": null,
"_key": "!actors.items.effects!oVKL6zJ2kYMmBuYx.Yv7u9FcT21lq7xW8.Qpy3XcHOokbU7ZaS"
}

View file

@ -3,13 +3,7 @@
"name": "Adler", "name": "Adler",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/eagle.png", "img": "systems/ds4/assets/tokens/devin-night/eagle.png",
"items": [ "items": ["9vJL3lyC4RTQCZ7e", "zYQAanmjVsNytqBl", "ysyoJA3dYTu4XXvt", "k9Ng7RdfvSRN5JVW", "zUXT2ZkY12TAu5CU"],
"9vJL3lyC4RTQCZ7e",
"zYQAanmjVsNytqBl",
"ysyoJA3dYTu4XXvt",
"k9Ng7RdfvSRN5JVW",
"zUXT2ZkY12TAu5CU"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -156,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346489, "createdTime": 1668995346489,
"modifiedTime": 1668995460809, "modifiedTime": 1687731798482,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!HjpxMlpyjPr3hd3r" "_key": "!actors!HjpxMlpyjPr3hd3r"

View file

@ -3,13 +3,7 @@
"name": "Alligator", "name": "Alligator",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/alligator-green.png", "img": "systems/ds4/assets/tokens/devin-night/alligator-green.png",
"items": [ "items": ["Z4ZEuB2l0vo2dJcK", "ACGvtQk97Udg1rih", "Buv9Nzqx0hpPPsew", "ree4HN3j8tv7b18k", "8Aq23UcNNFecGbk9"],
"Z4ZEuB2l0vo2dJcK",
"ACGvtQk97Udg1rih",
"Buv9Nzqx0hpPPsew",
"ree4HN3j8tv7b18k",
"8Aq23UcNNFecGbk9"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -156,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347112, "createdTime": 1668995347112,
"modifiedTime": 1668995461379, "modifiedTime": 1687731798596,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!ttzlBKtMWz981WF3" "_key": "!actors!ttzlBKtMWz981WF3"

View file

@ -168,14 +168,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346257, "createdTime": 1668995346257,
"modifiedTime": 1668995460713, "modifiedTime": 1687731798445,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!8E7Mm0LsiqFm6syY" "_key": "!actors!8E7Mm0LsiqFm6syY"

View file

@ -3,12 +3,7 @@
"name": "Bär", "name": "Bär",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/bear-1.png", "img": "systems/ds4/assets/tokens/devin-night/bear-1.png",
"items": [ "items": ["qZayWokGcZreHpfI", "ayDGYJevUkbQ3N0c", "PKewYpkEmAWTc1j5", "WbEsNLQpzoWJlJyj"],
"qZayWokGcZreHpfI",
"ayDGYJevUkbQ3N0c",
"PKewYpkEmAWTc1j5",
"WbEsNLQpzoWJlJyj"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346499, "createdTime": 1668995346499,
"modifiedTime": 1668995460812, "modifiedTime": 1687731798486,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!InLjj4RGxfkDrtXr" "_key": "!actors!InLjj4RGxfkDrtXr"

View file

@ -157,14 +157,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346388, "createdTime": 1668995346388,
"modifiedTime": 1668995460783, "modifiedTime": 1687731798472,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!GVLSLNSoMybeWhBP" "_key": "!actors!GVLSLNSoMybeWhBP"

View file

@ -158,14 +158,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346710, "createdTime": 1668995346710,
"modifiedTime": 1668995461165, "modifiedTime": 1687731798527,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!WboyONCY2UZildi9" "_key": "!actors!WboyONCY2UZildi9"

View file

@ -3,14 +3,7 @@
"name": "Dämonenfürst", "name": "Dämonenfürst",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"bXEiQJc7aJmLW1K4",
"N6MfjihlDL9hfse6",
"BDsxMEuEKfjEgFk3",
"AHJhJgRCvw2dKx78",
"DURD01IkVxPAwlxf",
"hvOFruV5fmieLXnk"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -157,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346629, "createdTime": 1668995346629,
"modifiedTime": 1668995461020, "modifiedTime": 1687731798504,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!PKPmkOMLDGwS9QZJ" "_key": "!actors!PKPmkOMLDGwS9QZJ"

View file

@ -3,21 +3,7 @@
"name": "Drachenwelpe (Blau)", "name": "Drachenwelpe (Blau)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"items": [ "items": ["2lkp7kvBk98s2WcR"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"2lkp7kvBk98s2WcR"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346697, "createdTime": 1668995346697,
"modifiedTime": 1668995461156, "modifiedTime": 1687731798524,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!US32MfI48tX5x8Kz" "_key": "!actors!US32MfI48tX5x8Kz"

View file

@ -3,21 +3,7 @@
"name": "Drachenwelpe (Bronze)", "name": "Drachenwelpe (Bronze)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"items": [ "items": ["yjkoipelFXEzcy1x", "yTFT0UXNa9s9pbM4"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347091, "createdTime": 1668995347091,
"modifiedTime": 1668995461374, "modifiedTime": 1687731798595,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!tchJggykZKx2ctBv" "_key": "!actors!tchJggykZKx2ctBv"

View file

@ -3,21 +3,7 @@
"name": "Drachenwelpe (Gelb)", "name": "Drachenwelpe (Gelb)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"items": [ "items": ["yjkoipelFXEzcy1x", "3wfMRBF49WH74mt2"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"3wfMRBF49WH74mt2"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347121, "createdTime": 1668995347121,
"modifiedTime": 1668995461383, "modifiedTime": 1687731798597,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!uomniEHbTAek8ERH" "_key": "!actors!uomniEHbTAek8ERH"

View file

@ -3,21 +3,7 @@
"name": "Drachenwelpe (Gold)", "name": "Drachenwelpe (Gold)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"items": [ "items": ["yjkoipelFXEzcy1x"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346962, "createdTime": 1668995346962,
"modifiedTime": 1668995461339, "modifiedTime": 1687731798581,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!owGq4n7KX2P1o9em" "_key": "!actors!owGq4n7KX2P1o9em"

View file

@ -3,21 +3,7 @@
"name": "Drachenwelpe (Grün)", "name": "Drachenwelpe (Grün)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"items": [ "items": ["qYO8vFpNBw2wQLIJ"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"qYO8vFpNBw2wQLIJ"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346875, "createdTime": 1668995346875,
"modifiedTime": 1668995461297, "modifiedTime": 1687731798563,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!kFieLVdVz8XittRw" "_key": "!actors!kFieLVdVz8XittRw"

View file

@ -3,21 +3,7 @@
"name": "Drachenwelpe (Rot)", "name": "Drachenwelpe (Rot)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"items": [ "items": ["F5KCKyCC8nD8lrn2"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"F5KCKyCC8nD8lrn2"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346249, "createdTime": 1668995346249,
"modifiedTime": 1668995460684, "modifiedTime": 1687731798440,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!7CvWSMFqWHvwajP1" "_key": "!actors!7CvWSMFqWHvwajP1"

View file

@ -3,21 +3,7 @@
"name": "Drachenwelpe (Silber)", "name": "Drachenwelpe (Silber)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"items": [ "items": [],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346414, "createdTime": 1668995346414,
"modifiedTime": 1668995460789, "modifiedTime": 1687731798475,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!GeUXlf57uWcGVGRH" "_key": "!actors!GeUXlf57uWcGVGRH"

View file

@ -3,21 +3,7 @@
"name": "Drachenwelpe (Weiß)", "name": "Drachenwelpe (Weiß)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"items": [ "items": ["yjkoipelFXEzcy1x", "xUH4ga5oyxeT3mW2"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"4JCW7iKb2e9I2ZSj",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"xUH4ga5oyxeT3mW2"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347204, "createdTime": 1668995347204,
"modifiedTime": 1668995461402, "modifiedTime": 1687731798603,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!vsKKpweX6I1TQYBj" "_key": "!actors!vsKKpweX6I1TQYBj"

View file

@ -164,14 +164,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347224, "createdTime": 1668995347224,
"modifiedTime": 1668995461410, "modifiedTime": 1687731798608,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!wqgUDJc7Qb28hBBo" "_key": "!actors!wqgUDJc7Qb28hBBo"

View file

@ -3,12 +3,7 @@
"name": "Echsenmensch", "name": "Echsenmensch",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/lizard-man-green-dark.png", "img": "systems/ds4/assets/tokens/devin-night/lizard-man-green-dark.png",
"items": [ "items": ["5X3YrQ6PeuexE5QD", "CylYyspqzzOiD3QA", "tOY9c09eNSqmJHki", "G0avaPXmxplRB8al"],
"5X3YrQ6PeuexE5QD",
"CylYyspqzzOiD3QA",
"tOY9c09eNSqmJHki",
"G0avaPXmxplRB8al"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346458, "createdTime": 1668995346458,
"modifiedTime": 1668995460805, "modifiedTime": 1687731798480,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!HgTRHAjq1YBk40sO" "_key": "!actors!HgTRHAjq1YBk40sO"

View file

@ -160,14 +160,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346679, "createdTime": 1668995346679,
"modifiedTime": 1668995461142, "modifiedTime": 1687731798519,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!SQv63FQBjA5jW5xv" "_key": "!actors!SQv63FQBjA5jW5xv"

View file

@ -3,11 +3,7 @@
"name": "Erdelementar III", "name": "Erdelementar III",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["VHt6K5ArvzyfTEje", "fIoBfLmNCxGfGzEX", "23wk4FP7dNTkLgB5"],
"VHt6K5ArvzyfTEje",
"fIoBfLmNCxGfGzEX",
"23wk4FP7dNTkLgB5"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -154,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346894, "createdTime": 1668995346894,
"modifiedTime": 1668995461320, "modifiedTime": 1687731798571,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!mOQ21HFNisTfu7ve" "_key": "!actors!mOQ21HFNisTfu7ve"

View file

@ -3,11 +3,7 @@
"name": "Erdelementar II", "name": "Erdelementar II",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"VHt6K5ArvzyfTEje",
"fIoBfLmNCxGfGzEX",
"23wk4FP7dNTkLgB5"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -154,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346676, "createdTime": 1668995346676,
"modifiedTime": 1668995461139, "modifiedTime": 1687731798516,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!S8DNL5XpmNRSNJhD" "_key": "!actors!S8DNL5XpmNRSNJhD"

View file

@ -3,11 +3,7 @@
"name": "Erdelementar I", "name": "Erdelementar I",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"VHt6K5ArvzyfTEje",
"fIoBfLmNCxGfGzEX",
"23wk4FP7dNTkLgB5"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -154,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346142, "createdTime": 1668995346142,
"modifiedTime": 1668995460492, "modifiedTime": 1687731798416,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!1PYYg60DHC6RA3oO" "_key": "!actors!1PYYg60DHC6RA3oO"

View file

@ -3,21 +3,7 @@
"name": "Erwachsener Drache (Blau)", "name": "Erwachsener Drache (Blau)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"items": [ "items": ["pX6BSfPqftBLxuhf", "6oHGA6nCXRiuAY2O"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf",
"6oHGA6nCXRiuAY2O"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346843, "createdTime": 1668995346843,
"modifiedTime": 1668995461272, "modifiedTime": 1687731798558,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!e1oy4levSO4VOQx8" "_key": "!actors!e1oy4levSO4VOQx8"

View file

@ -3,21 +3,7 @@
"name": "Erwachsener Drache (Bronze)", "name": "Erwachsener Drache (Bronze)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"items": [ "items": [],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346542, "createdTime": 1668995346542,
"modifiedTime": 1668995460823, "modifiedTime": 1687731798492,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!Ko3jVM757Kr89IQr" "_key": "!actors!Ko3jVM757Kr89IQr"

View file

@ -3,21 +3,7 @@
"name": "Erwachsener Drache (Gelb)", "name": "Erwachsener Drache (Gelb)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"items": [ "items": ["XdTwK8lRxVvGfKja"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf",
"XdTwK8lRxVvGfKja"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346793, "createdTime": 1668995346793,
"modifiedTime": 1668995461222, "modifiedTime": 1687731798546,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!bEKen2GJBc6d0nix" "_key": "!actors!bEKen2GJBc6d0nix"

View file

@ -3,21 +3,7 @@
"name": "Erwachsener Drache (Gold)", "name": "Erwachsener Drache (Gold)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"items": [ "items": [],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346215, "createdTime": 1668995346215,
"modifiedTime": 1668995460575, "modifiedTime": 1687731798428,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!6Ezz8k1SB64HQ9o5" "_key": "!actors!6Ezz8k1SB64HQ9o5"

View file

@ -3,21 +3,7 @@
"name": "Erwachsener Drache (Grün)", "name": "Erwachsener Drache (Grün)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"items": [ "items": ["3bhEx0YT3KTgl19E"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf",
"3bhEx0YT3KTgl19E"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346356, "createdTime": 1668995346356,
"modifiedTime": 1668995460774, "modifiedTime": 1687731798464,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!FYpSMLagk6Qs6MWS" "_key": "!actors!FYpSMLagk6Qs6MWS"

View file

@ -3,21 +3,7 @@
"name": "Erwachsener Drache (Rot)", "name": "Erwachsener Drache (Rot)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"items": [ "items": ["WG8AshF0brFilFXB"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf",
"WG8AshF0brFilFXB"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346243, "createdTime": 1668995346243,
"modifiedTime": 1668995460664, "modifiedTime": 1687731798435,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!7B1AJKsZ9OBmj46R" "_key": "!actors!7B1AJKsZ9OBmj46R"

View file

@ -3,21 +3,7 @@
"name": "Erwachsener Drache (Schwarz)", "name": "Erwachsener Drache (Schwarz)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"items": [ "items": ["YH44ChGg43M1zfJV"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf",
"YH44ChGg43M1zfJV"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346320, "createdTime": 1668995346320,
"modifiedTime": 1668995460767, "modifiedTime": 1687731798459,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!DoaYEZc7DgLJQ8yg" "_key": "!actors!DoaYEZc7DgLJQ8yg"

View file

@ -3,21 +3,7 @@
"name": "Erwachsener Drache (Silber)", "name": "Erwachsener Drache (Silber)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"items": [ "items": ["yjkoipelFXEzcy1x"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346608, "createdTime": 1668995346608,
"modifiedTime": 1668995460957, "modifiedTime": 1687731798498,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!OsCyBwPcejWRSqLr" "_key": "!actors!OsCyBwPcejWRSqLr"

View file

@ -3,21 +3,7 @@
"name": "Erwachsener Drache (Weiss)", "name": "Erwachsener Drache (Weiss)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"items": [ "items": ["27WSvh2zN2Th7iAs"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"pX6BSfPqftBLxuhf",
"27WSvh2zN2Th7iAs"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346527, "createdTime": 1668995346527,
"modifiedTime": 1668995460818, "modifiedTime": 1687731798490,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!KlpfMH3L3pL82SSd" "_key": "!actors!KlpfMH3L3pL82SSd"

View file

@ -3,11 +3,7 @@
"name": "Eulerich", "name": "Eulerich",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/owldritch-brown.png", "img": "systems/ds4/assets/tokens/devin-night/owldritch-brown.png",
"items": [ "items": ["3yCyEbqp9F3TgJkS", "3L2HJX2p7uIpxTjJ", "gzsgGDcT6pGXHxIZ"],
"3yCyEbqp9F3TgJkS",
"3L2HJX2p7uIpxTjJ",
"gzsgGDcT6pGXHxIZ"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -154,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346738, "createdTime": 1668995346738,
"modifiedTime": 1668995461176, "modifiedTime": 1687731798536,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!Z5eEkZjZ525N90ai" "_key": "!actors!Z5eEkZjZ525N90ai"

View file

@ -3,12 +3,7 @@
"name": "Feuerelementar III", "name": "Feuerelementar III",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"JI4hW2uyULt2cKs2",
"eofu8kICYeEpxUT1",
"c95cnrJtMG20InKV",
"xtwmRcp2CEGdK5C6"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346897, "createdTime": 1668995346897,
"modifiedTime": 1668995461323, "modifiedTime": 1687731798572,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!mPcmJ9nHpy1AbKVr" "_key": "!actors!mPcmJ9nHpy1AbKVr"

View file

@ -3,12 +3,7 @@
"name": "Feuerelementar II", "name": "Feuerelementar II",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"JI4hW2uyULt2cKs2",
"eofu8kICYeEpxUT1",
"c95cnrJtMG20InKV",
"xtwmRcp2CEGdK5C6"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346851, "createdTime": 1668995346851,
"modifiedTime": 1668995461283, "modifiedTime": 1687731798561,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!huPL6cx3RadJNhL0" "_key": "!actors!huPL6cx3RadJNhL0"

View file

@ -3,12 +3,7 @@
"name": "Feuerelementar I", "name": "Feuerelementar I",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["JI4hW2uyULt2cKs2", "eofu8kICYeEpxUT1", "c95cnrJtMG20InKV", "xtwmRcp2CEGdK5C6"],
"JI4hW2uyULt2cKs2",
"eofu8kICYeEpxUT1",
"c95cnrJtMG20InKV",
"xtwmRcp2CEGdK5C6"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347078, "createdTime": 1668995347078,
"modifiedTime": 1668995461370, "modifiedTime": 1687731798593,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!tYcKw69Feoy3B6hG" "_key": "!actors!tYcKw69Feoy3B6hG"

View file

@ -3,11 +3,7 @@
"name": "Fliegendes Schwert", "name": "Fliegendes Schwert",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["iVH3BR6wH35UTmmW", "r0mQXKDTdvRjlSze", "XfgWdbwMTVhcS3A9"],
"iVH3BR6wH35UTmmW",
"r0mQXKDTdvRjlSze",
"XfgWdbwMTVhcS3A9"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -154,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346283, "createdTime": 1668995346283,
"modifiedTime": 1668995460733, "modifiedTime": 1687731798451,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!ABiPZtu7q8KhWzXL" "_key": "!actors!ABiPZtu7q8KhWzXL"

View file

@ -0,0 +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
},
"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"
}

View file

@ -160,14 +160,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346440, "createdTime": 1668995346440,
"modifiedTime": 1668995460797, "modifiedTime": 1687731798477,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!GnW2ELzTtLoJmUQ1" "_key": "!actors!GnW2ELzTtLoJmUQ1"

View file

@ -16,9 +16,7 @@
"02uWHUcM8MBPKqb6", "02uWHUcM8MBPKqb6",
"YZgaOumzBst1OTtb" "YZgaOumzBst1OTtb"
], ],
"effects": [ "effects": [],
"RzCEjaZBI6Rk6bt4"
],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {}, "flags": {},
@ -164,14 +162,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346804, "createdTime": 1668995346804,
"modifiedTime": 1668995462941, "modifiedTime": 1687731800019,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!cE5kI3uqXWQrCaI5" "_key": "!actors!cE5kI3uqXWQrCaI5"

View file

@ -3,13 +3,7 @@
"name": "Goblin", "name": "Goblin",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/goblin-knife.png", "img": "systems/ds4/assets/tokens/devin-night/goblin-knife.png",
"items": [ "items": ["joNh3JSsqfqXk4lU", "ftCrAdxpJlnc85aU", "G6OoqVDTk9jwOU7r", "uHVUAMh8QgcoNDno", "yW9EtSEtM40owDQt"],
"joNh3JSsqfqXk4lU",
"ftCrAdxpJlnc85aU",
"G6OoqVDTk9jwOU7r",
"uHVUAMh8QgcoNDno",
"yW9EtSEtM40owDQt"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -156,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347151, "createdTime": 1668995347151,
"modifiedTime": 1668995461392, "modifiedTime": 1687731798599,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!vXmTcBUKZkB2UBD7" "_key": "!actors!vXmTcBUKZkB2UBD7"

View file

@ -3,15 +3,7 @@
"name": "Golem, Eisen-", "name": "Golem, Eisen-",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["KzEfCqb54s8Ju7x1", "HjZd5t1xvRNoHZdX", "clWF2wt2WK7eWuxW"],
"KzEfCqb54s8Ju7x1",
"HjZd5t1xvRNoHZdX",
"clWF2wt2WK7eWuxW",
"lB0BTGi2Qp2IpbTp",
"QTbksMwiH60vH9lT",
"7HsvjAKlmOXSvm6e",
"y8yRArJSJhHTdPXU"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -158,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346836, "createdTime": 1668995346836,
"modifiedTime": 1668995461266, "modifiedTime": 1687731798557,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!dnX0uQXQCEnGs7dM" "_key": "!actors!dnX0uQXQCEnGs7dM"

View file

@ -3,15 +3,7 @@
"name": "Golem, Knochen-", "name": "Golem, Knochen-",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["KzEfCqb54s8Ju7x1", "43U10Znpq4coew6C", "Lu7kcH5ekEpY8YDU"],
"KzEfCqb54s8Ju7x1",
"lB0BTGi2Qp2IpbTp",
"QTbksMwiH60vH9lT",
"7HsvjAKlmOXSvm6e",
"y8yRArJSJhHTdPXU",
"43U10Znpq4coew6C",
"Lu7kcH5ekEpY8YDU"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -158,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346447, "createdTime": 1668995346447,
"modifiedTime": 1668995460802, "modifiedTime": 1687731798478,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!HSgR2FXUmsT2zfIc" "_key": "!actors!HSgR2FXUmsT2zfIc"

View file

@ -3,15 +3,7 @@
"name": "Golem, Kristall-", "name": "Golem, Kristall-",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["KzEfCqb54s8Ju7x1", "mJi3ylBo7yPG5vMw", "aa8a89EaVy8fjgLn"],
"KzEfCqb54s8Ju7x1",
"lB0BTGi2Qp2IpbTp",
"QTbksMwiH60vH9lT",
"7HsvjAKlmOXSvm6e",
"y8yRArJSJhHTdPXU",
"mJi3ylBo7yPG5vMw",
"aa8a89EaVy8fjgLn"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -158,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347061, "createdTime": 1668995347061,
"modifiedTime": 1668995461366, "modifiedTime": 1687731798592,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!sCBrVIDh2umWr63g" "_key": "!actors!sCBrVIDh2umWr63g"

View file

@ -3,13 +3,7 @@
"name": "Golem, Lehm-", "name": "Golem, Lehm-",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["KzEfCqb54s8Ju7x1", "lB0BTGi2Qp2IpbTp", "QTbksMwiH60vH9lT", "7HsvjAKlmOXSvm6e", "y8yRArJSJhHTdPXU"],
"KzEfCqb54s8Ju7x1",
"lB0BTGi2Qp2IpbTp",
"QTbksMwiH60vH9lT",
"7HsvjAKlmOXSvm6e",
"y8yRArJSJhHTdPXU"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -156,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347232, "createdTime": 1668995347232,
"modifiedTime": 1668995461413, "modifiedTime": 1687731798610,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!yisaQaEFqduLmAJe" "_key": "!actors!yisaQaEFqduLmAJe"

View file

@ -3,15 +3,7 @@
"name": "Golem, Stein-", "name": "Golem, Stein-",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["KzEfCqb54s8Ju7x1", "HjZd5t1xvRNoHZdX"],
"KzEfCqb54s8Ju7x1",
"HjZd5t1xvRNoHZdX",
"clWF2wt2WK7eWuxW",
"lB0BTGi2Qp2IpbTp",
"QTbksMwiH60vH9lT",
"7HsvjAKlmOXSvm6e",
"y8yRArJSJhHTdPXU"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -158,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346809, "createdTime": 1668995346809,
"modifiedTime": 1668995461239, "modifiedTime": 1687731798549,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!cf8BOIAxMKvuxYYW" "_key": "!actors!cf8BOIAxMKvuxYYW"

View file

@ -3,12 +3,7 @@
"name": "Hai", "name": "Hai",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["LddIU7JRhnrzFzgr", "4QWPtzkl6EncykP4", "ncn9gc2yJOMhWGhb", "Q5TlvXVEyjer5YIG"],
"LddIU7JRhnrzFzgr",
"4QWPtzkl6EncykP4",
"ncn9gc2yJOMhWGhb",
"Q5TlvXVEyjer5YIG"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346252, "createdTime": 1668995346252,
"modifiedTime": 1668995460696, "modifiedTime": 1687731798444,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!7kXHNCARsD0nZCqr" "_key": "!actors!7kXHNCARsD0nZCqr"

View file

@ -159,14 +159,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347013, "createdTime": 1668995347013,
"modifiedTime": 1668995461360, "modifiedTime": 1687731798589,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!s56U2LeRInrje3xh" "_key": "!actors!s56U2LeRInrje3xh"

View file

@ -12,11 +12,7 @@
"MSuVIzM2MRDSyujQ", "MSuVIzM2MRDSyujQ",
"lXtH1PL4nnpzMGkI" "lXtH1PL4nnpzMGkI"
], ],
"effects": [ "effects": [],
"JHK7Wjpao2TJM9FZ",
"ZtHVENPFHCbXGOig",
"dNE6ol93DRVL7KwH"
],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {}, "flags": {},
@ -162,14 +158,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346292, "createdTime": 1668995346292,
"modifiedTime": 1668995460748, "modifiedTime": 1687731799299,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!C4xijAwQdhRHz0Cs" "_key": "!actors!C4xijAwQdhRHz0Cs"

View file

@ -3,14 +3,7 @@
"name": "Hoher Dämon", "name": "Hoher Dämon",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"bXEiQJc7aJmLW1K4",
"N6MfjihlDL9hfse6",
"BDsxMEuEKfjEgFk3",
"AHJhJgRCvw2dKx78",
"DURD01IkVxPAwlxf",
"hvOFruV5fmieLXnk"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -157,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346576, "createdTime": 1668995346576,
"modifiedTime": 1668995460842, "modifiedTime": 1687731798495,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!LtsbT2DHYKs9Catm" "_key": "!actors!LtsbT2DHYKs9Catm"

View file

@ -3,11 +3,7 @@
"name": "Hund", "name": "Hund",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dog-pitbull-2.png", "img": "systems/ds4/assets/tokens/devin-night/dog-pitbull-2.png",
"items": [ "items": ["j0NbwyhdJPipL7Rl", "PlB4iu4DBqxypeR0", "lmc1Llwdx3k697VS"],
"j0NbwyhdJPipL7Rl",
"PlB4iu4DBqxypeR0",
"lmc1Llwdx3k697VS"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -154,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346645, "createdTime": 1668995346645,
"modifiedTime": 1668995461103, "modifiedTime": 1687731798510,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!Qm2toXbf6EVmvRS1" "_key": "!actors!Qm2toXbf6EVmvRS1"

View file

@ -159,14 +159,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346375, "createdTime": 1668995346375,
"modifiedTime": 1668995460780, "modifiedTime": 1687731798469,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!GMUTgcbmahiwgXSj" "_key": "!actors!GMUTgcbmahiwgXSj"

View file

@ -0,0 +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"
}

View file

@ -0,0 +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"
}

View file

@ -3,21 +3,7 @@
"name": "Jungdrache (Blau)", "name": "Jungdrache (Blau)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-blue.png",
"items": [ "items": ["yjkoipelFXEzcy1x", "bH4dBG5AeJ442465"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"tWwaC91MGIR4k3Uy",
"bH4dBG5AeJ442465"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346901, "createdTime": 1668995346901,
"modifiedTime": 1668995461326, "modifiedTime": 1687731798573,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!nDRdljcZzkonbU0s" "_key": "!actors!nDRdljcZzkonbU0s"

View file

@ -3,21 +3,7 @@
"name": "Jungdrache (Bronze)", "name": "Jungdrache (Bronze)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-bronze.png",
"items": [ "items": [],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ",
"tWwaC91MGIR4k3Uy"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346812, "createdTime": 1668995346812,
"modifiedTime": 1668995461244, "modifiedTime": 1687731798551,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!clsDFbLFEIbh6Mg4" "_key": "!actors!clsDFbLFEIbh6Mg4"

View file

@ -3,21 +3,7 @@
"name": "Jungdrache (Gelb)", "name": "Jungdrache (Gelb)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-yellow.png",
"items": [ "items": ["d4qTXCVuiStZW2tY"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"tWwaC91MGIR4k3Uy",
"d4qTXCVuiStZW2tY"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346771, "createdTime": 1668995346771,
"modifiedTime": 1668995461206, "modifiedTime": 1687731798542,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!apBf4qnMODBmEWHU" "_key": "!actors!apBf4qnMODBmEWHU"

View file

@ -3,21 +3,7 @@
"name": "Jungdrache (Gold)", "name": "Jungdrache (Gold)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-gold.png",
"items": [ "items": [],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ",
"tWwaC91MGIR4k3Uy"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346651, "createdTime": 1668995346651,
"modifiedTime": 1668995461126, "modifiedTime": 1687731798512,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!RWNocIHuXIWwUwJu" "_key": "!actors!RWNocIHuXIWwUwJu"

View file

@ -3,21 +3,7 @@
"name": "Jungdrache (Grün)", "name": "Jungdrache (Grün)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-green.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-green.png",
"items": [ "items": ["yjkoipelFXEzcy1x", "tWwaC91MGIR4k3Uy", "CdZkMCsLB0EwUdqv"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"tWwaC91MGIR4k3Uy",
"CdZkMCsLB0EwUdqv"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347174, "createdTime": 1668995347174,
"modifiedTime": 1668995461396, "modifiedTime": 1687731798601,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!vsIywRHMnJM7u4ts" "_key": "!actors!vsIywRHMnJM7u4ts"

View file

@ -3,21 +3,7 @@
"name": "Jungdrache (Rot)", "name": "Jungdrache (Rot)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-red.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-red.png",
"items": [ "items": ["yjkoipelFXEzcy1x", "HFksDdMTR1oh3gDo"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"tWwaC91MGIR4k3Uy",
"HFksDdMTR1oh3gDo"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346846, "createdTime": 1668995346846,
"modifiedTime": 1668995461278, "modifiedTime": 1687731798559,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!htgryhd630WQgeD8" "_key": "!actors!htgryhd630WQgeD8"

View file

@ -3,21 +3,7 @@
"name": "Jungdrache (Schwarz)", "name": "Jungdrache (Schwarz)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-black.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-black.png",
"items": [ "items": ["TVxn2FjSGirdC90w"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"tWwaC91MGIR4k3Uy",
"TVxn2FjSGirdC90w"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346280, "createdTime": 1668995346280,
"modifiedTime": 1668995460725, "modifiedTime": 1687731798448,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!A4zxgFGkMQpm67TR" "_key": "!actors!A4zxgFGkMQpm67TR"

View file

@ -3,21 +3,7 @@
"name": "Jungdrache (Silber)", "name": "Jungdrache (Silber)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-silver.png",
"items": [ "items": [],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"yTFT0UXNa9s9pbM4",
"XsKjxXO7k3vIMyfQ",
"tWwaC91MGIR4k3Uy"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346186, "createdTime": 1668995346186,
"modifiedTime": 1668995460547, "modifiedTime": 1687731798426,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!3iMmLEmB0NEpyFGd" "_key": "!actors!3iMmLEmB0NEpyFGd"

View file

@ -3,21 +3,7 @@
"name": "Jungdrache (Weiss)", "name": "Jungdrache (Weiss)",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/dragon-white.png", "img": "systems/ds4/assets/tokens/devin-night/dragon-white.png",
"items": [ "items": ["frBW7LCCpTlwh7hr"],
"fogg4p9NQnpcBTUp",
"BwxnkXHThNRptudp",
"VFP6bNPYcASg0JWE",
"o4o3thrxtXrhRWYT",
"nFNJLYh2O5rOFY89",
"h5HdNw0r06ffdOwr",
"yjkoipelFXEzcy1x",
"LHdWF7tVc3uHC0LW",
"ltDNoswX7EaA2d2X",
"lOr6f4vMoBBOEPB7",
"XsKjxXO7k3vIMyfQ",
"tWwaC91MGIR4k3Uy",
"frBW7LCCpTlwh7hr"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -164,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346999, "createdTime": 1668995346999,
"modifiedTime": 1668995461352, "modifiedTime": 1687731798587,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!raKKehH8QctnDtMM" "_key": "!actors!raKKehH8QctnDtMM"

View file

@ -3,14 +3,7 @@
"name": "Kampfdämon", "name": "Kampfdämon",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"bXEiQJc7aJmLW1K4",
"N6MfjihlDL9hfse6",
"BDsxMEuEKfjEgFk3",
"AHJhJgRCvw2dKx78",
"DURD01IkVxPAwlxf",
"hvOFruV5fmieLXnk"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -157,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346560, "createdTime": 1668995346560,
"modifiedTime": 1668995460832, "modifiedTime": 1687731798493,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!LgtcLrKtCa496ih6" "_key": "!actors!LgtcLrKtCa496ih6"

View file

@ -3,12 +3,7 @@
"name": "Keiler", "name": "Keiler",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/boar-brown-1.png", "img": "systems/ds4/assets/tokens/devin-night/boar-brown-1.png",
"items": [ "items": ["wQm8AMxYF0NKZhQE", "DDaq3xgZrGuEl4Dc", "yru5VWx93wWmOXZA", "DyCGJ2kxHV5QYgWK"],
"wQm8AMxYF0NKZhQE",
"DDaq3xgZrGuEl4Dc",
"yru5VWx93wWmOXZA",
"DyCGJ2kxHV5QYgWK"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346363, "createdTime": 1668995346363,
"modifiedTime": 1668995460777, "modifiedTime": 1687731798466,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!FxGhbznQbwd0jRUT" "_key": "!actors!FxGhbznQbwd0jRUT"

View file

@ -3,9 +3,7 @@
"name": "Kettenpanzer", "name": "Kettenpanzer",
"type": "armor", "type": "armor",
"img": "icons/equipment/chest/breastplate-scale-grey.webp", "img": "icons/equipment/chest/breastplate-scale-grey.webp",
"effects": [ "effects": ["EkJB0kpYFHRMYSgl"],
"EkJB0kpYFHRMYSgl"
],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": { "flags": {

View file

@ -3,9 +3,7 @@
"name": "Kobold", "name": "Kobold",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/kobold-green.png", "img": "systems/ds4/assets/tokens/devin-night/kobold-green.png",
"items": [ "items": ["hnuIJBq2btoSK88F"],
"hnuIJBq2btoSK88F"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -152,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346953, "createdTime": 1668995346953,
"modifiedTime": 1668995461337, "modifiedTime": 1687731798580,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!ojzkDbyYSlpHtGHq" "_key": "!actors!ojzkDbyYSlpHtGHq"

View file

@ -3,14 +3,7 @@
"name": "Kriegsdämon", "name": "Kriegsdämon",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"bXEiQJc7aJmLW1K4",
"N6MfjihlDL9hfse6",
"BDsxMEuEKfjEgFk3",
"AHJhJgRCvw2dKx78",
"DURD01IkVxPAwlxf",
"hvOFruV5fmieLXnk"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -157,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346506, "createdTime": 1668995346506,
"modifiedTime": 1668995460814, "modifiedTime": 1687731798488,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!JGpIh3oCK1Vx3NnZ" "_key": "!actors!JGpIh3oCK1Vx3NnZ"

View file

@ -3,12 +3,7 @@
"name": "Kriegselefant", "name": "Kriegselefant",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["5qBHfTnJAXibKNWs", "OehvVDNjDg4xbsW7", "QwtwJGcSVFimiHM0", "iVORjCynScc6kVsS"],
"5qBHfTnJAXibKNWs",
"OehvVDNjDg4xbsW7",
"QwtwJGcSVFimiHM0",
"iVORjCynScc6kVsS"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346286, "createdTime": 1668995346286,
"modifiedTime": 1668995460742, "modifiedTime": 1687731798453,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!BIyY1wlxWtJ5FRQJ" "_key": "!actors!BIyY1wlxWtJ5FRQJ"

View file

@ -3,9 +3,7 @@
"name": "Kurzbogen", "name": "Kurzbogen",
"type": "weapon", "type": "weapon",
"img": "icons/weapons/bows/shortbow-leather.webp", "img": "icons/weapons/bows/shortbow-leather.webp",
"effects": [ "effects": ["zgiIGlRMVCgAzrn7"],
"zgiIGlRMVCgAzrn7"
],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": { "flags": {

View file

@ -0,0 +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"
}

View file

@ -3,12 +3,7 @@
"name": "Lebende Rüstung", "name": "Lebende Rüstung",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["c9cGRVHyd3IPSSbX", "5t0R0cwzApnRQpSR", "JxIUfRCSTQ3e5BFg", "SoGfBCWyVZsQGBLk"],
"c9cGRVHyd3IPSSbX",
"5t0R0cwzApnRQpSR",
"JxIUfRCSTQ3e5BFg",
"SoGfBCWyVZsQGBLk"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347048, "createdTime": 1668995347048,
"modifiedTime": 1668995461363, "modifiedTime": 1687731798591,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!s7yuHMW75JDcFQYB" "_key": "!actors!s7yuHMW75JDcFQYB"

View file

@ -31,10 +31,7 @@
"m0sMPFGCoDjzT9jz", "m0sMPFGCoDjzT9jz",
"ozbaYB7x9IHkkxz2" "ozbaYB7x9IHkkxz2"
], ],
"effects": [ "effects": [],
"fmyWjY4g3kUO22no",
"Z7hdBZ7Rm4qFPnHo"
],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {}, "flags": {},
@ -180,14 +177,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346928, "createdTime": 1668995346928,
"modifiedTime": 1668995463108, "modifiedTime": 1687731800214,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!oVKL6zJ2kYMmBuYx" "_key": "!actors!oVKL6zJ2kYMmBuYx"

View file

@ -3,12 +3,7 @@
"name": "Luftelementar III", "name": "Luftelementar III",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"PL4rUPVh5MRMW796",
"ghW7FO5d2do95peV",
"wqzMhcBGP8qbClRW",
"3yeOHhXD8iJrtRJL"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346310, "createdTime": 1668995346310,
"modifiedTime": 1668995460764, "modifiedTime": 1687731798458,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!DNbOkqUg7jitTTbw" "_key": "!actors!DNbOkqUg7jitTTbw"

View file

@ -3,12 +3,7 @@
"name": "Luftelementar II", "name": "Luftelementar II",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": ["PL4rUPVh5MRMW796", "ghW7FO5d2do95peV", "wqzMhcBGP8qbClRW", "3yeOHhXD8iJrtRJL"],
"PL4rUPVh5MRMW796",
"ghW7FO5d2do95peV",
"wqzMhcBGP8qbClRW",
"3yeOHhXD8iJrtRJL"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995347220, "createdTime": 1668995347220,
"modifiedTime": 1668995461408, "modifiedTime": 1687731798606,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!wYVw1a5UjPS09YxS" "_key": "!actors!wYVw1a5UjPS09YxS"

View file

@ -3,12 +3,7 @@
"name": "Luftelementar I", "name": "Luftelementar I",
"type": "creature", "type": "creature",
"img": "icons/svg/mystery-man.svg", "img": "icons/svg/mystery-man.svg",
"items": [ "items": [],
"PL4rUPVh5MRMW796",
"ghW7FO5d2do95peV",
"wqzMhcBGP8qbClRW",
"3yeOHhXD8iJrtRJL"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346301, "createdTime": 1668995346301,
"modifiedTime": 1668995460757, "modifiedTime": 1687731798457,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!CIzMY691MK016h4E" "_key": "!actors!CIzMY691MK016h4E"

View file

@ -158,14 +158,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346341, "createdTime": 1668995346341,
"modifiedTime": 1668995460772, "modifiedTime": 1687731798462,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!F3zJ4xbHwN9syuK8" "_key": "!actors!F3zJ4xbHwN9syuK8"

View file

@ -3,9 +3,7 @@
"name": "Metallhelm", "name": "Metallhelm",
"type": "armor", "type": "armor",
"img": "icons/equipment/head/helm-barbute-reinforced.webp", "img": "icons/equipment/head/helm-barbute-reinforced.webp",
"effects": [ "effects": ["wlQWjU1kXovR5G1J"],
"wlQWjU1kXovR5G1J"
],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": { "flags": {

View file

@ -157,14 +157,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346270, "createdTime": 1668995346270,
"modifiedTime": 1668995460720, "modifiedTime": 1687731798447,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!95N3CQpgVqg4zz0k" "_key": "!actors!95N3CQpgVqg4zz0k"

View file

@ -157,14 +157,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346201, "createdTime": 1668995346201,
"modifiedTime": 1668995460565, "modifiedTime": 1687731798427,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!4276kgAddflo3bwN" "_key": "!actors!4276kgAddflo3bwN"

View file

@ -14,9 +14,7 @@
"nX0rcnKD1xHYwysw", "nX0rcnKD1xHYwysw",
"fdt4YJVWp3XylED1" "fdt4YJVWp3XylED1"
], ],
"effects": [ "effects": [],
"xOFATK3tVf0XChho"
],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
"flags": {}, "flags": {},
@ -162,14 +160,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346620, "createdTime": 1668995346620,
"modifiedTime": 1668995462861, "modifiedTime": 1687731799645,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!P3mlpN2JrbnDtLwJ" "_key": "!actors!P3mlpN2JrbnDtLwJ"

View file

@ -157,14 +157,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346666, "createdTime": 1668995346666,
"modifiedTime": 1668995461134, "modifiedTime": 1687731798514,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!RxSUSzQBSTFYHOlV" "_key": "!actors!RxSUSzQBSTFYHOlV"

View file

@ -3,13 +3,7 @@
"name": "Oger", "name": "Oger",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/ogre-blue.png", "img": "systems/ds4/assets/tokens/devin-night/ogre-blue.png",
"items": [ "items": ["hYNvoybPpmNB7ldb", "M90M3KCsByyNno2f", "yIAptcyyzAytAPRc", "u8EFs9MhGH4cjqzI", "THrZ1zvzJTdJ0413"],
"hYNvoybPpmNB7ldb",
"M90M3KCsByyNno2f",
"yIAptcyyzAytAPRc",
"u8EFs9MhGH4cjqzI",
"THrZ1zvzJTdJ0413"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -156,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346647, "createdTime": 1668995346647,
"modifiedTime": 1668995461120, "modifiedTime": 1687731798511,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!QudriM5XZhEC7D6v" "_key": "!actors!QudriM5XZhEC7D6v"

View file

@ -3,12 +3,7 @@
"name": "Ork", "name": "Ork",
"type": "creature", "type": "creature",
"img": "systems/ds4/assets/tokens/devin-night/orc-blue.png", "img": "systems/ds4/assets/tokens/devin-night/orc-blue.png",
"items": [ "items": ["YozSzwoqjCJcs2NR", "KlJJytTJybNcvjU3", "rL8UVTzpLdTVqd9W", "0x83GMWxMjm02G5r"],
"YozSzwoqjCJcs2NR",
"KlJJytTJybNcvjU3",
"rL8UVTzpLdTVqd9W",
"0x83GMWxMjm02G5r"
],
"effects": [], "effects": [],
"folder": null, "folder": null,
"sort": 0, "sort": 0,
@ -155,14 +150,16 @@
"saturation": 0, "saturation": 0,
"contrast": 0 "contrast": 0
}, },
"detectionModes": [] "detectionModes": [],
"appendNumber": false,
"prependAdjective": false
}, },
"_stats": { "_stats": {
"systemId": "ds4", "systemId": "ds4",
"systemVersion": "1.18.1", "systemVersion": "1.19.3",
"coreVersion": "10.290", "coreVersion": "11.302",
"createdTime": 1668995346888, "createdTime": 1668995346888,
"modifiedTime": 1668995461317, "modifiedTime": 1687731798569,
"lastModifiedBy": "DS4BuildSystem00" "lastModifiedBy": "DS4BuildSystem00"
}, },
"_key": "!actors!m9uwTf6binQeuVAb" "_key": "!actors!m9uwTf6binQeuVAb"

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