aboutsummaryrefslogtreecommitdiff
path: root/professions.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 01:28:38 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 01:28:38 -0700
commit9adbe6e49abb4c479e8c51a407cd6de3f0d3c69d (patch)
tree59ae2afd45e9e63cddbd32ef7e0316ff75386267 /professions.json
parentClean up formatting to make syncing against another repo easier (diff)
downloadcataclysm-dda-mod_battle-maid-redone-9adbe6e49abb4c479e8c51a407cd6de3f0d3c69d.tar.xz
Clean up formatting
Add some missing assets
Diffstat (limited to 'professions.json')
-rw-r--r--professions.json138
1 files changed, 71 insertions, 67 deletions
diff --git a/professions.json b/professions.json
index f413282..31f6ffb 100644
--- a/professions.json
+++ b/professions.json
@@ -1,49 +1,16 @@
[
{
"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" },
+ "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" ],
+ "traits": [
+ "PROF_MA_MAID"
+ ],
"skills": [
{ "level": 5, "name": "cooking" },
{ "level": 4, "name": "tailor" },
@@ -85,7 +52,43 @@
]
}
},
- {
+ {
+ "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"
+ ]
+ }
+ },
+ {
"type": "profession",
"ident": "maid_and_master",
"name": {
@@ -178,39 +181,40 @@
},
{
"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"
- ],
+ "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" : {
+ "both": {
"items": [
- "socks",
- "dress_shirt",
- "peacoat",
- "knit_scarf",
- "pants",
- "dress_shoes",
- "mbag",
- "res_shoggoth",
- "pet_carrier"
+ "pocketwatch",
+ "knife_steak"
],
- "entries": [ { "group": "charged_cell_phone" } ] },
+ "entries": [ { "group": "charged_cell_phone" } ]
+ },
"male": [
- "briefs"
+ "briefs",
+ "socks",
+ "tux",
+ "gloves_light",
+ "dress_shoes"
],
"female": [
- "bra",
- "panties"
- ]
+ "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"
+ ]
}
}
]