summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Others/v_scenario_class.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification_Files/Others/v_scenario_class.json
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/Others/v_scenario_class.json')
-rw-r--r--vamp_stuff/Modification_Files/Others/v_scenario_class.json93
1 files changed, 93 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Others/v_scenario_class.json b/vamp_stuff/Modification_Files/Others/v_scenario_class.json
new file mode 100644
index 0000000..f23baa9
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Others/v_scenario_class.json
@@ -0,0 +1,93 @@
+[{
+ "type": "profession",
+ "ident": "vampfreak",
+ "name": "Vampire Freak",
+ "description": "You know vampires exist, and you had papers to prove it, but they were burned by a religious group that strictly disagreed with your dangerous beliefs. Now that everyone has died out, you're free to act on that knowledge in this now dead world.",
+ "points": 1,
+ "skills": [{
+ "level": 3,
+ "name": "speech"
+ }, {
+ "level": 1,
+ "name": "survival"
+ }, {
+ "level": 1,
+ "name": "firstaid"
+ }
+ ],
+ "items": {
+ "both": [
+ "jeans",
+ "longshirt",
+ "socks",
+ "coat_winter",
+ "boots_winter",
+ "knit_scarf",
+ "pockknife",
+ "water_clean"
+ ],
+ "male": [
+ "boxer_shorts"
+ ],
+ "female": [
+ "bra",
+ "panties"
+ ]
+ }
+ }, {
+ "type": "profession",
+ "ident": "sovamp",
+ "name": "So-called Vampire",
+ "description": "You call yourself a vampire, and you're too proud to question if you really are one. Living alone has taught you self-reliance, and along with the survivalist equipment under your shelter, you are well prepared to face the challenges of this now dead world.",
+ "points": 8,
+ "skills": [{
+ "level": 6,
+ "name": "melee"
+ }, {
+ "level": 5,
+ "name": "cutting"
+ }, {
+ "level": 5,
+ "name": "stabbing"
+ }, {
+ "level": 4,
+ "name": "bashing"
+ }, {
+ "level": 5,
+ "name": "dodge"
+ }, {
+ "level": 6,
+ "name": "survival"
+ }, {
+ "level": 3,
+ "name": "firstaid"
+ }, {
+ "level": 5,
+ "name": "fabrication"
+ }
+ ],
+ "items": {
+ "both": [
+ "backpack_leather",
+ "armor_nomad",
+ "helmet_nomad",
+ "socks",
+ "mask_lsurvivor",
+ "lsurvivor_pants",
+ "lsurvivor_armor",
+ "hood_lsurvivor",
+ "gloves_lsurvivor",
+ "boots_lsurvivor",
+ "knife_combat",
+ "sheath"
+ ],
+ "male": [
+ "boxer_shorts"
+ ],
+ "female": [
+ "bra",
+ "panties"
+ ]
+ }
+ }
+]