mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-21 09:04:39 +01:00
Finished Tier 1
This commit is contained in:
parent
cc77da139a
commit
5d7ec783be
25 changed files with 6010 additions and 452 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"reduction": 0
|
||||
}
|
||||
},
|
||||
"type": "standard",
|
||||
"type": "skulk",
|
||||
"notes": "",
|
||||
"hordeHp": 1,
|
||||
"experiences": {},
|
||||
|
|
@ -48,7 +48,57 @@
|
|||
},
|
||||
"difficulty": 14,
|
||||
"tier": 1,
|
||||
"description": "<p>A small moving mound of translucent green slime.</p>"
|
||||
"description": "<p>A small moving mound of translucent green slime.</p>",
|
||||
"motivesAndTactics": "Camouflage, creep up",
|
||||
"attack": {
|
||||
"name": "Ooze Appendage",
|
||||
"roll": {
|
||||
"bonus": -1
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
},
|
||||
"dice": "d4",
|
||||
"bonus": 1,
|
||||
"multiplier": "flat",
|
||||
"flatMultiplier": 1
|
||||
},
|
||||
"applyTo": "hitPoints",
|
||||
"type": [
|
||||
"magical"
|
||||
],
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"img": "icons/creatures/slimes/slime-movement-dripping-pseudopods-green.webp"
|
||||
},
|
||||
"damageThresholds": {
|
||||
"major": 4,
|
||||
"severe": 4
|
||||
},
|
||||
"resources": {
|
||||
"hitPoints": {
|
||||
"max": 2
|
||||
},
|
||||
"stress": {
|
||||
"max": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
|
|
@ -59,7 +109,7 @@
|
|||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753922784359,
|
||||
"modifiedTime": 1754010222919,
|
||||
"modifiedTime": 1754055264912,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_id": "aLkLFuVoKz2NLoBK",
|
||||
|
|
@ -163,7 +213,95 @@
|
|||
"appendNumber": false,
|
||||
"prependAdjective": false
|
||||
},
|
||||
"items": [],
|
||||
"items": [
|
||||
{
|
||||
"name": "Acidic Form",
|
||||
"type": "feature",
|
||||
"_id": "WpOh5kHHx7lcTvEY",
|
||||
"img": "icons/magic/acid/dissolve-drip-droplet-smoke.webp",
|
||||
"system": {
|
||||
"description": "<p>When the Ooze makes a successful attack, the target must mark an Armor Slot without receiving its benefi ts (they can still use armor to reduce the damage). If they can’t mark an Armor Slot, they must mark an additional HP.</p>",
|
||||
"resource": null,
|
||||
"actions": {
|
||||
"HfK0u0c7NRppuF1Q": {
|
||||
"type": "damage",
|
||||
"_id": "HfK0u0c7NRppuF1Q",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": true,
|
||||
"formula": "1"
|
||||
},
|
||||
"multiplier": "flat",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null
|
||||
},
|
||||
"applyTo": "armorSlot",
|
||||
"type": [],
|
||||
"base": false,
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"effects": [],
|
||||
"name": "Damage Armor",
|
||||
"img": "icons/magic/acid/dissolve-drip-droplet-smoke.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"originItemType": null,
|
||||
"subType": null,
|
||||
"originId": null
|
||||
},
|
||||
"effects": [],
|
||||
"folder": null,
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"MQSznptE5yLT7kj8": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1754055148507,
|
||||
"modifiedTime": 1754055187632,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!actors.items!aLkLFuVoKz2NLoBK.WpOh5kHHx7lcTvEY"
|
||||
}
|
||||
],
|
||||
"effects": [],
|
||||
"_key": "!actors!aLkLFuVoKz2NLoBK"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue