this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Adding core ancestries

+277
+277
data/pf2e/ancestry.json
··· 45 45 ] 46 46 } 47 47 } 48 + }, 49 + { 50 + "id": "elf", 51 + "name": "Elf", 52 + "features": [ 53 + "low-light-vision" 54 + ], 55 + "size": "medium", 56 + "speed": [ 57 + { 58 + "id": "walk", 59 + "value": 6 60 + } 61 + ], 62 + "hp": 6, 63 + "boosts": [ 64 + "dex", 65 + "int", 66 + "any" 67 + ], 68 + "penalties": [ 69 + "con" 70 + ], 71 + "languages": { 72 + "granted": [ 73 + "Common", 74 + "Elven" 75 + ], 76 + "additional": { 77 + "amount": "@int", 78 + "languages": [ 79 + "Draconic", 80 + "Empyrean", 81 + "Fey", 82 + "Gnomish", 83 + "Goblin", 84 + "Kholo", 85 + "Orcish" 86 + ] 87 + } 88 + } 89 + }, 90 + { 91 + "id": "gnome", 92 + "name": "Gnome", 93 + "features": [ 94 + "low-light-vision" 95 + ], 96 + "size": "small", 97 + "speed": [ 98 + { 99 + "id": "walk", 100 + "value": 5 101 + } 102 + ], 103 + "hp": 8, 104 + "boosts": [ 105 + "con", 106 + "cha", 107 + "any" 108 + ], 109 + "penalties": [ 110 + "str" 111 + ], 112 + "languages": { 113 + "granted": [ 114 + "Common", 115 + "Fey", 116 + "Gnomish" 117 + ], 118 + "additional": { 119 + "amount": "@int", 120 + "languages": [ 121 + "Draconic", 122 + "Dwarven", 123 + "Elven", 124 + "Goblin", 125 + "Jotun", 126 + "Orcish" 127 + ] 128 + } 129 + } 130 + }, 131 + { 132 + "id": "goblin", 133 + "name": "Goblin", 134 + "features": [ 135 + "darkvision" 136 + ], 137 + "size": "small", 138 + "speed": [ 139 + { 140 + "id": "walk", 141 + "value": 5 142 + } 143 + ], 144 + "hp": 6, 145 + "boosts": [ 146 + "dex", 147 + "cha", 148 + "any" 149 + ], 150 + "penalties": [ 151 + "wis" 152 + ], 153 + "languages": { 154 + "granted": [ 155 + "Common", 156 + "Goblin" 157 + ], 158 + "additional": { 159 + "amount": "@int", 160 + "languages": [ 161 + "Draconic", 162 + "Dwarven", 163 + "Gnomish", 164 + "Halfling", 165 + "Kholo", 166 + "Orcish" 167 + ] 168 + } 169 + } 170 + }, 171 + { 172 + "id": "halfling", 173 + "name": "Halfling", 174 + "features": [ 175 + "keen-eyes" 176 + ], 177 + "size": "small", 178 + "speed": [ 179 + { 180 + "id": "walk", 181 + "value": 5 182 + } 183 + ], 184 + "hp": 6, 185 + "boosts": [ 186 + "dex", 187 + "wis", 188 + "any" 189 + ], 190 + "penalties": [ 191 + "str" 192 + ], 193 + "languages": { 194 + "granted": [ 195 + "Common", 196 + "Halfling" 197 + ], 198 + "additional": { 199 + "amount": "@int", 200 + "languages": [ 201 + "Dwarven", 202 + "Elven", 203 + "Gnomish", 204 + "Goblin" 205 + ] 206 + } 207 + } 208 + }, 209 + { 210 + "id": "human", 211 + "name": "Human", 212 + "features": [], 213 + "size": "medium", 214 + "speed": [ 215 + { 216 + "id": "walk", 217 + "value": 5 218 + } 219 + ], 220 + "hp": 8, 221 + "boosts": [ 222 + "any", 223 + "any" 224 + ], 225 + "penalties": [], 226 + "languages": { 227 + "granted": [ 228 + "Common" 229 + ], 230 + "additional": { 231 + "amount": "@int + 1", 232 + "languages": [ 233 + "Sakvroth", 234 + "Fey", 235 + "Draconic", 236 + "Dwarven", 237 + "Elven", 238 + "Gnomish", 239 + "Goblin", 240 + "Halfling", 241 + "Jotun", 242 + "Orcish", 243 + "Tanuki", 244 + "Wayang", 245 + "Yaksha" 246 + ] 247 + } 248 + } 249 + }, 250 + { 251 + "id": "leshy", 252 + "name": "Leshy", 253 + "features": [ 254 + "low-light-vision", 255 + "plant-nourishment" 256 + ], 257 + "size": "small", 258 + "speed": [ 259 + { 260 + "id": "walk", 261 + "value": 5 262 + } 263 + ], 264 + "hp": 8, 265 + "boosts": [ 266 + "con", 267 + "wis", 268 + "any" 269 + ], 270 + "penalties": [ 271 + "int" 272 + ], 273 + "languages": { 274 + "granted": [ 275 + "Common", 276 + "Fey" 277 + ], 278 + "additional": { 279 + "amount": "@int", 280 + "languages": [ 281 + "Draconic", 282 + "Elven", 283 + "Gnomish", 284 + "Goblin", 285 + "Halfling", 286 + "Sakvroth" 287 + ] 288 + } 289 + } 290 + }, 291 + { 292 + "id": "orc", 293 + "name": "Orc", 294 + "features": [ 295 + "darkvision" 296 + ], 297 + "size": "medium", 298 + "speed": [ 299 + { 300 + "id": "walk", 301 + "value": 5 302 + } 303 + ], 304 + "hp": 10, 305 + "boosts": [ 306 + "any", 307 + "any" 308 + ], 309 + "penalties": [], 310 + "languages": { 311 + "granted": [ 312 + "Common", 313 + "Orcish" 314 + ], 315 + "additional": { 316 + "amount": "@int", 317 + "languages": [ 318 + "Goblin", 319 + "Jotun", 320 + "Petran", 321 + "Sakvroth" 322 + ] 323 + } 324 + } 48 325 } 49 326 ] 50 327 }