aboutsummaryrefslogtreecommitdiff
path: root/npcs
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-07 00:26:18 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-07 00:26:18 -0700
commit440dfd72cce23e7d13404172ffa733f0c9d7a59a (patch)
tree5c266e7c1022d5c1f35a719cca6278582de7b25a /npcs
parentUpdate body part names (diff)
downloadcataclysm-bn-mod_battle-maid-redone-440dfd72cce23e7d13404172ffa733f0c9d7a59a.tar.xz
Fix up the maid npc
Diffstat (limited to 'npcs')
-rw-r--r--npcs/NC_SHOGGOTH_MAID.json18
-rw-r--r--npcs/classes.json40
2 files changed, 39 insertions, 19 deletions
diff --git a/npcs/NC_SHOGGOTH_MAID.json b/npcs/NC_SHOGGOTH_MAID.json
index 8d0e022..4791644 100644
--- a/npcs/NC_SHOGGOTH_MAID.json
+++ b/npcs/NC_SHOGGOTH_MAID.json
@@ -3,6 +3,22 @@
"type": "item_group",
"id": "NC_SHOGGOTH_MAID_worn",
"subtype": "collection",
- "entries": [ { "item": "maid_dress_french_shoggoth", "prob": 100 }, { "item": "maid_cap_shoggoth", "prob": 100 } ]
+ "entries": [
+ { "item": "maid_dress", "prob": 100 },
+ { "item": "kawaii_maid_hat", "prob": 100 },
+ { "item": "kawaii_maid_garter", "prob": 100 },
+ { "item": "petticoat", "prob": 100 },
+ { "item": "kawaii_maid_panties", "prob": 100 },
+ { "item": "kawaii_maid_niso_thick", "prob": 100 },
+ { "item": "kawaii_maid_bra", "prob": 100 },
+ { "item": "kawaii_boots", "prob": 100 },
+ { "item": "maid_gloves_long_cotton", "prob": 100 },
+ { "item": "kawaii_vest", "prob": 100 },
+ { "item": "kawaii_scarf", "prob": 100 },
+ { "item": "kawaii_maid_hardcase_slim", "prob": 100 },
+ { "item": "kawaii_secretpoach", "prob": 100 },
+ { "item": "kawaii_secretpoach", "prob": 100 },
+ { "item": "kawaii_maid_megane_01", "prob": 100 }
+ ]
}
]
diff --git a/npcs/classes.json b/npcs/classes.json
index f5a900e..1660570 100644
--- a/npcs/classes.json
+++ b/npcs/classes.json
@@ -2,33 +2,37 @@
{
"type": "npc_class",
"id": "NC_SHOGGOTH_MAID",
- "name": { "str": "shoggoth maid" },
- "job_description": "I'm your loyal slave, master!",
+ "name": { "str": "demon maid" },
+ "job_description": "I'm your loyal servant, Mistress!",
"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 ] } } ],
+ "skills": [
+ { "skill": "cooking", "bonus": { "rng": [ 5, 5 ] } },
+ { "skill": "driving", "bonus": { "rng": [ 4, 4 ] } },
+ { "skill": "tailor", "bonus": { "rng": [ 4, 4 ] } },
+ { "skill": "tailor", "bonus": { "rng": [ 4, 4 ] } },
+ { "skill": "melee", "bonus": { "rng": [ 3, 3 ] } },
+ { "skill": "unarmed", "bonus": { "rng": [ 3, 3 ] } },
+ { "skill": "dodge", "bonus": { "rng": [ 3, 3 ] } }
+ ],
"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 ],
+ [ "SKIN_LIGHT", 50 ],
+ [ "SKIN_PINK", 50 ],
+ [ "PROF_MA_MAID", 100 ],
+ [ "DEFT", 100 ],
+ [ "FLEET", 100 ],
+ [ "PRETTY", 100 ],
+ [ "QUICK", 100 ],
+ [ "STYLISH", 100 ],
+ [ "SQUEAMISH", 100 ],
+ [ "TABLEMANNERS", 100 ],
[ "PRETTY", 100 ]
],
"worn_override": "NC_SHOGGOTH_MAID_worn",
"carry_override": "naked_prisoner",
- "weapon_override": "naked_prisoner"
+ "weapon_override": "EMPTY_GROUP",
}
]