Files
MonsterCards/rulesets/sr6/examples/npc/green_phoenix.json

104 lines
2.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$schema": "../../../schema/entity.json",
"uuid": "c2fc5de3-1ab2-4fd9-a7df-3e0abaee5711",
"ruleset_id": "sr6",
"entity_type": "npc",
"display_name": "Green Phoenix",
"description": "Ancients Leader / Male Elf Gang Leader from the SR6 Beginner Box.",
"template_id": "character_picker",
"properties": {
"alias": "Green Phoenix",
"archetype": "Ancients Leader / Male Elf Gang Leader",
"metatype": "Elf",
"notes": "Focused and powerful, Green Phoenix teaches his people how to look beyond short-term conflicts to get big scores. But he still likes busting heads.",
"quote": "“The sharpness of elven steel is unrivaled. As you’ll see.”",
"hook": "Proud and ambitious, Green Phoenix is always building toward his gang’s future.",
"attributes": {
"body": 4,
"agility": 7,
"reaction": 6,
"strength": 3,
"willpower": 3,
"logic": 2,
"intuition": 4,
"charisma": 7,
"edge": 3,
"essence": 6
},
"combat_info": {
"initiative": "10 + 1D6",
"defense_rating": 5,
"condition_monitor": 10
},
"skills": [
{
"name": "Piloting",
"rating": 14,
"attribute": "Reaction",
"dice_pool": 20
},
{
"name": "Influence",
"rating": 14,
"attribute": "Charisma",
"dice_pool": 21
},
{
"name": "Close Combat",
"rating": 13,
"attribute": "Agility",
"dice_pool": 20
},
{
"name": "Firearms",
"rating": 11,
"attribute": "Agility",
"dice_pool": 18
},
{
"name": "Perception",
"rating": 9,
"attribute": "Intuition",
"dice_pool": 13
}
],
"gear": [
{
"name": "Gang Leather",
"rating": "+1 DR"
},
{
"name": "Hermes Ikon commlink",
"rating": 5
},
{
"name": "Yamaha Rapier motorcycle"
},
{
"name": "Katana"
},
{
"name": "Uzi V submachine gun"
}
],
"primary_ranged_weapon": {
"name": "Uzi V",
"dv": "3P",
"mode": "SA/BF",
"attack_rating": {
"close": 8,
"near": 8,
"far": 7
}
},
"primary_melee_weapon": {
"name": "Katana",
"dv": "4P",
"close": 10
},
"primary_armor": {
"name": "Gang Leather",
"rating": "+1"
}
}
}