-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathprofessions.json
More file actions
101 lines (100 loc) · 3.94 KB
/
professions.json
File metadata and controls
101 lines (100 loc) · 3.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"type": "profession",
"ident": "mage",
"name": "Novice Hermetic Mage",
"description": "You have learned the basics of hermetic magic, you can cast the standard training spells.",
"points": 1,
"traits": [ "MAGE", "MAGE_NOVICE" ],
"skills": [ { "level": 1, "name": "spellcraft" } ],
"spells": [ { "id": "mu_spell_cantrip", "level": 1 }, { "id": "mu_spell_magic_missile_1", "level": 1 }, { "id": "mu_spell_light", "level": 1 } ],
"items": {
"both": {
"items": [ "jeans", "tshirt", "hoodie", "socks", "pockknife", "mbag", "sneakers", "wristwatch", "mage_marker", "mu_master_spellbook" ],
"entries": [ { "group": "charged_cell_phone" } ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "voidwalker",
"name": "Novice Void Walker",
"description": "You have learned the basics of hermetic magic, you can cast the standard training spells and possess one book of additional magics that you can study. Do not put any points into spellcraft!",
"points": 1,
"traits": [ "VOID", "VOIDW_NOVICE" ],
"skills": [ { "level": 1, "name": "spellcraft" } ],
"spells": [ { "id": "voidw_emission", "level": 1 } ],
"items": {
"both": {
"items": [ "jeans", "tshirt", "hoodie", "socks", "pockknife", "mbag", "sneakers", "wristwatch", "mage_marker" ],
"entries": [ { "group": "charged_cell_phone" } ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "cleric",
"name": "Novice Cleric",
"description": "You have entered the service of a benevolent god and draw holy power from it, allowing you to cast spells and blast undead.",
"points": 1,
"traits": [ "CLERIC", "CLERIC_NOVICE" ],
"skills": [ { "level": 1, "name": "spellcraft" } ],
"spells": [ { "id": "mu_spell_bless", "level": 1 }, { "id": "mu_spell_cleric_light", "level": 1 }, { "id": "mu_spell_cleric_hold", "level": 1 } ],
"items": {
"both": {
"items": [ "jeans", "tshirt", "hoodie", "socks", "pockknife", "mbag", "sneakers", "wristwatch", "cleric_marker", "mu_master_spellbook" ],
"entries": [ { "group": "charged_cell_phone" } ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "druid",
"name": "Novice Druid",
"description": "You have entered the service of nature and draw power from nature itself, allowing you to cast spells.",
"points": 1,
"traits": [ "DRUID", "DRUID_NOVICE", "ANIMALEMPATH2" ],
"skills": [ { "level": 1, "name": "spellcraft" }, { "level": 3, "name": "survival" } ],
"spells": [ { "id": "mu_spell_bless", "level": 1 }, { "id": "mu_spell_cleric_light", "level": 1 }, { "id": "mu_spell_cleric_hold", "level": 1 } ],
"items": {
"both": {
"items": [ "jeans", "tshirt", "hoodie", "socks", "pockknife", "mbag", "sneakers", "wristwatch", "druid_marker", "mu_master_spellbook" ],
"entries": [ { "group": "charged_cell_phone" } ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
},
{
"type": "profession",
"ident": "rune_warrior",
"name": "Rune Warrior",
"description": "You have been imbued with a variety of magical rune markings on your skin, transforming you into a magical killing machine.",
"points": 1,
"traits": [ "RUNE", "RUNEW_NOVICE" ],
"skills": [ { "level": 1, "name": "spellcraft" } ],
"CBMs": [
"rune_heart",
"rune_dragon_scales",
"rune_create_blade",
"rune_flamebolt",
"bio_teleport",
"bio_time_freeze",
"bio_night"
],
"items": {
"both": {
"items": [ "jeans", "tshirt", "hoodie", "socks", "pockknife", "mbag", "sneakers", "wristwatch", "mage_marker", "mu_master_spellbook" ],
"entries": [ { "group": "charged_cell_phone" } ]
},
"male": [ "briefs" ],
"female": [ "bra", "panties" ]
}
}
]