44 lines
965 B
JSON
44 lines
965 B
JSON
{
|
|
"name": "Orc",
|
|
"level": 1,
|
|
"size": "Medium",
|
|
"cr": "1/3",
|
|
"xp": 135,
|
|
"source": "Bestiary > Orc",
|
|
"notes": "Ferocity defensive ability not modeled in Phase 0",
|
|
"abilities": {
|
|
"str_score": 17,
|
|
"dex_score": 11,
|
|
"con_score": 12,
|
|
"int_score": 7,
|
|
"wis_score": 8,
|
|
"cha_score": 6
|
|
},
|
|
"hp_max": 6,
|
|
"ac": { "total": 13, "touch": 10, "flat_footed": 13 },
|
|
"bab": 1,
|
|
"initiative_mod": 0,
|
|
"speed_land_ft": 30,
|
|
"saves": { "fort": 3, "ref": 0, "will": -1 },
|
|
"attacks": [
|
|
{
|
|
"name": "falchion",
|
|
"kind": "melee",
|
|
"attack_bonus": 5,
|
|
"damage": [{ "formula": "2d4", "types": ["slashing"] }],
|
|
"damage_bonus": 4,
|
|
"crit_range": 18,
|
|
"crit_mult": 2
|
|
},
|
|
{
|
|
"name": "javelin",
|
|
"kind": "ranged",
|
|
"attack_bonus": 1,
|
|
"damage": [{ "formula": "1d6", "types": ["piercing"] }],
|
|
"damage_bonus": 3,
|
|
"crit_mult": 2,
|
|
"range_increment_ft": 30
|
|
}
|
|
]
|
|
}
|