aboutsummaryrefslogtreecommitdiff
path: root/professions.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-04-08 22:22:12 -0700
commit54d268b0eef4356c2d5cf9fb7ba726878060e478 (patch)
tree05618ccf2be77e482d5fe3eecb50b33cf4dc5694 /professions.json
downloadcataclysm-dda-mod_battle-maid-redone-54d268b0eef4356c2d5cf9fb7ba726878060e478.tar.xz
Initial commit
Diffstat (limited to 'professions.json')
-rw-r--r--professions.json216
1 files changed, 216 insertions, 0 deletions
diff --git a/professions.json b/professions.json
new file mode 100644
index 0000000..9e61e9b
--- /dev/null
+++ b/professions.json
@@ -0,0 +1,216 @@
+[
+ {
+ "type": "profession",
+ "ident": "maid",
+ "name": {
+ "male": "Butler",
+ "female": "Maid"
+ },
+ "description": "You worked in a wealthy household, but after the cataclysm they took a family vacation to an unknown place, leaving you to fend for yourself.",
+ "points": 1,
+ "skills":
+ [
+ { "level": 2, "name": "cooking" },
+ { "level": 1, "name": "driving" },
+ { "level": 2, "name": "tailor" }
+ ],
+ "items": {
+ "both": { "items": [
+ "pocketwatch",
+ "knife_steak"
+ ],
+ "entries": [ { "group": "charged_cell_phone" } ] },
+ "male": [
+ "briefs",
+ "socks",
+ "tux",
+ "gloves_light",
+ "dress_shoes"
+ ],
+ "female": [
+ "kawaii_maid_bra",
+ "kawaii_maid_garter",
+ "kawaii_maid_panties",
+ "kawaii_maid_niso_thick",
+ "kawaii_maid_hat",
+ "maid_dress",
+ "maid_gloves_long_cotton",
+ "kawaii_dress_shoes"
+ ]
+ }
+ },
+ {
+ "type": "profession",
+ "ident": "battle_maid",
+ "name": {
+ "male": "Battle Butler",
+ "female": "Battle Maid"
+ },
+ "description": "In order to serve your Mistress, you have went through special combat training. You have learned to clean every bit of malice coming towards your Mistress.",
+ "points": 8,
+ "traits": [
+ "PROF_MA_MAID"
+ ],
+ "skills": [
+ { "level": 5, "name": "cooking" },
+ { "level": 4, "name": "tailor" },
+ { "level": 4, "name": "driving" },
+ { "level": 4, "name": "throw" },
+ { "level": 3, "name": "melee" },
+ { "level": 3, "name": "unarmed" },
+ { "level": 3, "name": "dodge" }
+ ],
+ "items": {
+ "both" : { "items": [
+ "pocketwatch",
+ "knife_steak",
+ "tool_belt",
+ "kawaii_scarf",
+ "cloak",
+ "assassins_throwing_dagger",
+ "master_doll"
+ ],
+ "entries": [ { "group": "charged_cell_phone" } ] },
+ "male": [
+ "briefs",
+ "socks",
+ "tux",
+ "gloves_leather",
+ "dress_shoes"
+ ],
+ "female": [
+ "kawaii_maid_bra",
+ "kawaii_maid_garter",
+ "kawaii_maid_panties",
+ "kawaii_maid_niso_thick",
+ "kawaii_maid_hat",
+ "maid_dress",
+ "maid_gloves_leather",
+ "kawaii_boots"
+ ]
+ }
+ },
+ {
+ "type": "profession",
+ "ident": "maid_and_master",
+ "name": {
+ "male": "Butler (with Mistress)",
+ "female": "Maid (with Mistress)"
+ },
+ "description": "You saw your Master run to his car with his daughter, but he got caught by a ferocious zombie. Among the countless groans, you heard your Master yell out 'Take my daughter and run away!' and you did just that. Shoving the shaking girl into a bag, you prepare to run away from the depths of hell.",
+ "points": 1,
+ "skills": [
+ { "level": 2, "name": "cooking" },
+ { "level": 1, "name": "driving" },
+ { "level": 2, "name": "tailor" }
+ ],
+ "items": {
+ "both" : { "items": [
+ "pocketwatch",
+ "knife_steak",
+ "maid_master_child",
+ "man_carrier"
+ ],
+ "entries": [ { "group": "charged_cell_phone" } ] },
+ "male": [
+ "briefs",
+ "socks",
+ "tux",
+ "gloves_light",
+ "dress_shoes"
+ ],
+ "female": [
+ "kawaii_maid_bra",
+ "kawaii_maid_garter",
+ "kawaii_maid_panties",
+ "kawaii_maid_niso_thick",
+ "kawaii_maid_hat",
+ "maid_dress",
+ "maid_gloves_long_cotton",
+ "kawaii_dress_shoes"
+ ]
+ }
+ },
+ {
+ "type": "profession",
+ "ident": "cat_maid",
+ "name": {
+ "male": "Catboy Butler",
+ "female": "Catgirl Maid"
+ },
+ "description": "When the cataclysm came, you suddenly grew cat ears and a tail! Now you only need your Mistress to give you a collar.",
+ "points": 2,
+ "traits": [
+ "PROF_NEKOMIMI",
+ "FELINE_EARS",
+ "TAIL_LONG",
+ "FEL_EYE"
+ ],
+ "skills": [
+ { "level": 2, "name": "cooking" },
+ { "level": 1, "name": "driving" },
+ { "level": 2, "name": "tailor" }
+ ],
+ "items": {
+ "both" : { "items": [
+ "pocketwatch",
+ "knife_steak",
+ "leather_collar"
+ ],
+ "entries": [ { "group": "charged_cell_phone" } ] },
+ "male": [
+ "briefs_kemo",
+ "socks",
+ "tux",
+ "gloves_light",
+ "dress_shoes"
+ ],
+ "female": [
+ "kawaii_maid_bra",
+ "kawaii_maid_garter",
+ "panties_kemo",
+ "kawaii_maid_niso_thin",
+ "maid_hat",
+ "maid_dress_french",
+ "maid_gloves_cotton",
+ "kawaii_dress_shoes"
+ ]
+ }
+ },
+{
+ "type": "profession",
+ "ident": "shoggoth_master",
+ "name": {
+ "male": "Master (with Maid)",
+ "female": "Mistress (with Maid)"
+ },
+ "description": "You have a maid. She was hired by your father to keep you safe because of your health. She's good-looking and she's good in a fight.",
+ "points": 8,
+ "traits": [
+ "FLIMSY2"
+ ],
+ "skills": [
+ ],
+ "items": {
+ "both" : { "items": [
+ "socks",
+ "dress_shirt",
+ "peacoat",
+ "knit_scarf",
+ "pants",
+ "dress_shoes",
+ "mbag",
+ "res_shoggoth",
+ "pet_carrier"
+ ],
+ "entries": [ { "group": "charged_cell_phone" } ] },
+ "male": [
+ "briefs"
+ ],
+ "female": [
+ "bra",
+ "panties"
+ ]
+ }
+ }
+]