Adds import support from our other project.
This commit is contained in:
104
rulesets/sr6/examples/npc/ancients.json
Normal file
104
rulesets/sr6/examples/npc/ancients.json
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"$schema": "../../../schema/entity.json",
|
||||
"uuid": "0c3cd5a4-294c-4fda-867f-d5c3b01db5e9",
|
||||
"ruleset_id": "sr6",
|
||||
"entity_type": "npc",
|
||||
"display_name": "Ancients",
|
||||
"description": "Go-Gang / Elf Gangers from the SR6 Beginner Box.",
|
||||
"template_id": "character_picker",
|
||||
"properties": {
|
||||
"alias": "Ancients",
|
||||
"archetype": "Go-Gang / Elf Gangers",
|
||||
"metatype": "Elf",
|
||||
"notes": "Vicious elves who use the speed of their racing bikes to strike with viper-like speed and lethality. They all rock the neon green encircled A on their jackets.",
|
||||
"quote": "“Our blood gives us pride. Yours will bring you shame.”",
|
||||
"hook": "Fiercely territorial, the Ancients cause trouble for any intruders and trespassers.",
|
||||
"attributes": {
|
||||
"body": 2,
|
||||
"agility": 4,
|
||||
"reaction": 3,
|
||||
"strength": 2,
|
||||
"willpower": 2,
|
||||
"logic": 2,
|
||||
"intuition": 2,
|
||||
"charisma": 3,
|
||||
"edge": 0,
|
||||
"essence": 6
|
||||
},
|
||||
"combat_info": {
|
||||
"initiative": "5 + 1D6",
|
||||
"defense_rating": 3,
|
||||
"condition_monitor": 9
|
||||
},
|
||||
"skills": [
|
||||
{
|
||||
"name": "Piloting",
|
||||
"rating": 7,
|
||||
"attribute": "Reaction",
|
||||
"dice_pool": 10
|
||||
},
|
||||
{
|
||||
"name": "Close Combat",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 9
|
||||
},
|
||||
{
|
||||
"name": "Firearms",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 9
|
||||
},
|
||||
{
|
||||
"name": "Influence",
|
||||
"rating": 5,
|
||||
"attribute": "Charisma",
|
||||
"dice_pool": 8
|
||||
},
|
||||
{
|
||||
"name": "Perception",
|
||||
"rating": 4,
|
||||
"attribute": "Intuition",
|
||||
"dice_pool": 6
|
||||
}
|
||||
],
|
||||
"gear": [
|
||||
{
|
||||
"name": "Gang leather",
|
||||
"rating": "+1 DR"
|
||||
},
|
||||
{
|
||||
"name": "Sony Emperor commlink",
|
||||
"rating": 2
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
96
rulesets/sr6/examples/npc/big_ben.json
Normal file
96
rulesets/sr6/examples/npc/big_ben.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"$schema": "../../../schema/entity.json",
|
||||
"uuid": "72a0806c-4ba5-4ea3-87d9-04e6dd5f3648",
|
||||
"ruleset_id": "sr6",
|
||||
"entity_type": "npc",
|
||||
"display_name": "Big Ben",
|
||||
"description": "Ragers Leader / Male Ork Ganger from the SR6 Beginner Box.",
|
||||
"template_id": "character_picker",
|
||||
"properties": {
|
||||
"alias": "Big Ben",
|
||||
"real_name": "Ben Jones",
|
||||
"archetype": "Ragers Leader / Male Ork Ganger",
|
||||
"metatype": "Ork",
|
||||
"notes": "Ben Jones grew up tough. He was Big Ben by the time he was ten. He came to join the Ragers because half his family was already in, and he made his way up the ranks fast.",
|
||||
"quote": "“If you’re not pissed off at the world, then you’re not RRAARRGGHH!”",
|
||||
"hook": "Big Ben balances chaos with prudence, never taking a fight he’ll definitely lose.",
|
||||
"attributes": {
|
||||
"body": 7,
|
||||
"agility": 4,
|
||||
"reaction": 4,
|
||||
"strength": 6,
|
||||
"willpower": 3,
|
||||
"logic": 3,
|
||||
"intuition": 3,
|
||||
"charisma": 4,
|
||||
"edge": 2,
|
||||
"essence": 6
|
||||
},
|
||||
"combat_info": {
|
||||
"initiative": "7 + 1D6",
|
||||
"defense_rating": 7,
|
||||
"condition_monitor": 13
|
||||
},
|
||||
"skills": [
|
||||
{
|
||||
"name": "Close Combat",
|
||||
"rating": 10,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 14
|
||||
},
|
||||
{
|
||||
"name": "Firearms",
|
||||
"rating": 8,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 12
|
||||
},
|
||||
{
|
||||
"name": "Influence",
|
||||
"rating": 8,
|
||||
"attribute": "Charisma",
|
||||
"dice_pool": 12
|
||||
},
|
||||
{
|
||||
"name": "Perception",
|
||||
"rating": 7,
|
||||
"attribute": "Intuition",
|
||||
"dice_pool": 10
|
||||
}
|
||||
],
|
||||
"gear": [
|
||||
{
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1 DR"
|
||||
},
|
||||
{
|
||||
"name": "Erika Elite commlink",
|
||||
"rating": 4
|
||||
},
|
||||
{
|
||||
"name": "Bike Chain"
|
||||
},
|
||||
{
|
||||
"name": "Defiance T-250 shotgun"
|
||||
}
|
||||
],
|
||||
"primary_ranged_weapon": {
|
||||
"name": "Defiance T-250",
|
||||
"dv": "4P",
|
||||
"mode": "SA",
|
||||
"attack_rating": {
|
||||
"close": 7,
|
||||
"near": 10,
|
||||
"far": 6
|
||||
}
|
||||
},
|
||||
"primary_melee_weapon": {
|
||||
"name": "Bike Chain",
|
||||
"dv": "2S",
|
||||
"close": 4
|
||||
},
|
||||
"primary_armor": {
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1"
|
||||
}
|
||||
}
|
||||
}
|
||||
88
rulesets/sr6/examples/npc/erika_hoffman.json
Normal file
88
rulesets/sr6/examples/npc/erika_hoffman.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"$schema": "../../../schema/entity.json",
|
||||
"uuid": "9cb52fc9-c235-4d16-bafa-581bfc8c5ce5",
|
||||
"ruleset_id": "sr6",
|
||||
"entity_type": "npc",
|
||||
"display_name": "Erika Hoffman",
|
||||
"description": "Human Female Government Operative from the SR6 Beginner Box.",
|
||||
"template_id": "character_picker",
|
||||
"properties": {
|
||||
"alias": "Erika Hoffman",
|
||||
"real_name": "Erika Hoffman",
|
||||
"archetype": "Human Female Government Operative",
|
||||
"metatype": "Human",
|
||||
"ethnicity": "UCAS White",
|
||||
"notes": "Erika Hoffman has been working for the UCAS government since before she could walk; her politician parents groomed her for political success from birth.",
|
||||
"quote": "“It’s an insane world, so keep it on the other side of your limo.”",
|
||||
"hook": "Hoffman has access to resources and needs help. What more do you need?",
|
||||
"attributes": {
|
||||
"body": 2,
|
||||
"agility": 3,
|
||||
"reaction": 3,
|
||||
"strength": 2,
|
||||
"willpower": 4,
|
||||
"logic": 3,
|
||||
"intuition": 3,
|
||||
"charisma": 6,
|
||||
"edge": 4,
|
||||
"essence": 6
|
||||
},
|
||||
"combat_info": {
|
||||
"initiative": "6 + 1D6",
|
||||
"defense_rating": 4,
|
||||
"condition_monitor": 10
|
||||
},
|
||||
"skills": [
|
||||
{
|
||||
"name": "Influence",
|
||||
"rating": 10,
|
||||
"attribute": "Charisma",
|
||||
"dice_pool": 16
|
||||
},
|
||||
{
|
||||
"name": "Close Combat",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 8
|
||||
},
|
||||
{
|
||||
"name": "Firearms",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 8
|
||||
},
|
||||
{
|
||||
"name": "Perception",
|
||||
"rating": 5,
|
||||
"attribute": "Intuition",
|
||||
"dice_pool": 8
|
||||
}
|
||||
],
|
||||
"gear": [
|
||||
{
|
||||
"name": "Armor clothing",
|
||||
"rating": 2
|
||||
},
|
||||
{
|
||||
"name": "Sony Emperor commlink",
|
||||
"rating": 2
|
||||
},
|
||||
{
|
||||
"name": "Yamaha Pulsar I taser"
|
||||
}
|
||||
],
|
||||
"primary_ranged_weapon": {
|
||||
"name": "Yamaha Pulsar I",
|
||||
"dv": "4S (e)",
|
||||
"mode": "SS",
|
||||
"attack_rating": {
|
||||
"close": 9,
|
||||
"near": 9
|
||||
}
|
||||
},
|
||||
"primary_armor": {
|
||||
"name": "Armor clothing",
|
||||
"rating": "+2"
|
||||
}
|
||||
}
|
||||
}
|
||||
104
rulesets/sr6/examples/npc/green_phoenix.json
Normal file
104
rulesets/sr6/examples/npc/green_phoenix.json
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
89
rulesets/sr6/examples/npc/ragers.json
Normal file
89
rulesets/sr6/examples/npc/ragers.json
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"$schema": "../../../schema/entity.json",
|
||||
"uuid": "f13179e7-3180-41da-b079-eb92bd4eae4c",
|
||||
"ruleset_id": "sr6",
|
||||
"entity_type": "npc",
|
||||
"display_name": "Ragers",
|
||||
"description": "Dwarf Gangers from the SR6 Beginner Box.",
|
||||
"template_id": "character_picker",
|
||||
"properties": {
|
||||
"alias": "Ragers",
|
||||
"archetype": "Dwarf Gangers",
|
||||
"metatype": "Dwarf",
|
||||
"notes": "Gang members are fiercely loyal to each other and fight in groups, pulling fallen comrades out of trouble if need be. They also respect strength when used correctly.",
|
||||
"quote": "“RRRAAAAAARRRRRGGGGGHHHHHHH!”",
|
||||
"hook": "Forces of chaos who roam the streets and are ready for a fight at all times.",
|
||||
"attributes": {
|
||||
"body": 4,
|
||||
"agility": 2,
|
||||
"reaction": 2,
|
||||
"strength": 5,
|
||||
"willpower": 3,
|
||||
"logic": 2,
|
||||
"intuition": 2,
|
||||
"charisma": 2,
|
||||
"edge": 1,
|
||||
"essence": 6
|
||||
},
|
||||
"combat_info": {
|
||||
"initiative": "4 + 1D6",
|
||||
"defense_rating": 4,
|
||||
"condition_monitor": 10
|
||||
},
|
||||
"skills": [
|
||||
{
|
||||
"name": "Close Combat",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 7
|
||||
},
|
||||
{
|
||||
"name": "Firearms",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 7
|
||||
},
|
||||
{
|
||||
"name": "Perception",
|
||||
"rating": 4,
|
||||
"attribute": "Intuition",
|
||||
"dice_pool": 6
|
||||
}
|
||||
],
|
||||
"gear": [
|
||||
{
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1 DR"
|
||||
},
|
||||
{
|
||||
"name": "Sony Emperor commlink",
|
||||
"rating": 2
|
||||
},
|
||||
{
|
||||
"name": "Club"
|
||||
},
|
||||
{
|
||||
"name": "Defiance T-250 shotgun"
|
||||
}
|
||||
],
|
||||
"primary_ranged_weapon": {
|
||||
"name": "Defiance T-250",
|
||||
"dv": "4P",
|
||||
"mode": "SA",
|
||||
"attack_rating": {
|
||||
"close": 7,
|
||||
"near": 10,
|
||||
"far": 6
|
||||
}
|
||||
},
|
||||
"primary_melee_weapon": {
|
||||
"name": "Club",
|
||||
"dv": "3S",
|
||||
"close": 6
|
||||
},
|
||||
"primary_armor": {
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1"
|
||||
}
|
||||
}
|
||||
}
|
||||
95
rulesets/sr6/examples/npc/rusted_stilettos.json
Normal file
95
rulesets/sr6/examples/npc/rusted_stilettos.json
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"$schema": "../../../schema/entity.json",
|
||||
"uuid": "0adfaf3c-bf19-4f21-a73f-e7918af1fd4a",
|
||||
"ruleset_id": "sr6",
|
||||
"entity_type": "npc",
|
||||
"display_name": "Rusted Stilettos",
|
||||
"description": "Ork Gangers from Glow City (SR6 Beginner Box).",
|
||||
"template_id": "character_picker",
|
||||
"properties": {
|
||||
"alias": "Rusted Stilettos",
|
||||
"archetype": "Ork Gangers",
|
||||
"metatype": "Ork",
|
||||
"notes": "The twisted Rusted Stilettos have spent too much time near Glow City, site of a nuclear reactor meltdown. The ones who’ve survived are terrifyingly deformed, and deadly.",
|
||||
"quote": "“Beauty isn’t real. We are.”",
|
||||
"hook": "Twisted and mutated, this gang serves a dragon, making them inscrutable to mere mortals.",
|
||||
"attributes": {
|
||||
"body": 5,
|
||||
"agility": 2,
|
||||
"reaction": 2,
|
||||
"strength": 5,
|
||||
"willpower": 2,
|
||||
"logic": 2,
|
||||
"intuition": 2,
|
||||
"charisma": 2,
|
||||
"edge": 1,
|
||||
"essence": 6
|
||||
},
|
||||
"combat_info": {
|
||||
"initiative": "4 + 1D6",
|
||||
"defense_rating": 7,
|
||||
"condition_monitor": 11
|
||||
},
|
||||
"skills": [
|
||||
{
|
||||
"name": "Close Combat",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 7
|
||||
},
|
||||
{
|
||||
"name": "Firearms",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 7
|
||||
},
|
||||
{
|
||||
"name": "Influence",
|
||||
"rating": 5,
|
||||
"attribute": "Charisma",
|
||||
"dice_pool": 7
|
||||
},
|
||||
{
|
||||
"name": "Perception",
|
||||
"rating": 4,
|
||||
"attribute": "Intuition",
|
||||
"dice_pool": 6
|
||||
}
|
||||
],
|
||||
"gear": [
|
||||
{
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1 DR"
|
||||
},
|
||||
{
|
||||
"name": "Sony Emperor commlink",
|
||||
"rating": 2
|
||||
},
|
||||
{
|
||||
"name": "Knife"
|
||||
},
|
||||
{
|
||||
"name": "Browning Ultra Power heavy pistol"
|
||||
}
|
||||
],
|
||||
"primary_ranged_weapon": {
|
||||
"name": "Browning Ultra Power",
|
||||
"dv": "3P",
|
||||
"mode": "SA",
|
||||
"attack_rating": {
|
||||
"close": 10,
|
||||
"near": 9,
|
||||
"far": 6
|
||||
}
|
||||
},
|
||||
"primary_melee_weapon": {
|
||||
"name": "Knife",
|
||||
"dv": "2P",
|
||||
"close": 6
|
||||
},
|
||||
"primary_armor": {
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1"
|
||||
}
|
||||
}
|
||||
}
|
||||
105
rulesets/sr6/examples/npc/spikes.json
Normal file
105
rulesets/sr6/examples/npc/spikes.json
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"$schema": "../../../schema/entity.json",
|
||||
"uuid": "2948bb04-3d46-48c3-b17b-2b23c2bb6c3e",
|
||||
"ruleset_id": "sr6",
|
||||
"entity_type": "npc",
|
||||
"display_name": "Spikes",
|
||||
"description": "Go-Gang / Troll Gangers from the SR6 Beginner Box.",
|
||||
"template_id": "character_picker",
|
||||
"properties": {
|
||||
"alias": "Spikes",
|
||||
"archetype": "Go-Gang / Troll Gangers",
|
||||
"metatype": "Troll",
|
||||
"notes": "Big-muscled brutes on big loud hogs, the Spikes are all trolls and all heavily muscled with plenty of tattoos. They are like an all-troll version of the Hell’s Angels.",
|
||||
"quote": "“Go ahead, draw a weapon. My jacket needs more metal.”",
|
||||
"hook": "Large and angry, Spikes are always looking for new victims, especially elves.",
|
||||
"attributes": {
|
||||
"body": 6,
|
||||
"agility": 2,
|
||||
"reaction": 2,
|
||||
"strength": 7,
|
||||
"willpower": 1,
|
||||
"logic": 1,
|
||||
"intuition": 2,
|
||||
"charisma": 2,
|
||||
"edge": 1,
|
||||
"essence": 6
|
||||
},
|
||||
"combat_info": {
|
||||
"initiative": "4 + 1D6",
|
||||
"defense_rating": 7,
|
||||
"condition_monitor": 13
|
||||
},
|
||||
"skills": [
|
||||
{
|
||||
"name": "Close Combat",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 7
|
||||
},
|
||||
{
|
||||
"name": "Firearms",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 7
|
||||
},
|
||||
{
|
||||
"name": "Piloting",
|
||||
"rating": 5,
|
||||
"attribute": "Reaction",
|
||||
"dice_pool": 7
|
||||
},
|
||||
{
|
||||
"name": "Influence",
|
||||
"rating": 5,
|
||||
"attribute": "Charisma",
|
||||
"dice_pool": 7
|
||||
},
|
||||
{
|
||||
"name": "Perception",
|
||||
"rating": 4,
|
||||
"attribute": "Intuition",
|
||||
"dice_pool": 6
|
||||
}
|
||||
],
|
||||
"gear": [
|
||||
{
|
||||
"name": "Leather",
|
||||
"rating": "+1 DR"
|
||||
},
|
||||
{
|
||||
"name": "Sony Emperor commlink",
|
||||
"rating": 2
|
||||
},
|
||||
{
|
||||
"name": "HD Scorpion bike",
|
||||
"rating": 3
|
||||
},
|
||||
{
|
||||
"name": "Bike Chain"
|
||||
},
|
||||
{
|
||||
"name": "Defiance T-250 Shotgun"
|
||||
}
|
||||
],
|
||||
"primary_ranged_weapon": {
|
||||
"name": "Defiance T-250",
|
||||
"dv": "4P",
|
||||
"mode": "SA",
|
||||
"attack_rating": {
|
||||
"close": 7,
|
||||
"near": 10,
|
||||
"far": 6
|
||||
}
|
||||
},
|
||||
"primary_melee_weapon": {
|
||||
"name": "Bike Chain",
|
||||
"dv": "2S",
|
||||
"close": 4
|
||||
},
|
||||
"primary_armor": {
|
||||
"name": "Leather",
|
||||
"rating": "+1"
|
||||
}
|
||||
}
|
||||
}
|
||||
83
rulesets/sr6/examples/npc/the_claw.json
Normal file
83
rulesets/sr6/examples/npc/the_claw.json
Normal file
@@ -0,0 +1,83 @@
|
||||
{
|
||||
"$schema": "../../../schema/entity.json",
|
||||
"uuid": "f7c985b7-d3ed-41e8-af58-8ba870d215da",
|
||||
"ruleset_id": "sr6",
|
||||
"entity_type": "npc",
|
||||
"display_name": "The Claw",
|
||||
"description": "Rusted Stilettos Leader / Male Troll Ganger from the SR6 Beginner Box.",
|
||||
"template_id": "character_picker",
|
||||
"properties": {
|
||||
"alias": "The Claw",
|
||||
"archetype": "Rusted Stilettos Leader / Male Troll Ganger",
|
||||
"metatype": "Troll",
|
||||
"notes": "A twisted troll who gained a name from the mutation of his right hand into something resembling a crab’s claw. He uses it as a weapon, but the visual is what’s terrifying.",
|
||||
"quote": "“Your face could be fixed. My claw is ready. Let’s operate.”",
|
||||
"hook": "The Claw is a dragon-worshipping fanatic, making him dangerous and unpredictable.",
|
||||
"attributes": {
|
||||
"body": 7,
|
||||
"agility": 3,
|
||||
"reaction": 3,
|
||||
"strength": 6,
|
||||
"willpower": 2,
|
||||
"logic": 2,
|
||||
"intuition": 2,
|
||||
"charisma": 2,
|
||||
"edge": 4,
|
||||
"essence": 2,
|
||||
"magic": 6
|
||||
},
|
||||
"combat_info": {
|
||||
"initiative": "5 + 1D6",
|
||||
"defense_rating": 8,
|
||||
"condition_monitor": 14
|
||||
},
|
||||
"skills": [
|
||||
{
|
||||
"name": "Close Combat",
|
||||
"rating": 9,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 12
|
||||
},
|
||||
{
|
||||
"name": "Firearms",
|
||||
"rating": 6,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 9
|
||||
},
|
||||
{
|
||||
"name": "Influence",
|
||||
"rating": 8,
|
||||
"attribute": "Charisma",
|
||||
"dice_pool": 10
|
||||
},
|
||||
{
|
||||
"name": "Perception",
|
||||
"rating": 5,
|
||||
"attribute": "Intuition",
|
||||
"dice_pool": 7
|
||||
}
|
||||
],
|
||||
"gear": [
|
||||
{
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1 DR"
|
||||
},
|
||||
{
|
||||
"name": "Sony Emperor commlink",
|
||||
"rating": 2
|
||||
},
|
||||
{
|
||||
"name": "Claw Weapon (DV 4P, AR 8)"
|
||||
}
|
||||
],
|
||||
"primary_melee_weapon": {
|
||||
"name": "Crab Claw Mutation",
|
||||
"dv": "4P",
|
||||
"close": 8
|
||||
},
|
||||
"primary_armor": {
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1"
|
||||
}
|
||||
}
|
||||
}
|
||||
104
rulesets/sr6/examples/npc/torque.json
Normal file
104
rulesets/sr6/examples/npc/torque.json
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"$schema": "../../../schema/entity.json",
|
||||
"uuid": "11df7705-3c2f-4744-a4c7-f6278a1f8ada",
|
||||
"ruleset_id": "sr6",
|
||||
"entity_type": "npc",
|
||||
"display_name": "Torque",
|
||||
"description": "Spikes Leader / Male Troll Gang Leader from the SR6 Beginner Box.",
|
||||
"template_id": "character_picker",
|
||||
"properties": {
|
||||
"alias": "Torque",
|
||||
"archetype": "Spikes Leader / Male Troll Gang Leader",
|
||||
"metatype": "Troll",
|
||||
"notes": "As a gang leader, he hates elves and really hates the Ancients, which means he has a special loathing for Green Phoenix. He became a leader because he knows how to make deals to get what he wants.",
|
||||
"quote": "“Look, just shut up and help me find an elf to punch.”",
|
||||
"hook": "He became a leader because he knows how to make deals to get what he wants.",
|
||||
"attributes": {
|
||||
"body": 5,
|
||||
"agility": 6,
|
||||
"reaction": 5,
|
||||
"strength": 8,
|
||||
"willpower": 4,
|
||||
"logic": 2,
|
||||
"intuition": 4,
|
||||
"charisma": 3,
|
||||
"edge": 2,
|
||||
"essence": 1.7
|
||||
},
|
||||
"combat_info": {
|
||||
"initiative": "9 + 1D6",
|
||||
"defense_rating": 7,
|
||||
"condition_monitor": 13
|
||||
},
|
||||
"skills": [
|
||||
{
|
||||
"name": "Close Combat",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 11
|
||||
},
|
||||
{
|
||||
"name": "Firearms",
|
||||
"rating": 5,
|
||||
"attribute": "Agility",
|
||||
"dice_pool": 11
|
||||
},
|
||||
{
|
||||
"name": "Piloting",
|
||||
"rating": 5,
|
||||
"attribute": "Reaction",
|
||||
"dice_pool": 10
|
||||
},
|
||||
{
|
||||
"name": "Influence",
|
||||
"rating": 5,
|
||||
"attribute": "Charisma",
|
||||
"dice_pool": 8
|
||||
},
|
||||
{
|
||||
"name": "Perception",
|
||||
"rating": 4,
|
||||
"attribute": "Intuition",
|
||||
"dice_pool": 8
|
||||
}
|
||||
],
|
||||
"gear": [
|
||||
{
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1 DR"
|
||||
},
|
||||
{
|
||||
"name": "Sony Emperor commlink",
|
||||
"rating": 2
|
||||
},
|
||||
{
|
||||
"name": "Harley-Davidson Scorpion motorcycle"
|
||||
},
|
||||
{
|
||||
"name": "Bike Chain"
|
||||
},
|
||||
{
|
||||
"name": "Defiance T-250 Shotgun"
|
||||
}
|
||||
],
|
||||
"primary_ranged_weapon": {
|
||||
"name": "Defiance T-250",
|
||||
"dv": "4P",
|
||||
"mode": "SA",
|
||||
"attack_rating": {
|
||||
"close": 7,
|
||||
"near": 10,
|
||||
"far": 6
|
||||
}
|
||||
},
|
||||
"primary_melee_weapon": {
|
||||
"name": "Bike Chain",
|
||||
"dv": "2S",
|
||||
"close": 4
|
||||
},
|
||||
"primary_armor": {
|
||||
"name": "Gang Leather",
|
||||
"rating": "+1"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user