aboutsummaryrefslogtreecommitdiff
path: root/npcs/classes.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 19:08:34 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-06 19:08:34 -0700
commit0cf0e572abefec3ff0632703d44323964cf2f56e (patch)
tree46cfb0bc05e4a5a017ccbd6e90a70f2822a58de7 /npcs/classes.json
parentStandardize hardcase lower weapon volumes to 1250 mL (diff)
downloadcataclysm-bn-mod_battle-maid-redone-0cf0e572abefec3ff0632703d44323964cf2f56e.tar.xz
Port to Bright Nights
Merge in new mod data (sans the erotic stuff)
Diffstat (limited to 'npcs/classes.json')
-rw-r--r--npcs/classes.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/npcs/classes.json b/npcs/classes.json
new file mode 100644
index 0000000..f5a900e
--- /dev/null
+++ b/npcs/classes.json
@@ -0,0 +1,34 @@
+[
+ {
+ "type": "npc_class",
+ "id": "NC_SHOGGOTH_MAID",
+ "name": { "str": "shoggoth maid" },
+ "job_description": "I'm your loyal slave, master!",
+ "common": false,
+ "bonus_str": { "rng": [ 4, 4 ] },
+ "bonus_dex": { "rng": [ 2, 2 ] },
+ "bonus_int": { "rng": [ -2, -2 ] },
+ "skills": [ { "skill": "melee", "bonus": { "rng": [ 5, 7 ] } }, { "skill": "unarmed", "bonus": { "rng": [ 5, 7 ] } } ],
+ "traits": [
+ [ "MUT_TOUGH3", 100 ],
+ [ "SHOGGOTH_BUFF_OK", 100 ],
+ [ "SHUFFLING_HORROR", 100 ],
+ [ "AMORPHOUS", 100 ],
+ [ "PER_SLIME_OK", 100 ],
+ [ "HUNGER", 100 ],
+ [ "THRESH_SHOGGOTH", 100 ],
+ [ "SHOGGOTH_BODY_NPC", 100 ],
+ [ "NOPAIN", 100 ],
+ [ "INFIMMUNE", 100 ],
+ [ "hair_black_long", 50 ],
+ [ "hair_red_long", 25 ],
+ [ "hair_blond_long", 25 ],
+ [ "hair_brown_long", 25 ],
+ [ "MAID_RESTRICT", 100 ],
+ [ "PRETTY", 100 ]
+ ],
+ "worn_override": "NC_SHOGGOTH_MAID_worn",
+ "carry_override": "naked_prisoner",
+ "weapon_override": "naked_prisoner"
+ }
+]