Fix compendium IDs to be exactly 16 alphanumeric characters
Foundry VTT v13 requires all _id values to be exactly 16 characters. Previous IDs ranged from 17-25+ characters and caused validation errors. Changes: - Use 7-char prefix per type (vgbdAnc, vgbdCls, vgbdPrk, etc.) - Append 9-char name derived from filename with padding - Handle collisions with numeric suffixes (e.g., vgbdPrkheighten1) Files updated across all compendiums: - Ancestries: 7 files - Classes: 18 files - Perks: 103 files (3 collision fixes) - Spells: 58 files - Weapons: 43 files - Armor: 5 files - Equipment: ~300 files (25 collision fixes) - Bestiary: ~70 files (8 collision fixes) - Statuses: ~15 files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
ee17d788fd
commit
bcbf8338ff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondAnceDraken",
|
"_id": "vgbdAncdraken000",
|
||||||
"_key": "!items!vagabondAnceDraken",
|
"_key": "!items!vgbdAncdraken000",
|
||||||
"name": "Draken",
|
"name": "Draken",
|
||||||
"type": "ancestry",
|
"type": "ancestry",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
@ -17,7 +17,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Scale",
|
"name": "Scale",
|
||||||
"description": "<p>Your natural scales grant you +1 Armor.</p>",
|
"description": "<p>Your natural scales grant you +1 Armor.</p>",
|
||||||
"changes": [{ "key": "system.armor", "mode": 2, "value": "1" }]
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.armor",
|
||||||
|
"mode": 2,
|
||||||
|
"value": "1"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Draconic Resilience",
|
"name": "Draconic Resilience",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondAnceDwarf",
|
"_id": "vgbdAncdwarf0000",
|
||||||
"_key": "!items!vagabondAnceDwarf",
|
"_key": "!items!vgbdAncdwarf0000",
|
||||||
"name": "Dwarf",
|
"name": "Dwarf",
|
||||||
"type": "ancestry",
|
"type": "ancestry",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondAnceElf00",
|
"_id": "vgbdAncelf000000",
|
||||||
"_key": "!items!vagabondAnceElf00",
|
"_key": "!items!vgbdAncelf000000",
|
||||||
"name": "Elf",
|
"name": "Elf",
|
||||||
"type": "ancestry",
|
"type": "ancestry",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondAnceGoblin",
|
"_id": "vgbdAncgoblin000",
|
||||||
"_key": "!items!vagabondAnceGoblin",
|
"_key": "!items!vgbdAncgoblin000",
|
||||||
"name": "Goblin",
|
"name": "Goblin",
|
||||||
"type": "ancestry",
|
"type": "ancestry",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
@ -12,12 +12,24 @@
|
|||||||
{
|
{
|
||||||
"name": "Darksight",
|
"name": "Darksight",
|
||||||
"description": "<p>You can see in darkness as if it were dim light.</p>",
|
"description": "<p>You can see in darkness as if it were dim light.</p>",
|
||||||
"changes": [{ "key": "system.senses.darkvision", "mode": 5, "value": "true" }]
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.senses.darkvision",
|
||||||
|
"mode": 5,
|
||||||
|
"value": "true"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Nimble",
|
"name": "Nimble",
|
||||||
"description": "<p>Your base Speed is increased by 5.</p>",
|
"description": "<p>Your base Speed is increased by 5.</p>",
|
||||||
"changes": [{ "key": "system.speed.bonus", "mode": 2, "value": "5" }]
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.speed.bonus",
|
||||||
|
"mode": 2,
|
||||||
|
"value": "5"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Scavenger",
|
"name": "Scavenger",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondAnceHalfli",
|
"_id": "vgbdAnchalfling0",
|
||||||
"_key": "!items!vagabondAnceHalfli",
|
"_key": "!items!vgbdAnchalfling0",
|
||||||
"name": "Halfling",
|
"name": "Halfling",
|
||||||
"type": "ancestry",
|
"type": "ancestry",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
@ -12,7 +12,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Nimble",
|
"name": "Nimble",
|
||||||
"description": "<p>Your base Speed is increased by 5.</p>",
|
"description": "<p>Your base Speed is increased by 5.</p>",
|
||||||
"changes": [{ "key": "system.speed.bonus", "mode": 2, "value": "5" }]
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.speed.bonus",
|
||||||
|
"mode": 2,
|
||||||
|
"value": "5"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Squat",
|
"name": "Squat",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondAnceHuman",
|
"_id": "vgbdAnchuman0000",
|
||||||
"_key": "!items!vagabondAnceHuman",
|
"_key": "!items!vgbdAnchuman0000",
|
||||||
"name": "Human",
|
"name": "Human",
|
||||||
"type": "ancestry",
|
"type": "ancestry",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondAnceOrc000",
|
"_id": "vgbdAncorc000000",
|
||||||
"_key": "!items!vagabondAnceOrc000",
|
"_key": "!items!vgbdAncorc000000",
|
||||||
"name": "Orc",
|
"name": "Orc",
|
||||||
"type": "ancestry",
|
"type": "ancestry",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
@ -12,7 +12,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Darksight",
|
"name": "Darksight",
|
||||||
"description": "<p>You can see in darkness as if it were dim light.</p>",
|
"description": "<p>You can see in darkness as if it were dim light.</p>",
|
||||||
"changes": [{ "key": "system.senses.darkvision", "mode": 5, "value": "true" }]
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.senses.darkvision",
|
||||||
|
"mode": 5,
|
||||||
|
"value": "true"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Beefy",
|
"name": "Beefy",
|
||||||
@ -22,7 +28,13 @@
|
|||||||
{
|
{
|
||||||
"name": "Hulking",
|
"name": "Hulking",
|
||||||
"description": "<p>You have +2 additional Item Slots.</p>",
|
"description": "<p>You have +2 additional Item Slots.</p>",
|
||||||
"changes": [{ "key": "system.itemSlots.bonus", "mode": 2, "value": "2" }]
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.itemSlots.bonus",
|
||||||
|
"mode": 2,
|
||||||
|
"value": "2"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondArmorHeavy",
|
"_id": "vgbdArmheavyArmo",
|
||||||
"name": "Heavy Armor",
|
"name": "Heavy Armor",
|
||||||
"type": "armor",
|
"type": "armor",
|
||||||
"img": "icons/svg/shield.svg",
|
"img": "icons/svg/shield.svg",
|
||||||
@ -29,6 +29,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [],
|
||||||
"_key": "!items!vagabondArmorHeavy",
|
"_key": "!items!vgbdArmheavyArmo",
|
||||||
"reviewed": true
|
"reviewed": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondArmorHeavyBarding",
|
"_id": "vgbdArmheavyBard",
|
||||||
"name": "Heavy Barding",
|
"name": "Heavy Barding",
|
||||||
"type": "armor",
|
"type": "armor",
|
||||||
"img": "icons/svg/shield.svg",
|
"img": "icons/svg/shield.svg",
|
||||||
@ -29,6 +29,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [],
|
||||||
"_key": "!items!vagabondArmorHeavyBarding",
|
"_key": "!items!vgbdArmheavyBard",
|
||||||
"reviewed": true
|
"reviewed": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondArmorLight",
|
"_id": "vgbdArmlightArmo",
|
||||||
"name": "Light Armor",
|
"name": "Light Armor",
|
||||||
"type": "armor",
|
"type": "armor",
|
||||||
"img": "icons/svg/shield.svg",
|
"img": "icons/svg/shield.svg",
|
||||||
@ -29,6 +29,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [],
|
||||||
"_key": "!items!vagabondArmorLight",
|
"_key": "!items!vgbdArmlightArmo",
|
||||||
"reviewed": true
|
"reviewed": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondArmorLightBarding",
|
"_id": "vgbdArmlightBard",
|
||||||
"name": "Light Barding",
|
"name": "Light Barding",
|
||||||
"type": "armor",
|
"type": "armor",
|
||||||
"img": "icons/svg/shield.svg",
|
"img": "icons/svg/shield.svg",
|
||||||
@ -29,6 +29,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [],
|
||||||
"_key": "!items!vagabondArmorLightBarding",
|
"_key": "!items!vgbdArmlightBard",
|
||||||
"reviewed": true
|
"reviewed": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondArmorMedium",
|
"_id": "vgbdArmmediumArm",
|
||||||
"name": "Medium Armor",
|
"name": "Medium Armor",
|
||||||
"type": "armor",
|
"type": "armor",
|
||||||
"img": "icons/svg/shield.svg",
|
"img": "icons/svg/shield.svg",
|
||||||
@ -29,6 +29,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [],
|
||||||
"_key": "!items!vagabondArmorMedium",
|
"_key": "!items!vgbdArmmediumArm",
|
||||||
"reviewed": true
|
"reviewed": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcAcolyte",
|
"_id": "vgbdBstacolyte00",
|
||||||
"_key": "!actors!vagabondNpcAcolyte",
|
"_key": "!items!vgbdBstacolyte00",
|
||||||
"name": "Acolyte",
|
"name": "Acolyte",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.3,
|
"tl": 1.3,
|
||||||
"armor": 0,
|
"armor": 0,
|
||||||
"morale": 7,
|
"morale": 7,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
51
packs/_source/bestiary/alligator-crocodile-giant.json
Normal file
51
packs/_source/bestiary/alligator-crocodile-giant.json
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstalligator",
|
||||||
|
"_key": "!items!vgbdBstalligator",
|
||||||
|
"name": "Alligator/Crocodile, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/crocodile-alligator-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 15,
|
||||||
|
"hp": {
|
||||||
|
"value": 67,
|
||||||
|
"max": 67
|
||||||
|
},
|
||||||
|
"tl": 5.5,
|
||||||
|
"armor": 3,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "huge",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 13 (3d8) and Restrained if the Target is its size or smaller. This attack always hits a Target Restrained by this attack.</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "3d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Hold Breath",
|
||||||
|
"description": "<p>Can hold its breath for 1 hour.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
51
packs/_source/bestiary/alligator-crocodile.json
Normal file
51
packs/_source/bestiary/alligator-crocodile.json
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstalligato1",
|
||||||
|
"_key": "!items!vgbdBstalligato1",
|
||||||
|
"name": "Alligator/Crocodile",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/crocodile-alligator-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
|
"tl": 2.1,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "d8",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 4 (d8) and Restrained if the Target is its size or smaller. This attack always hits a Target Restrained by this attack.</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Hold Breath",
|
||||||
|
"description": "<p>Can hold its breath for 1 hour.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
44
packs/_source/bestiary/ant-giant.json
Normal file
44
packs/_source/bestiary/ant-giant.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstantGiant0",
|
||||||
|
"_key": "!items!vgbdBstantGiant0",
|
||||||
|
"name": "Ant, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/ant-mandibles-red.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 2,
|
||||||
|
"hp": {
|
||||||
|
"value": 9,
|
||||||
|
"max": 9
|
||||||
|
},
|
||||||
|
"tl": 2.9,
|
||||||
|
"armor": 3,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 60
|
||||||
|
},
|
||||||
|
"appearing": "2d6+2",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>The incredibly hardy ant, increased to massive proportions. Their tunnels are the size of mineshafts, and an infestation of giant ants can topple a city.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
55
packs/_source/bestiary/ape-giant.json
Normal file
55
packs/_source/bestiary/ape-giant.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstapeGiant0",
|
||||||
|
"_key": "!items!vgbdBstapeGiant0",
|
||||||
|
"name": "Ape, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/ape-gorilla-gray.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 4,
|
||||||
|
"hp": {
|
||||||
|
"value": 18,
|
||||||
|
"max": 18
|
||||||
|
},
|
||||||
|
"tl": 2.3,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d4",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"climb": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Maul",
|
||||||
|
"description": "<p>[Multi-Attack]: 2x Claw</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claw",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Gorillas and the cave-dwelling white apes.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
55
packs/_source/bestiary/ape.json
Normal file
55
packs/_source/bestiary/ape.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstape000000",
|
||||||
|
"_key": "!items!vgbdBstape000000",
|
||||||
|
"name": "Ape",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/ape-gorilla-gray.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 4,
|
||||||
|
"hp": {
|
||||||
|
"value": 18,
|
||||||
|
"max": 18
|
||||||
|
},
|
||||||
|
"tl": 1.3,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d4",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"climb": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Maul",
|
||||||
|
"description": "<p>[Multi-Attack]: 2x Claw</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claw",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Tropical forest-dwelling apes of intimidating size, strength, and demeanor. Extremely territorial, and will attack any invaders on-sight.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcApothecary",
|
"_id": "vgbdBstapothecar",
|
||||||
"_key": "!actors!vagabondNpcApothecary",
|
"_key": "!items!vgbdBstapothecar",
|
||||||
"name": "Apothecary",
|
"name": "Apothecary",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 0.5,
|
"tl": 0.5,
|
||||||
"armor": 0,
|
"armor": 0,
|
||||||
"morale": 7,
|
"morale": 7,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcAssassin",
|
"_id": "vgbdBstassassin0",
|
||||||
"_key": "!actors!vagabondNpcAssassin",
|
"_key": "!items!vgbdBstassassin0",
|
||||||
"name": "Assassin",
|
"name": "Assassin",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 2.3,
|
"tl": 2.3,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 7,
|
"morale": 7,
|
||||||
"zone": "midline",
|
"zone": "midline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 35 },
|
"speed": {
|
||||||
|
"value": 35
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
63
packs/_source/bestiary/badger.json
Normal file
63
packs/_source/bestiary/badger.json
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstbadger000",
|
||||||
|
"_key": "!items!vgbdBstbadger000",
|
||||||
|
"name": "Badger",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/badger-gray-white.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.6,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 4,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 25
|
||||||
|
},
|
||||||
|
"appearing": "d4+1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"statusImmunities": ["sickened"],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Maul",
|
||||||
|
"description": "<p>[Multi-Attack]: 2x Claw</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claw",
|
||||||
|
"description": "<p>[Melee Attack]: 1 (d3)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d3",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcBandit",
|
"_id": "vgbdBstbandit000",
|
||||||
"_key": "!actors!vagabondNpcBandit",
|
"_key": "!items!vgbdBstbandit000",
|
||||||
"name": "Bandit",
|
"name": "Bandit",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.5,
|
"tl": 1.5,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 7,
|
"morale": 7,
|
||||||
"zone": "midline",
|
"zone": "midline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 35 },
|
"speed": {
|
||||||
|
"value": 35
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcBard",
|
"_id": "vgbdBstbard00000",
|
||||||
"_key": "!actors!vagabondNpcBard",
|
"_key": "!items!vgbdBstbard00000",
|
||||||
"name": "Bard",
|
"name": "Bard",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.2,
|
"tl": 1.2,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 9,
|
"morale": 9,
|
||||||
"zone": "midline",
|
"zone": "midline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
53
packs/_source/bestiary/bat-giant.json
Normal file
53
packs/_source/bestiary/bat-giant.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstbatGiant0",
|
||||||
|
"_key": "!items!vgbdBstbatGiant0",
|
||||||
|
"name": "Bat, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/bat-gray.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
"tl": 0.5,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {
|
||||||
|
"echolocation": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"fly": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4) and pass [Endure] or become Sickened (Cd6 days)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Nimble",
|
||||||
|
"description": "<p>Attacks against it can't be Favored if it can Move.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 10' (Fly 60')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
53
packs/_source/bestiary/bat.json
Normal file
53
packs/_source/bestiary/bat.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstbat000000",
|
||||||
|
"_key": "!items!vgbdBstbat000000",
|
||||||
|
"name": "Bat",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/bat-gray.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.2,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 5,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 5
|
||||||
|
},
|
||||||
|
"appearing": "2d20",
|
||||||
|
"senses": {
|
||||||
|
"echolocation": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"fly": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 1 and pass [Endure] or become Sickened (Cd6 days)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Nimble",
|
||||||
|
"description": "<p>Attacks against it can't be Favored if it can Move.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 5' (Fly 30')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
69
packs/_source/bestiary/bear.json
Normal file
69
packs/_source/bestiary/bear.json
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstbear00000",
|
||||||
|
"_key": "!items!vgbdBstbear00000",
|
||||||
|
"name": "Bear",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/bear-brown-standing.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 5,
|
||||||
|
"hp": {
|
||||||
|
"value": 22,
|
||||||
|
"max": 22
|
||||||
|
},
|
||||||
|
"tl": 2.5,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d4+1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"climb": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Maul",
|
||||||
|
"description": "<p>[Multi-Attack]: Two Claws and a Bite. If both Claws hit the same Target, the Bite can automatically hit that Target.</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claws",
|
||||||
|
"description": "<p>[Melee Attack]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 4 (d8)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Dense Muscled",
|
||||||
|
"description": "<p>Grapples and Shoves as Large.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
46
packs/_source/bestiary/bee-giant.json
Normal file
46
packs/_source/bestiary/bee-giant.json
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstbeeGiant0",
|
||||||
|
"_key": "!items!vgbdBstbeeGiant0",
|
||||||
|
"name": "Bee, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/bee-yellow-black.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.9,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"fly": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Sting",
|
||||||
|
"description": "<p>[Melee Attack]: 5 (2d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Roughly 1 foot in length, these giant bees are extremely territorial, but otherwise non-aggressive. Speed: 10' (Fly 50')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
58
packs/_source/bestiary/beetle-bombardier.json
Normal file
58
packs/_source/bestiary/beetle-bombardier.json
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstbeetleBom",
|
||||||
|
"_key": "!items!vgbdBstbeetleBom",
|
||||||
|
"name": "Beetle, Bombardier",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/beetle-black-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
|
"tl": 2.0,
|
||||||
|
"armor": 3,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Noxious Gas",
|
||||||
|
"description": "<p>[Attack, Cone 10' | Endure] (Recharge Cd6): 7 (2d6), half on pass and not a Crit.</p>",
|
||||||
|
"attackType": "special",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "poison",
|
||||||
|
"range": "Cone 10'",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Soft Underbelly",
|
||||||
|
"description": "<p>Its Armor is 0 while it is Prone.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>A 3-foot long beetle with powerful mandibles that is capable of emitting noxious fumes that burns flesh.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
53
packs/_source/bestiary/beetle-giant-fire.json
Normal file
53
packs/_source/bestiary/beetle-giant-fire.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstbeetleGia",
|
||||||
|
"_key": "!items!vgbdBstbeetleGia",
|
||||||
|
"name": "Beetle, Giant Fire",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/beetle-fire-orange.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 2,
|
||||||
|
"hp": {
|
||||||
|
"value": 2,
|
||||||
|
"max": 2
|
||||||
|
},
|
||||||
|
"tl": 1.7,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 3,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 50
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 5 (2d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Bioluminescent",
|
||||||
|
"description": "<p>Sheds Light out to Near.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Soft Underbelly",
|
||||||
|
"description": "<p>Its Armor is 0 while it is Prone.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Cat-sized beetles that illuminate dark, cavernous areas with the glowing glands across their bodies.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
44
packs/_source/bestiary/beetle-giant-tiger.json
Normal file
44
packs/_source/bestiary/beetle-giant-tiger.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstbeetleGi1",
|
||||||
|
"_key": "!items!vgbdBstbeetleGi1",
|
||||||
|
"name": "Beetle, Giant Tiger",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/beetle-horned-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 2,
|
||||||
|
"hp": {
|
||||||
|
"value": 2,
|
||||||
|
"max": 2
|
||||||
|
},
|
||||||
|
"tl": 3.0,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Giant beetles with tiger-striped carapace. Their mandibles are strong enough to crush bone.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcBerserker",
|
"_id": "vgbdBstberserker",
|
||||||
"_key": "!actors!vagabondNpcBerserker",
|
"_key": "!items!vgbdBstberserker",
|
||||||
"name": "Berserker",
|
"name": "Berserker",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 2.8,
|
"tl": 2.8,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 8,
|
"morale": 8,
|
||||||
"zone": "frontline",
|
"zone": "frontline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 40 },
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
49
packs/_source/bestiary/boar-giant.json
Normal file
49
packs/_source/bestiary/boar-giant.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstboarGiant",
|
||||||
|
"_key": "!items!vgbdBstboarGiant",
|
||||||
|
"name": "Boar, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/boar-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 8,
|
||||||
|
"hp": {
|
||||||
|
"value": 36,
|
||||||
|
"max": 36
|
||||||
|
},
|
||||||
|
"tl": 3.1,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 11,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 50
|
||||||
|
},
|
||||||
|
"appearing": "1d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Tusk",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Relentless",
|
||||||
|
"description": "<p>Once per Day, if it is reduced to 0 HP, it instead regains 2d4 HP.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Cow-sized boars known to give chase until they-or their target-dies of exhaustion.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
49
packs/_source/bestiary/boar.json
Normal file
49
packs/_source/bestiary/boar.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstboar00000",
|
||||||
|
"_key": "!items!vgbdBstboar00000",
|
||||||
|
"name": "Boar",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/boar-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
|
"tl": 2.7,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Tusk",
|
||||||
|
"description": "<p>[Melee Attack]: 5 (2d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Relentless",
|
||||||
|
"description": "<p>Once per Day, if it is reduced to 0 HP, it instead regains d4 HP.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>More often found in forested areas. The boar is a feral pig with a notorious temper.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcBrigand",
|
"_id": "vgbdBstbrigand00",
|
||||||
"_key": "!actors!vagabondNpcBrigand",
|
"_key": "!items!vgbdBstbrigand00",
|
||||||
"name": "Brigand",
|
"name": "Brigand",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.7,
|
"tl": 1.7,
|
||||||
"armor": 2,
|
"armor": 2,
|
||||||
"morale": 12,
|
"morale": 12,
|
||||||
"zone": "frontline",
|
"zone": "frontline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 40 },
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
75
packs/_source/bestiary/cat-great.json
Normal file
75
packs/_source/bestiary/cat-great.json
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstcatGreat0",
|
||||||
|
"_key": "!items!vgbdBstcatGreat0",
|
||||||
|
"name": "Cat, Great",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/cat-tiger-orange-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 5,
|
||||||
|
"hp": {
|
||||||
|
"value": 22,
|
||||||
|
"max": 22
|
||||||
|
},
|
||||||
|
"tl": 3.2,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 50
|
||||||
|
},
|
||||||
|
"appearing": "d4",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>2x Claw and 1x Bite</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 5 (d10)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d10",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claws",
|
||||||
|
"description": "<p>[Melee Attack]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Dense Muscled",
|
||||||
|
"description": "<p>Grapples and Shoves as Large.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pack Hunter",
|
||||||
|
"description": "<p>Targets within 5 feet of one of this Being's Allies are Vulnerable to its attacks.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pounce",
|
||||||
|
"description": "<p>If it moves at least 20' before an attack on the same Turn, the Target is also knocked Prone.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>All manner of lions, tigers, and panthers.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
53
packs/_source/bestiary/cat.json
Normal file
53
packs/_source/bestiary/cat.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstcat000000",
|
||||||
|
"_key": "!items!vgbdBstcat000000",
|
||||||
|
"name": "Cat",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/cat-hunched-orange.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.2,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 2,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"climb": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Claw",
|
||||||
|
"description": "<p>[Melee Attack]: 1</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Righting Reflex",
|
||||||
|
"description": "<p>It doesn't take falling damage from falling 40' or less.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
44
packs/_source/bestiary/cattle.json
Normal file
44
packs/_source/bestiary/cattle.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstcattle000",
|
||||||
|
"_key": "!items!vgbdBstcattle000",
|
||||||
|
"name": "Cattle",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/ox-buffalo-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 4,
|
||||||
|
"hp": {
|
||||||
|
"value": 18,
|
||||||
|
"max": 18
|
||||||
|
},
|
||||||
|
"tl": 1.4,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 2,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"appearing": "d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Horn",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Cows, bison, aurochs, and other large bovine.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
46
packs/_source/bestiary/centipede-giant.json
Normal file
46
packs/_source/bestiary/centipede-giant.json
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstcentipede",
|
||||||
|
"_key": "!items!vgbdBstcentipede",
|
||||||
|
"name": "Centipede, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/centipede-brown-red.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 2,
|
||||||
|
"hp": {
|
||||||
|
"value": 2,
|
||||||
|
"max": 2
|
||||||
|
},
|
||||||
|
"tl": 0.1,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"appearing": "2d4",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"climb": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: Pass [Endure] or become Sickened (Cd4, Paralyzed)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "0",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
49
packs/_source/bestiary/chicken.json
Normal file
49
packs/_source/bestiary/chicken.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstchicken00",
|
||||||
|
"_key": "!items!vgbdBstchicken00",
|
||||||
|
"name": "Chicken",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/birds/corvid-rooster-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.2,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 2,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "3d8",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Beak",
|
||||||
|
"description": "<p>[Melee Attack]: 1</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Flutter",
|
||||||
|
"description": "<p>It can't support itself in the air while flying at the end its Turn, but it does not take damage from falling if the distance was 30' or less.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcCommoner",
|
"_id": "vgbdBstcommoner0",
|
||||||
"_key": "!actors!vagabondNpcCommoner",
|
"_key": "!items!vgbdBstcommoner0",
|
||||||
"name": "Commoner",
|
"name": "Commoner",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 0.3,
|
"tl": 0.3,
|
||||||
"armor": 0,
|
"armor": 0,
|
||||||
"morale": 7,
|
"morale": 7,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
62
packs/_source/bestiary/crab-giant.json
Normal file
62
packs/_source/bestiary/crab-giant.json
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstcrabGiant",
|
||||||
|
"_key": "!items!vgbdBstcrabGiant",
|
||||||
|
"name": "Crab, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/fish/crab-lobster-red.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
|
"tl": 4.2,
|
||||||
|
"armor": 3,
|
||||||
|
"morale": 12,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 25
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>2x Pincer</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pincer",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Amphibious",
|
||||||
|
"description": "<p>It can breathe air and water.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "On-Sight",
|
||||||
|
"description": "<p>Is Berserk, considers all Beings Enemies.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
60
packs/_source/bestiary/crayfish-giant.json
Normal file
60
packs/_source/bestiary/crayfish-giant.json
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstcrayfishG",
|
||||||
|
"_key": "!items!vgbdBstcrayfishG",
|
||||||
|
"name": "Crayfish, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/fish/crab-lobster-red.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 5,
|
||||||
|
"hp": {
|
||||||
|
"value": 22,
|
||||||
|
"max": 22
|
||||||
|
},
|
||||||
|
"tl": 4.6,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 25
|
||||||
|
},
|
||||||
|
"appearing": "d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Snip-Snip",
|
||||||
|
"description": "<p>[Multi-Attack]: 2x Claw</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claw",
|
||||||
|
"description": "<p>[Melee Attack]: 9 (2d8) and Restrained if smaller.</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d8",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Amphibious",
|
||||||
|
"description": "<p>It can breathe air and water.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcCultist",
|
"_id": "vgbdBstcultist00",
|
||||||
"_key": "!actors!vagabondNpcCultist",
|
"_key": "!items!vgbdBstcultist00",
|
||||||
"name": "Cultist",
|
"name": "Cultist",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.0,
|
"tl": 1.0,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 12,
|
"morale": 12,
|
||||||
"zone": "midline",
|
"zone": "midline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
44
packs/_source/bestiary/deer.json
Normal file
44
packs/_source/bestiary/deer.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstdeer00000",
|
||||||
|
"_key": "!items!vgbdBstdeer00000",
|
||||||
|
"name": "Deer",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/elk-moose-antlers-white.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
"tl": 0.5,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 3,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 50
|
||||||
|
},
|
||||||
|
"appearing": "d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Hooves",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
49
packs/_source/bestiary/dog.json
Normal file
49
packs/_source/bestiary/dog.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstdog000000",
|
||||||
|
"_key": "!items!vgbdBstdog000000",
|
||||||
|
"name": "Dog",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/wolf-howling-blue.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
"tl": 0.5,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Pack Hunter",
|
||||||
|
"description": "<p>Targets within 5 feet of one of this Being's Allies are Vulnerable to its attacks.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Small dogs: TL 0.2, 1 HP, Speed 30', Bite 1. Medium dogs: TL 0.5, 4 HP, Speed 40', Bite 2 (d4).</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
60
packs/_source/bestiary/electric-eel.json
Normal file
60
packs/_source/bestiary/electric-eel.json
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstelectricE",
|
||||||
|
"_key": "!items!vgbdBstelectricE",
|
||||||
|
"name": "Electric Eel",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/fish/fish-eel-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
"tl": 1.3,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 3,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Shock",
|
||||||
|
"description": "<p>[Attack, Aura Close | Endure]: 7 (2d6), Paralyzed (Cd4) if failed by 5 or more.</p>",
|
||||||
|
"attackType": "special",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "shock",
|
||||||
|
"range": "Aura Close",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Aquatic",
|
||||||
|
"description": "<p>Can only breathe water.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 0' (Swim 30')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
58
packs/_source/bestiary/elephant.json
Normal file
58
packs/_source/bestiary/elephant.json
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstelephant0",
|
||||||
|
"_key": "!items!vgbdBstelephant0",
|
||||||
|
"name": "Elephant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/mammoth-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 9,
|
||||||
|
"hp": {
|
||||||
|
"value": 40,
|
||||||
|
"max": 40
|
||||||
|
},
|
||||||
|
"tl": 5.0,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "huge",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d20",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Trample",
|
||||||
|
"description": "<p>[Melee Attack] (Recharge Cd4): 18 (4d8)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "4d8",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tusk",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Charger",
|
||||||
|
"description": "<p>If it Moves at least 20' in a straight line before making a Tusk Attack, the damage is doubled.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
71
packs/_source/bestiary/frog-toad-giant.json
Normal file
71
packs/_source/bestiary/frog-toad-giant.json
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstfrogToadG",
|
||||||
|
"_key": "!items!vgbdBstfrogToadG",
|
||||||
|
"name": "Frog/Toad, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/amphibians/frog-spotted-green-yellow.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 2,
|
||||||
|
"hp": {
|
||||||
|
"value": 9,
|
||||||
|
"max": 9
|
||||||
|
},
|
||||||
|
"tl": 0.9,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 6,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"appearing": "d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"climb": true,
|
||||||
|
"cling": true,
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>1x Tongue and 1x Bite</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tongue",
|
||||||
|
"description": "<p>[Melee Attack, Near (Medium or smaller Being)]: Restrained and pulled Close</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "0",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "Near",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Amphibious",
|
||||||
|
"description": "<p>Can breathe air or water.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
53
packs/_source/bestiary/frog-toad.json
Normal file
53
packs/_source/bestiary/frog-toad.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstfrogToad0",
|
||||||
|
"_key": "!items!vgbdBstfrogToad0",
|
||||||
|
"name": "Frog/Toad",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/amphibians/frog-spotted-green-yellow.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.1,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 2,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"climb": true,
|
||||||
|
"cling": true,
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 0</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "0",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Amphibious",
|
||||||
|
"description": "<p>Can breathe air or water.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcGladiator",
|
"_id": "vgbdBstgladiator",
|
||||||
"_key": "!actors!vagabondNpcGladiator",
|
"_key": "!items!vgbdBstgladiator",
|
||||||
"name": "Gladiator",
|
"name": "Gladiator",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 2,
|
"hd": 2,
|
||||||
"hp": { "value": 9, "max": 9 },
|
"hp": {
|
||||||
|
"value": 9,
|
||||||
|
"max": 9
|
||||||
|
},
|
||||||
"tl": 1.7,
|
"tl": 1.7,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 7,
|
"morale": 7,
|
||||||
"zone": "frontline",
|
"zone": "frontline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcGuard",
|
"_id": "vgbdBstguard0000",
|
||||||
"_key": "!actors!vagabondNpcGuard",
|
"_key": "!items!vgbdBstguard0000",
|
||||||
"name": "Guard",
|
"name": "Guard",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 2,
|
"hd": 2,
|
||||||
"hp": { "value": 9, "max": 9 },
|
"hp": {
|
||||||
|
"value": 9,
|
||||||
|
"max": 9
|
||||||
|
},
|
||||||
"tl": 1.9,
|
"tl": 1.9,
|
||||||
"armor": 2,
|
"armor": 2,
|
||||||
"morale": 7,
|
"morale": 7,
|
||||||
"zone": "frontline",
|
"zone": "frontline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
53
packs/_source/bestiary/hawk.json
Normal file
53
packs/_source/bestiary/hawk.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBsthawk00000",
|
||||||
|
"_key": "!items!vgbdBsthawk00000",
|
||||||
|
"name": "Hawk",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/birds/raptor-hawk-flying-white.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.2,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 6,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 5
|
||||||
|
},
|
||||||
|
"appearing": "d6",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"fly": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Talon",
|
||||||
|
"description": "<p>[Melee Attack]: 1</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Nimble",
|
||||||
|
"description": "<p>Attacks against it can't be Favored if it can Move.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 5' (Fly 30')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
51
packs/_source/bestiary/hippopotamus-behemoth.json
Normal file
51
packs/_source/bestiary/hippopotamus-behemoth.json
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBsthippopota",
|
||||||
|
"_key": "!items!vgbdBsthippopota",
|
||||||
|
"name": "Hippopotamus, Behemoth",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/rhinoceros-gray.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 10,
|
||||||
|
"hp": {
|
||||||
|
"value": 45,
|
||||||
|
"max": 45
|
||||||
|
},
|
||||||
|
"tl": 4.9,
|
||||||
|
"armor": 3,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "huge",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 13 (3d8) and Restrained if it is smaller. This always hits a Target Restrained this way.</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "3d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Aggressor",
|
||||||
|
"description": "<p>The first time it Moves at least 10 feet toward an Enemy on a Turn, it regains that Speed.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Massive hippos, big enough for micro-ecosystems to develop on their backs. Uncontrollably territorial. Speed: 30' (Swim 40')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
51
packs/_source/bestiary/hippopotamus.json
Normal file
51
packs/_source/bestiary/hippopotamus.json
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBsthippopot1",
|
||||||
|
"_key": "!items!vgbdBsthippopot1",
|
||||||
|
"name": "Hippopotamus",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/rhinoceros-gray.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 8,
|
||||||
|
"hp": {
|
||||||
|
"value": 36,
|
||||||
|
"max": 36
|
||||||
|
},
|
||||||
|
"tl": 3.1,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d6) and Restrained if it is smaller. This always hits a Target Restrained this way.</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Aggressor",
|
||||||
|
"description": "<p>The first time it Moves at least 10 feet toward an Enemy on a Turn, it regains that Speed.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 20' (Swim 40')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
44
packs/_source/bestiary/horse-draft.json
Normal file
44
packs/_source/bestiary/horse-draft.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBsthorseDraf",
|
||||||
|
"_key": "!items!vgbdBsthorseDraf",
|
||||||
|
"name": "Horse, Draft",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/horse-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
|
"tl": 1.3,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 5,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Hoof",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
53
packs/_source/bestiary/horse-riding.json
Normal file
53
packs/_source/bestiary/horse-riding.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBsthorseRidi",
|
||||||
|
"_key": "!items!vgbdBsthorseRidi",
|
||||||
|
"name": "Horse, Riding",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/horse-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 2,
|
||||||
|
"hp": {
|
||||||
|
"value": 9,
|
||||||
|
"max": 9
|
||||||
|
},
|
||||||
|
"tl": 1.6,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 80
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>2x Hoof</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Hoof",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
53
packs/_source/bestiary/horse-war.json
Normal file
53
packs/_source/bestiary/horse-war.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBsthorseWar0",
|
||||||
|
"_key": "!items!vgbdBsthorseWar0",
|
||||||
|
"name": "Horse, War",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/horse-armored-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
|
"tl": 2.0,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>2x Hoof</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Hoof",
|
||||||
|
"description": "<p>[Melee Attack]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcKnight",
|
"_id": "vgbdBstknight000",
|
||||||
"_key": "!actors!vagabondNpcKnight",
|
"_key": "!items!vgbdBstknight000",
|
||||||
"name": "Knight",
|
"name": "Knight",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 3,
|
"hd": 3,
|
||||||
"hp": { "value": 13, "max": 13 },
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
"tl": 2.8,
|
"tl": 2.8,
|
||||||
"armor": 3,
|
"armor": 3,
|
||||||
"morale": 8,
|
"morale": 8,
|
||||||
"zone": "frontline",
|
"zone": "frontline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 25 },
|
"speed": {
|
||||||
|
"value": 25
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
64
packs/_source/bestiary/leech-giant.json
Normal file
64
packs/_source/bestiary/leech-giant.json
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstleechGian",
|
||||||
|
"_key": "!items!vgbdBstleechGian",
|
||||||
|
"name": "Leech, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/leech-segmented-purple.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
"tl": 1.0,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"appearing": "3d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Drain",
|
||||||
|
"description": "<p>[Melee Attack, Restrained Being]: 2 (d4) healing this Being for the damage</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Latch",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4) and Restrained if Medium or smaller</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Amphibious",
|
||||||
|
"description": "<p>Can breathe air or water.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Blood Sense",
|
||||||
|
"description": "<p>It can sense Beings missing any HP within 1 mile as if by Blindsight and deals an extra die of damage to them.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Massive blood-sucking parasites that latch onto their prey and drain their vitals. Speed: 10' (Swim 20')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
46
packs/_source/bestiary/lizard-giant-draco.json
Normal file
46
packs/_source/bestiary/lizard-giant-draco.json
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstlizardGia",
|
||||||
|
"_key": "!items!vgbdBstlizardGia",
|
||||||
|
"name": "Lizard, Giant Draco",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/lizard-horned-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 4,
|
||||||
|
"hp": {
|
||||||
|
"value": 18,
|
||||||
|
"max": 18
|
||||||
|
},
|
||||||
|
"tl": 2.4,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d8",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 5 (d10)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d10",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Massive lizards that glide in desert canyons and have a taste for human flesh. Speed: 40' (70' with Glide)</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
48
packs/_source/bestiary/lizard-giant-gecko.json
Normal file
48
packs/_source/bestiary/lizard-giant-gecko.json
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstlizardGi1",
|
||||||
|
"_key": "!items!vgbdBstlizardGi1",
|
||||||
|
"name": "Lizard, Giant Gecko",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/lizard-horned-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
|
"tl": 1.9,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 10,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"climb": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 4 (d8)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Overgrown reptiles, often used as mounts.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcMageFire",
|
"_id": "vgbdBstmageFire0",
|
||||||
"_key": "!actors!vagabondNpcMageFire",
|
"_key": "!items!vgbdBstmageFire0",
|
||||||
"name": "Mage, Fire",
|
"name": "Mage, Fire",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 2.3,
|
"tl": 2.3,
|
||||||
"armor": 0,
|
"armor": 0,
|
||||||
"morale": 8,
|
"morale": 8,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcMageFrost",
|
"_id": "vgbdBstmageFrost",
|
||||||
"_key": "!actors!vagabondNpcMageFrost",
|
"_key": "!items!vgbdBstmageFrost",
|
||||||
"name": "Mage, Frost",
|
"name": "Mage, Frost",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.9,
|
"tl": 1.9,
|
||||||
"armor": 0,
|
"armor": 0,
|
||||||
"morale": 4,
|
"morale": 4,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcMageShock",
|
"_id": "vgbdBstmageShock",
|
||||||
"_key": "!actors!vagabondNpcMageShock",
|
"_key": "!items!vgbdBstmageShock",
|
||||||
"name": "Mage, Shock",
|
"name": "Mage, Shock",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.9,
|
"tl": 1.9,
|
||||||
"armor": 0,
|
"armor": 0,
|
||||||
"morale": 4,
|
"morale": 4,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
58
packs/_source/bestiary/mantis-giant.json
Normal file
58
packs/_source/bestiary/mantis-giant.json
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstmantisGia",
|
||||||
|
"_key": "!items!vgbdBstmantisGia",
|
||||||
|
"name": "Mantis, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/bug-mantis-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 10,
|
||||||
|
"hp": {
|
||||||
|
"value": 45,
|
||||||
|
"max": 45
|
||||||
|
},
|
||||||
|
"tl": 4.3,
|
||||||
|
"armor": 4,
|
||||||
|
"morale": 10,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"cling": true,
|
||||||
|
"fly": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>2x Claw, Restrained if smaller and hit by both</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claw",
|
||||||
|
"description": "<p>[Melee Attack]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 20' (Cling, Fly 40')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
67
packs/_source/bestiary/mastodon.json
Normal file
67
packs/_source/bestiary/mastodon.json
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstmastodon0",
|
||||||
|
"_key": "!items!vgbdBstmastodon0",
|
||||||
|
"name": "Mastodon",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/mammoth-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 13,
|
||||||
|
"hp": {
|
||||||
|
"value": 58,
|
||||||
|
"max": 58
|
||||||
|
},
|
||||||
|
"tl": 8.3,
|
||||||
|
"armor": 3,
|
||||||
|
"morale": 4,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "huge",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d4",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>1x Tusk and 1x Stomp</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Stomp",
|
||||||
|
"description": "<p>[Melee Attack]: 18 (4d8)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "4d8",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tusk",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Charger",
|
||||||
|
"description": "<p>Tusks deal double damage that Turn if it Moves at least 20' before the attack.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Both the woolly and imperial mammoths roam arctic and subtropic lands.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcNoble",
|
"_id": "vgbdBstnoble0000",
|
||||||
"_key": "!actors!vagabondNpcNoble",
|
"_key": "!items!vgbdBstnoble0000",
|
||||||
"name": "Noble",
|
"name": "Noble",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.2,
|
"tl": 1.2,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 9,
|
"morale": 9,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
79
packs/_source/bestiary/octopus-giant.json
Normal file
79
packs/_source/bestiary/octopus-giant.json
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstoctopusGi",
|
||||||
|
"_key": "!items!vgbdBstoctopusGi",
|
||||||
|
"name": "Octopus, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/fish/squid-kraken-orange.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 8,
|
||||||
|
"hp": {
|
||||||
|
"value": 36,
|
||||||
|
"max": 36
|
||||||
|
},
|
||||||
|
"tl": 4.8,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>1x Tentacle per Tentacle it has.</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Beak",
|
||||||
|
"description": "<p>[Melee Attack]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tentacle",
|
||||||
|
"description": "<p>[Melee Attack, Near]: 2 (d4) and Restrained if Medium or smaller</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "Near",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Amphibious",
|
||||||
|
"description": "<p>It can breathe air or water.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ink Cloud",
|
||||||
|
"description": "<p>If it retreats, the surrounding 20' of water becomes obscured by ink for 1 minute.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tentacles",
|
||||||
|
"description": "<p>Starts with 8. Targetting a Tentacle causes a -3 penalty to the Attack Check, but severs it if at least 6 damage is dealt with the attack.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Cephalopods capable of taking down small boats. Speed: 10' (Swim 30')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
53
packs/_source/bestiary/owl.json
Normal file
53
packs/_source/bestiary/owl.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstowl000000",
|
||||||
|
"_key": "!items!vgbdBstowl000000",
|
||||||
|
"name": "Owl",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/birds/owl-horned-gray.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.2,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 6,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 5
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"fly": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Talon",
|
||||||
|
"description": "<p>[Melee Attack]: 1</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Nimble",
|
||||||
|
"description": "<p>Attacks against it can't be Favored if it can Move.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 5' (Fly 60')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
62
packs/_source/bestiary/phorusrhacos.json
Normal file
62
packs/_source/bestiary/phorusrhacos.json
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstphorusrha",
|
||||||
|
"_key": "!items!vgbdBstphorusrha",
|
||||||
|
"name": "Phorusrhacos",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/birds/corvid-crow-black.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 7,
|
||||||
|
"hp": {
|
||||||
|
"value": 31,
|
||||||
|
"max": 31
|
||||||
|
},
|
||||||
|
"tl": 3.3,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "huge",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 45
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>2x Claw and 1x Beak</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Beak",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claw",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Flightless, aggressive birds of impressive stature.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
46
packs/_source/bestiary/pteranodon.json
Normal file
46
packs/_source/bestiary/pteranodon.json
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstpteranodo",
|
||||||
|
"_key": "!items!vgbdBstpteranodo",
|
||||||
|
"name": "Pteranodon",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/pterodactyl-flying-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
"tl": 1.2,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 5,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"appearing": "d12",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"fly": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Beak",
|
||||||
|
"description": "<p>[Melee Attack]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Flying dinosaurs that resemble birds with fanged maws. Speed: 10' (Fly 60')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
46
packs/_source/bestiary/quetzalcoatlus.json
Normal file
46
packs/_source/bestiary/quetzalcoatlus.json
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstquetzalco",
|
||||||
|
"_key": "!items!vgbdBstquetzalco",
|
||||||
|
"name": "Quetzalcoatlus",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/pterodactyl-flying-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
|
"tl": 2.6,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"appearing": "d3",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"fly": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Beak",
|
||||||
|
"description": "<p>[Melee Attack]: 10 (3d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "3d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 10' (Fly 60')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
49
packs/_source/bestiary/rabbit.json
Normal file
49
packs/_source/bestiary/rabbit.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstrabbit000",
|
||||||
|
"_key": "!items!vgbdBstrabbit000",
|
||||||
|
"name": "Rabbit",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/hare-rabbit-tan.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.2,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 1,
|
||||||
|
"zone": "backline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 45
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 1</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Nimble",
|
||||||
|
"description": "<p>Attacks against it can't be Favored if it can Move.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
55
packs/_source/bestiary/rat-giant.json
Normal file
55
packs/_source/bestiary/rat-giant.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstratGiant0",
|
||||||
|
"_key": "!items!vgbdBstratGiant0",
|
||||||
|
"name": "Rat, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/rodent-rat-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
"tl": 1.1,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 3,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 1 (d3) and pass [Endure] or become Sickened (Cd6 days)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d3",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Nimble",
|
||||||
|
"description": "<p>Attacks against it can't be Favored if it can Move.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pack Hunter",
|
||||||
|
"description": "<p>Targets within 5 feet of one of this Being's Allies are Vulnerable to its attacks.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
55
packs/_source/bestiary/rat.json
Normal file
55
packs/_source/bestiary/rat.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstrat000000",
|
||||||
|
"_key": "!items!vgbdBstrat000000",
|
||||||
|
"name": "Rat",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/rodent-rat-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 1,
|
||||||
|
"max": 1
|
||||||
|
},
|
||||||
|
"tl": 0.2,
|
||||||
|
"armor": 0,
|
||||||
|
"morale": 3,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "3d6",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 1 and Sickened (Cd6 Days).</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Nimble",
|
||||||
|
"description": "<p>Attacks against it can't be Favored if it can Move.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pack Hunter",
|
||||||
|
"description": "<p>Targets within 5 feet of one of this Being's Allies are Vulnerable to its attacks.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
58
packs/_source/bestiary/rhinoceros.json
Normal file
58
packs/_source/bestiary/rhinoceros.json
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstrhinocero",
|
||||||
|
"_key": "!items!vgbdBstrhinocero",
|
||||||
|
"name": "Rhinoceros",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/rhinoceros-gray.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 8,
|
||||||
|
"hp": {
|
||||||
|
"value": 36,
|
||||||
|
"max": 36
|
||||||
|
},
|
||||||
|
"tl": 3.6,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 6,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d12",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Horn",
|
||||||
|
"description": "<p>[Melee Attack]: 5 (2d4)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Stomp",
|
||||||
|
"description": "<p>[Melee Attack]: 9 (2d8)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d8",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Rampant",
|
||||||
|
"description": "<p>If it Moves at least 20' in a straight line, it can automatically make one Horn Attack against anything in its path for the rest of the Turn (no Action).</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
71
packs/_source/bestiary/sabre-tooth-tiger.json
Normal file
71
packs/_source/bestiary/sabre-tooth-tiger.json
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstsabreToot",
|
||||||
|
"_key": "!items!vgbdBstsabreToot",
|
||||||
|
"name": "Sabre-tooth Tiger",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/cat-tiger-orange-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 8,
|
||||||
|
"hp": {
|
||||||
|
"value": 36,
|
||||||
|
"max": 36
|
||||||
|
},
|
||||||
|
"tl": 3.9,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 10,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 50
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Maul",
|
||||||
|
"description": "<p>[Multi-Attack]: 2x Claw and 1x Bite</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 9 (2d8)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claws",
|
||||||
|
"description": "<p>[Melee Attack]: 4 (d8)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d8",
|
||||||
|
"damageType": "slash",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Pack Hunter",
|
||||||
|
"description": "<p>Targets within 5 feet of one of this Being's Allies are Vulnerable to its attacks.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Pounce",
|
||||||
|
"description": "<p>If it moves at least 20' before an attack on the same Turn, the Target is also knocked Prone.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
64
packs/_source/bestiary/scorpion-giant.json
Normal file
64
packs/_source/bestiary/scorpion-giant.json
Normal file
@ -0,0 +1,64 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstscorpionG",
|
||||||
|
"_key": "!items!vgbdBstscorpionG",
|
||||||
|
"name": "Scorpion, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/scorpion-brown.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 4,
|
||||||
|
"hp": {
|
||||||
|
"value": 18,
|
||||||
|
"max": 18
|
||||||
|
},
|
||||||
|
"tl": 4.2,
|
||||||
|
"armor": 3,
|
||||||
|
"morale": 11,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"climb": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Pin",
|
||||||
|
"description": "<p>[Multi-Attack]: 2x Claw and 1x Sting</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Sting",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4) and pass [Endure] against Sickened or gain 1 Fatigue</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Claw",
|
||||||
|
"description": "<p>[Melee Attack]: 5 (d10) and Restrained if its the second of this Being's Claw to hit it this Turn</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d10",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Scorpions roughly the size of a cow. Extremely aggressive predators that kill on-sight. Speed: 30' (Climb 10')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcScout",
|
"_id": "vgbdBstscout0000",
|
||||||
"_key": "!actors!vagabondNpcScout",
|
"_key": "!items!vgbdBstscout0000",
|
||||||
"name": "Scout",
|
"name": "Scout",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.4,
|
"tl": 1.4,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 3,
|
"morale": 3,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
55
packs/_source/bestiary/shark-great-white.json
Normal file
55
packs/_source/bestiary/shark-great-white.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstsharkGrea",
|
||||||
|
"_key": "!items!vgbdBstsharkGrea",
|
||||||
|
"name": "Shark, Great White",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/fish/fish-shark-blue.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 8,
|
||||||
|
"hp": {
|
||||||
|
"value": 36,
|
||||||
|
"max": 36
|
||||||
|
},
|
||||||
|
"tl": 3.8,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "huge",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"appearing": "3d4",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 11 (2d10) and Restrained if smaller</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d10",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Aquatic",
|
||||||
|
"description": "<p>Can only breathe water.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Blood Sense",
|
||||||
|
"description": "<p>It can sense Beings that are missing any HP within 1 mile as if by Blindsight.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 0' (Swim 60')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
55
packs/_source/bestiary/shark-megalodon.json
Normal file
55
packs/_source/bestiary/shark-megalodon.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstsharkMega",
|
||||||
|
"_key": "!items!vgbdBstsharkMega",
|
||||||
|
"name": "Shark, Megalodon",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/fish/fish-shark-blue.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 20,
|
||||||
|
"hp": {
|
||||||
|
"value": 90,
|
||||||
|
"max": 90
|
||||||
|
},
|
||||||
|
"tl": 7.4,
|
||||||
|
"armor": 3,
|
||||||
|
"morale": 11,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "giant",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 22 (4d10) and Restrained if smaller</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "4d10",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Aquatic",
|
||||||
|
"description": "<p>Can only breathe water.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Blood Sense",
|
||||||
|
"description": "<p>It can sense Beings that are missing any HP within 1 mile as if by Blindsight, and its attacks deal an extra die of damage to them.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 0' (Swim 60')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
55
packs/_source/bestiary/slug-giant.json
Normal file
55
packs/_source/bestiary/slug-giant.json
Normal file
@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstslugGiant",
|
||||||
|
"_key": "!items!vgbdBstslugGiant",
|
||||||
|
"name": "Slug, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/snail-slug-black.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 12,
|
||||||
|
"hp": {
|
||||||
|
"value": 54,
|
||||||
|
"max": 54
|
||||||
|
},
|
||||||
|
"tl": 4.2,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "giant",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 10
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {
|
||||||
|
"cling": true
|
||||||
|
},
|
||||||
|
"immunities": ["blunt"],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Acid Spit",
|
||||||
|
"description": "<p>[Ranged Attack, Near] (Recharge Cd4): 10 (3d6) and Burning (Cd6)</p>",
|
||||||
|
"attackType": "ranged",
|
||||||
|
"damage": "3d6",
|
||||||
|
"damageType": "acid",
|
||||||
|
"range": "Near",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Armor: 1 [as Unarmored plus Shield]. Immune: Blunt from non-Relics</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
53
packs/_source/bestiary/snake-cobra.json
Normal file
53
packs/_source/bestiary/snake-cobra.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstsnakeCobr",
|
||||||
|
"_key": "!items!vgbdBstsnakeCobr",
|
||||||
|
"name": "Snake, Cobra",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/snake-fangs-small-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 1,
|
||||||
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
|
"tl": 1.5,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Venom Spit",
|
||||||
|
"description": "<p>[Ranged Attack, Near] (Recharge Cd4): 0 and, if failed by 5 or more, Blinded</p>",
|
||||||
|
"attackType": "ranged",
|
||||||
|
"damage": "0",
|
||||||
|
"damageType": "poison",
|
||||||
|
"range": "Near",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 1 (d3) and pass [Endure] or become Sickened (Cd6 damage each minute)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d3",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Venomous snakes that can deliver their venom through bites or by spitting.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
62
packs/_source/bestiary/snake-giant-constrictor.json
Normal file
62
packs/_source/bestiary/snake-giant-constrictor.json
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstsnakeGian",
|
||||||
|
"_key": "!items!vgbdBstsnakeGian",
|
||||||
|
"name": "Snake, Giant Constrictor",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/snake-coiled-yellow.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 7,
|
||||||
|
"hp": {
|
||||||
|
"value": 31,
|
||||||
|
"max": 31
|
||||||
|
},
|
||||||
|
"tl": 3.4,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "huge",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Multi-Attack",
|
||||||
|
"description": "<p>1x Bite and 1x Constrict</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack, Restrained Target]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Constrict",
|
||||||
|
"description": "<p>[Grapple]: 9 (2d8) and Restrained</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d8",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>All manner of giant constricting snakes like boas and pythons. Always kills its prey by crushing it.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
44
packs/_source/bestiary/snake-giant-poisonous.json
Normal file
44
packs/_source/bestiary/snake-giant-poisonous.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstsnakeGia1",
|
||||||
|
"_key": "!items!vgbdBstsnakeGia1",
|
||||||
|
"name": "Snake, Giant Poisonous",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/snake-fangs-small-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 6,
|
||||||
|
"hp": {
|
||||||
|
"value": 27,
|
||||||
|
"max": 27
|
||||||
|
},
|
||||||
|
"tl": 2.7,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 9 (2d8) and pass [Endure] or become Sickened (Cd6 damage each Minute).</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Over-sized versions of the deadly cobra and viper.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
44
packs/_source/bestiary/snake-pit-viper.json
Normal file
44
packs/_source/bestiary/snake-pit-viper.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstsnakePitV",
|
||||||
|
"_key": "!items!vgbdBstsnakePitV",
|
||||||
|
"name": "Snake, Pit Viper",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/snake-fangs-small-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 2,
|
||||||
|
"hp": {
|
||||||
|
"value": 9,
|
||||||
|
"max": 9
|
||||||
|
},
|
||||||
|
"tl": 1.8,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "midline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 20
|
||||||
|
},
|
||||||
|
"appearing": "d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4) and pass [Endure] or become Sickened (Cd6 damage each minute)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Other venomous snakes who only deliver their venom through bites.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
57
packs/_source/bestiary/spider-giant-black-widow.json
Normal file
57
packs/_source/bestiary/spider-giant-black-widow.json
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstspiderGia",
|
||||||
|
"_key": "!items!vgbdBstspiderGia",
|
||||||
|
"name": "Spider, Giant Black Widow",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/spider-black-red.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 13,
|
||||||
|
"max": 13
|
||||||
|
},
|
||||||
|
"tl": 2.0,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d3",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"cling": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 7 (2d6) and pass [Endure] or become Sickened (Cd4, +1 Fatigue each Round).</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Webs",
|
||||||
|
"description": "<p>Its web is an Object with 4 HP and Armor: 5.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Web Walker",
|
||||||
|
"description": "<p>It can sense any Being on the same web as it as if by Blindsight, and is not impeded by web as Difficult Terrain.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Man-sized venomous spiders distinguished by their red hourglass mark.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
48
packs/_source/bestiary/spider-giant-crab.json
Normal file
48
packs/_source/bestiary/spider-giant-crab.json
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstspiderGi1",
|
||||||
|
"_key": "!items!vgbdBstspiderGi1",
|
||||||
|
"name": "Spider, Giant Crab",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/spider-web-gray.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 2,
|
||||||
|
"hp": {
|
||||||
|
"value": 9,
|
||||||
|
"max": 9
|
||||||
|
},
|
||||||
|
"tl": 1.5,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d4",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"cling": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 4 (d8) and pass [Endure] with a +2 bonus or become Sickened (Cd4, +1 Fatigue each Round).</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Man-sized venomous spiders with the ability to blend into their environment like a chameleon.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
49
packs/_source/bestiary/spider-giant-tarantella.json
Normal file
49
packs/_source/bestiary/spider-giant-tarantella.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstspiderGi2",
|
||||||
|
"_key": "!items!vgbdBstspiderGi2",
|
||||||
|
"name": "Spider, Giant Tarantella",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/spider-red-black.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 4,
|
||||||
|
"hp": {
|
||||||
|
"value": 18,
|
||||||
|
"max": 18
|
||||||
|
},
|
||||||
|
"tl": 2.2,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"climb": true,
|
||||||
|
"cling": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 4 (d8) and pass [Endure] or become Sickened (Cd4, Vulnerable and must skip its Move to dance in place causing a -4 penalty to Attack Checks and giving them +1 Fatigue each Round. Anyone who witnesses this dancing must pass [Will] or also become Charmed this way for (Cd4)).</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Man-sized venomous spiders with the ability to blend into their environment like a chameleon.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
67
packs/_source/bestiary/spider-giant.json
Normal file
67
packs/_source/bestiary/spider-giant.json
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstspiderGi3",
|
||||||
|
"_key": "!items!vgbdBstspiderGi3",
|
||||||
|
"name": "Spider, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/invertebrates/spider-black-large.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 6,
|
||||||
|
"hp": {
|
||||||
|
"value": 27,
|
||||||
|
"max": 27
|
||||||
|
},
|
||||||
|
"tl": 2.0,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "backline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 35
|
||||||
|
},
|
||||||
|
"appearing": "d3",
|
||||||
|
"senses": {
|
||||||
|
"darkvision": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"climb": true,
|
||||||
|
"cling": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Web Shot",
|
||||||
|
"description": "<p>[Ranged Attack] (Recharge Cd4): Restrained by Webs.</p>",
|
||||||
|
"attackType": "ranged",
|
||||||
|
"damage": "0",
|
||||||
|
"damageType": "",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 4 (d8) and pass [Endure] against Sickened or take another 4 (d8) damage and be Sickened (Cd8, Paralyzed).</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d8",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Webs",
|
||||||
|
"description": "<p>Its web is an Object with 4 HP and Armor: 1.</p>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Web Walker",
|
||||||
|
"description": "<p>It can sense any Being on the same web as it as if by Blindsight, and is not impeded by web as Difficult Terrain.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Oversized arachnids that can spin and shoot webs.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcThug",
|
"_id": "vgbdBstthug00000",
|
||||||
"_key": "!actors!vagabondNpcThug",
|
"_key": "!items!vgbdBstthug00000",
|
||||||
"name": "Thug",
|
"name": "Thug",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.5,
|
"tl": 1.5,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 8,
|
"morale": 8,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
53
packs/_source/bestiary/thunderfoot.json
Normal file
53
packs/_source/bestiary/thunderfoot.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstthunderfo",
|
||||||
|
"_key": "!items!vgbdBstthunderfo",
|
||||||
|
"name": "Thunderfoot",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/dinosaur-brontosaurus-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 35,
|
||||||
|
"hp": {
|
||||||
|
"value": 157,
|
||||||
|
"max": 157
|
||||||
|
},
|
||||||
|
"tl": 10.5,
|
||||||
|
"armor": 4,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "colossal",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "d12",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Stomp",
|
||||||
|
"description": "<p>[Melee Attack]: 25 (4d10+3)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "4d10+3",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Tail",
|
||||||
|
"description": "<p>[Melee Attack]: 22 (5d8) and shoved Prone 30' away</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "5d8",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcTrader",
|
"_id": "vgbdBsttrader000",
|
||||||
"_key": "!actors!vagabondNpcTrader",
|
"_key": "!items!vgbdBsttrader000",
|
||||||
"name": "Trader",
|
"name": "Trader",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 1,
|
"hd": 1,
|
||||||
"hp": { "value": 4, "max": 4 },
|
"hp": {
|
||||||
|
"value": 4,
|
||||||
|
"max": 4
|
||||||
|
},
|
||||||
"tl": 1.2,
|
"tl": 1.2,
|
||||||
"armor": 1,
|
"armor": 1,
|
||||||
"morale": 6,
|
"morale": 6,
|
||||||
"zone": "backline",
|
"zone": "backline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 40 },
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
58
packs/_source/bestiary/triceratops.json
Normal file
58
packs/_source/bestiary/triceratops.json
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBsttricerato",
|
||||||
|
"_key": "!items!vgbdBsttricerato",
|
||||||
|
"name": "Triceratops",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/dinosaur-horned-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 11,
|
||||||
|
"hp": {
|
||||||
|
"value": 49,
|
||||||
|
"max": 49
|
||||||
|
},
|
||||||
|
"tl": 4.5,
|
||||||
|
"armor": 3,
|
||||||
|
"morale": 8,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "large",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
|
"appearing": "d4",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Horn",
|
||||||
|
"description": "<p>[Melee Attack]: 10 (3d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "3d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Stomp",
|
||||||
|
"description": "<p>[Melee Attack]: 10 (3d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "3d6",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Rampant",
|
||||||
|
"description": "<p>If it Moves at least 20' in a straight line, it can automatically make one Horn Attack against anything in its path for the rest of the Turn (no Action).</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": ""
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
44
packs/_source/bestiary/tyrannosaurus-rex.json
Normal file
44
packs/_source/bestiary/tyrannosaurus-rex.json
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBsttyrannosa",
|
||||||
|
"_key": "!items!vgbdBsttyrannosa",
|
||||||
|
"name": "Tyrannosaurus Rex",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/dinosaur-horned-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 20,
|
||||||
|
"hp": {
|
||||||
|
"value": 90,
|
||||||
|
"max": 90
|
||||||
|
},
|
||||||
|
"tl": 6.8,
|
||||||
|
"armor": 2,
|
||||||
|
"morale": 11,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "huge",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 50
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 21 (6d6) and Restrained</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "6d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>The tyrant lizard that dominates regions that have been \"lost to time.\" Its massive jaws are nearly unstoppable by man.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
49
packs/_source/bestiary/velociraptor.json
Normal file
49
packs/_source/bestiary/velociraptor.json
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstvelocirap",
|
||||||
|
"_key": "!items!vgbdBstvelocirap",
|
||||||
|
"name": "Velociraptor",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/reptiles/dinosaur-raptor-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 12,
|
||||||
|
"max": 12
|
||||||
|
},
|
||||||
|
"tl": 1.4,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 10,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "small",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 45
|
||||||
|
},
|
||||||
|
"appearing": "2d6",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 3 (d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Pack Hunter",
|
||||||
|
"description": "<p>Targets within 5 feet of one of this Being's Allies are Vulnerable to its attacks.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>A vicious reptilian carnivore from the lost world. It walks upright, and moves with blinding speed.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcVeteran",
|
"_id": "vgbdBstveteran00",
|
||||||
"_key": "!actors!vagabondNpcVeteran",
|
"_key": "!items!vgbdBstveteran00",
|
||||||
"name": "Veteran",
|
"name": "Veteran",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 2,
|
"hd": 2,
|
||||||
"hp": { "value": 9, "max": 9 },
|
"hp": {
|
||||||
|
"value": 9,
|
||||||
|
"max": 9
|
||||||
|
},
|
||||||
"tl": 2.4,
|
"tl": 2.4,
|
||||||
"armor": 3,
|
"armor": 3,
|
||||||
"morale": 9,
|
"morale": 9,
|
||||||
"zone": "frontline",
|
"zone": "frontline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 25 },
|
"speed": {
|
||||||
|
"value": 25
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
@ -1,19 +1,24 @@
|
|||||||
{
|
{
|
||||||
"_id": "vagabondNpcWarlord",
|
"_id": "vgbdBstwarlord00",
|
||||||
"_key": "!actors!vagabondNpcWarlord",
|
"_key": "!items!vgbdBstwarlord00",
|
||||||
"name": "Warlord",
|
"name": "Warlord",
|
||||||
"type": "npc",
|
"type": "npc",
|
||||||
"img": "icons/svg/mystery-man.svg",
|
"img": "icons/svg/mystery-man.svg",
|
||||||
"system": {
|
"system": {
|
||||||
"hd": 5,
|
"hd": 5,
|
||||||
"hp": { "value": 22, "max": 22 },
|
"hp": {
|
||||||
|
"value": 22,
|
||||||
|
"max": 22
|
||||||
|
},
|
||||||
"tl": 3.0,
|
"tl": 3.0,
|
||||||
"armor": 3,
|
"armor": 3,
|
||||||
"morale": 10,
|
"morale": 10,
|
||||||
"zone": "frontline",
|
"zone": "frontline",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
"beingType": "humanlike",
|
"beingType": "humanlike",
|
||||||
"speed": { "value": 30 },
|
"speed": {
|
||||||
|
"value": 30
|
||||||
|
},
|
||||||
"appearing": "",
|
"appearing": "",
|
||||||
"senses": {},
|
"senses": {},
|
||||||
"movement": {},
|
"movement": {},
|
||||||
|
|||||||
58
packs/_source/bestiary/weasel-giant.json
Normal file
58
packs/_source/bestiary/weasel-giant.json
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstweaselGia",
|
||||||
|
"_key": "!items!vgbdBstweaselGia",
|
||||||
|
"name": "Weasel, Giant",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/mammals/rodent-rat-green.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 3,
|
||||||
|
"hp": {
|
||||||
|
"value": 12,
|
||||||
|
"max": 12
|
||||||
|
},
|
||||||
|
"tl": 1.2,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 9,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "medium",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 40
|
||||||
|
},
|
||||||
|
"appearing": "d8",
|
||||||
|
"senses": {},
|
||||||
|
"movement": {},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Drain",
|
||||||
|
"description": "<p>[Action, a Restrained Being]: 5 (2d6)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "2d6",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Bite",
|
||||||
|
"description": "<p>[Melee Attack]: 2 (d4) and Restrained.</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "1d4",
|
||||||
|
"damageType": "pierce",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Pack Hunter",
|
||||||
|
"description": "<p>Targets within 5 feet of one of this Being's Allies are Vulnerable to its attacks.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Giant weasels are ferocious subterranean mammals that gnomes and other smaller cave dwellers train as hunting animals and mounts.</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
53
packs/_source/bestiary/whale-blue.json
Normal file
53
packs/_source/bestiary/whale-blue.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"_id": "vgbdBstwhaleBlue",
|
||||||
|
"_key": "!items!vgbdBstwhaleBlue",
|
||||||
|
"name": "Whale, Blue",
|
||||||
|
"type": "npc",
|
||||||
|
"img": "icons/creatures/fish/fish-bioluminescent-blue.webp",
|
||||||
|
"system": {
|
||||||
|
"hd": 15,
|
||||||
|
"hp": {
|
||||||
|
"value": 67,
|
||||||
|
"max": 67
|
||||||
|
},
|
||||||
|
"tl": 8.7,
|
||||||
|
"armor": 1,
|
||||||
|
"morale": 7,
|
||||||
|
"zone": "frontline",
|
||||||
|
"size": "colossal",
|
||||||
|
"beingType": "beast",
|
||||||
|
"speed": {
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"appearing": "1",
|
||||||
|
"senses": {
|
||||||
|
"echolocation": true
|
||||||
|
},
|
||||||
|
"movement": {
|
||||||
|
"swim": true
|
||||||
|
},
|
||||||
|
"immunities": [],
|
||||||
|
"weaknesses": [],
|
||||||
|
"resistances": [],
|
||||||
|
"actions": [
|
||||||
|
{
|
||||||
|
"name": "Slam",
|
||||||
|
"description": "<p>[Melee Attack]: 39 (6d12)</p>",
|
||||||
|
"attackType": "melee",
|
||||||
|
"damage": "6d12",
|
||||||
|
"damageType": "blunt",
|
||||||
|
"range": "",
|
||||||
|
"properties": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"abilities": [
|
||||||
|
{
|
||||||
|
"name": "Hold Breath",
|
||||||
|
"description": "<p>Can hold its breath for up to two hours.</p>"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"loot": "",
|
||||||
|
"gmNotes": "<p>Speed: 0' (Swim 60')</p>"
|
||||||
|
},
|
||||||
|
"reviewed": false
|
||||||
|
}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user