forked from Jafner/jafner-homebrew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Skut; Warforged.json
129 lines (129 loc) · 3.35 KB
/
Skut; Warforged.json
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"_meta": {
"sources": [
{
"json": "Skut",
"abbreviation": "Skut",
"full": "Warforged (3pp)",
"authors": [
"Skut"
],
"convertedBy": "Jafner",
"version": "1",
"url": "https://www.reddit.com/r/UnearthedArcana/comments/8oompe/race_my_take_on_the_warforged_for_my_homebrew/",
"targetSchema": "1.0.0"
}
]
},
"race": [
{
"name": "Warforged",
"source": "Skut",
"size": "M",
"speed": {
"walk": 30
},
"ability": {
"con": 2
},
"entries": [
{
"name": "Age",
"type": "entries",
"entries": [
"As long as its body is kept in good repair, there is no known limit to how long it can function."
]
},
{
"name": "Alignment",
"type": "entries",
"entries": [
"Most Warforged are Lawful Neutral. They tend to respect order and rarely exhibit chaotic tendencies."
]
},
{
"type": "entries",
"name": "Size",
"entries": [
"Warforged are generally broader and heavier than humans ranging between 250 and 300 pounds. Your size is Medium."
]
},
{
"name": "Living Construct",
"entries": [
"Even though you were constructed, you are a living humanoid (construct). You are immune to disease. You do not need to eat or breathe, but you can ingest food and drink if you wish. Instead of sleeping, you enter an inactive state for 4 hours each day. You are considered unconscious for this duration but you return to consciousness after you take damage, the 4 hour duration ends, or a command phrase you choose is spoken where you could hear if you were conscious. For instance, using the command phrase in a whisper from 5 feet away or a shout from 60 feet away could bring you out of the state."
],
"type": "entries"
},
{
"name": "Iron Shell",
"entries": [
"While you aren't wearing armor, you can calculate your AC as 13 + your Dexterity modifier. You can use a shield and still gain this benefit. You are not considered to be wearing armor for this feature."
],
"type": "entries"
},
{
"name": "Poison Immunity",
"entries": [
"You are immune to poison damage and the poisoned condition."
],
"type": "entries"
},
{
"name": "Languages",
"entries": [
"You can speak, read, and write Binary, Common and one other language of your choice."
],
"type": "entries"
}
],
"subraces": [
{
"name": "Laborer",
"ability": {
"str": 1
},
"entries": [
{
"name": "Powerful Build",
"entries": [
"You count as one size larger when determining your carrying capacity and the weight you can push, drag, or lift."
],
"type": "entries"
}
]
},
{
"name": "Sentry",
"ability": {
"wis": 1
},
"entries": [
{
"name": "Keen Sensors",
"entries": [
"You have proficiency in the Perception skill."
],
"type": "entries"
}
]
},
{
"name": "Explorer",
"ability": {
"dex": 1
},
"entries": [
{
"name": "Adaptive Plating",
"entries": [
"You are adapted to Extreme Heat, Extreme Cold, and Frigid Water as described in chapter 5 of the Dungeon Master's Guide."
],
"type": "entries"
}
]
}
]
}
]
}