aboutsummaryrefslogtreecommitdiff
path: root/professions.json
diff options
context:
space:
mode:
Diffstat (limited to 'professions.json')
-rw-r--r--professions.json201
1 files changed, 201 insertions, 0 deletions
diff --git a/professions.json b/professions.json
new file mode 100644
index 0000000..68fd811
--- /dev/null
+++ b/professions.json
@@ -0,0 +1,201 @@
+[
+ {
+ "type": "profession",
+ "ident": "battle_maid",
+ "name": {
+ "male": "Butler",
+ "female": "Battle maid"
+ },
+ "description": "In order to serve your master, you have went through special combat training. You have learned to clean every bit of malice coming towards your master.",
+ "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" : [
+ "pocketwatch",
+ "knife_butter",
+ "gloves_leather",
+ "tool_belt",
+ "knit_scarf",
+ "maid_cloak_off",
+ "assassins_throwing_dagger",
+ "master_doll",
+ "maid_bell"
+ ],
+ "male": [
+ "briefs",
+ "socks",
+ "dress_shoes",
+ "tux"
+ ],
+ "female": [
+ "bra",
+ "tights",
+ "boots",
+ "maid_dress",
+ "maid_hat"
+ ]
+ }
+ },
+{
+ "type": "profession",
+ "ident": "shoggoth_master",
+ "name": {
+ "male": "Shoggoth's master",
+ "female": "Shoggoth's master"
+ },
+ "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. However, she keeps saying 'Master! I have gotten rid of all the monsters! It's the perfect time for lovemaking! Let's make a lot of children, together!' ... She's a little odd.",
+ "points": 8,
+ "traits": [
+ "FLIMSY2"
+ ],
+ "skills": [
+ ],
+ "items": {
+ "both" : [
+ "dress_shirt",
+ "peacoat",
+ "dress_shoes",
+ "pants",
+ "socks",
+ "knit_scarf",
+ "res_shoggoth",
+ "pet_carrier"
+ ],
+ "male": [
+ "briefs"
+ ],
+ "female": [
+ "bra",
+ "panties"
+ ]
+ }
+ },
+ {
+ "type": "profession",
+ "ident": "maid_and_master",
+ "name": {
+ "male": "Butler (with master)",
+ "female": "Maid (with master)"
+ },
+ "description": "You saw your master run to his car with his child, but he got caught by a ferocious zombie. Among the countless groans, you heard your master yell out 'Take my child and run away!' and you did just that. Shoving the shaking child into a bag, you prepare to run away from the depths of hell.",
+ "points": 1,
+ "skills": [
+ {
+ "level": 1,
+ "name": "cooking"
+ },
+ {
+ "level": 1,
+ "name": "driving"
+ },
+ {
+ "level": 2,
+ "name": "tailor"
+ }
+ ],
+ "items": {
+ "both" : [
+ "pocketwatch",
+ "knife_butter",
+ "maid_master_child",
+ "man_carrier"
+ ],
+ "male": [
+ "briefs",
+ "socks",
+ "dress_shoes",
+ "tux"
+ ],
+ "female": [
+ "panties",
+ "bra",
+ "stockings",
+ "boots",
+ "maid_dress",
+ "maid_hat"
+ ]
+ }
+ },
+ {
+ "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 master to give you a collar.",
+ "points": 4,
+ "traits": [
+ "PROF_NEKOMIMI",
+ "FELINE_EARS",
+ "TAIL_LONG",
+ "NIGHTVISION2"
+ ],
+ "skills": [
+ {
+ "level": 3,
+ "name": "cooking"
+ },
+ {
+ "level": 1,
+ "name": "driving"
+ },
+ {
+ "level": 3,
+ "name": "tailor"
+ }
+ ],
+ "items": {
+ "both" : [
+ "pocketwatch",
+ "knife_butter",
+ "leather_collar"
+ ],
+ "male": [
+ "briefs_kemo",
+ "socks",
+ "dress_shoes",
+ "tux"
+ ],
+ "female": [
+ "stockings_lace",
+ "bra",
+ "boots",
+ "maid_dress",
+ "cat_maid_cap"
+ ]
+ }
+ }
+] \ No newline at end of file