Move some lifepaths to wrapped format

pull/11/head
Daniel Asher Resnick 2 years ago
parent f5d94d1d67
commit 4b4b847644
  1. 3
      src/data/dark_elf/lifepaths.json
  2. 3
      src/data/troll/lifepaths.json
  3. 3
      src/data/wizard/lifepaths.json

@ -1,4 +1,6 @@
{ {
"stock": "elf",
"settings": {
"Path Of Spite Subsetting": { "Path Of Spite Subsetting": {
"Griever": { "Griever": {
"time": 3, "time": 3,
@ -294,3 +296,4 @@
} }
} }
} }
}

@ -1,4 +1,6 @@
{ {
"stock": "troll",
"settings": {
"Wild Setting": { "Wild Setting": {
"Born Wild": { "Born Wild": {
"time": 5, "time": 5,
@ -582,3 +584,4 @@
} }
} }
} }
}

@ -1,4 +1,6 @@
{ {
"stock": "man",
"settings": {
"Special Gifted Lifepaths": { "Special Gifted Lifepaths": {
"Gifted Child": { "Gifted Child": {
"time": 9, "time": 9,
@ -1222,3 +1224,4 @@
} }
} }
} }
}

Loading…
Cancel
Save