Skip to content
This repository was archived by the owner on Dec 21, 2018. It is now read-only.

Commit 1b00266

Browse files
committed
More set fixes
1 parent 054482b commit 1b00266

File tree

2 files changed

+154
-0
lines changed

2 files changed

+154
-0
lines changed

data/fixes_2ED.json

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
[
2+
{
3+
"match": {
4+
"name": [
5+
"Elvish Archers",
6+
"Goblin Balloon Brigade",
7+
"Wall of Air"
8+
]
9+
},
10+
"flavorAddExclamation": true
11+
},
12+
{
13+
"match": {
14+
"name": [
15+
"Jade Statue",
16+
"Scathe Zombies"
17+
]
18+
},
19+
"flavorAddDash": true
20+
},
21+
{
22+
"match": {
23+
"multiverseid": 243
24+
},
25+
"replace": {
26+
"artist": "Mark Tedin"
27+
}
28+
},
29+
{
30+
"match": {
31+
"multiverseid": 248
32+
},
33+
"replace": {
34+
"artist": "Mark Poole"
35+
}
36+
},
37+
{
38+
"match": {
39+
"multiverseid": 220
40+
},
41+
"replace": {
42+
"artist": "Dan Frazier"
43+
}
44+
},
45+
{
46+
"match": {
47+
"multiverseid": 285
48+
},
49+
"replace": {
50+
"artist": "Jesper Myrfors"
51+
}
52+
}
53+
]

data/fixes_LEB.json

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
[
2+
{
3+
"match": {
4+
"name": [
5+
"Elvish Archers",
6+
"Goblin Balloon Brigade",
7+
"Wall of Air"
8+
]
9+
},
10+
"flavorAddExclamation": true
11+
},
12+
{
13+
"match": {
14+
"name": [
15+
"Jade Statue",
16+
"Scathe Zombies"
17+
]
18+
},
19+
"flavorAddDash": true
20+
},
21+
{
22+
"match": {
23+
"name": "Mahamoti Djinn"
24+
},
25+
"replace": {
26+
"flavor": "Of royal blood among the spirits of the air, the Mahamoti Djinn rides on the wings of the winds. As dangerous in the gambling hall as he is in battle, he is a master of trickery and misdirection."
27+
}
28+
},
29+
{
30+
"match": {
31+
"name": "Pearled Unicorn"
32+
},
33+
"replace": {
34+
"flavor": "\"‘Do you know, I always thought Unicorns were fabulous monsters, too? I never saw one alive before!' ‘Well, now that we have seen each other,' said the Unicorn, ‘if you'll believe in me, I'll believe in you.'\" —Lewis Carroll"
35+
}
36+
},
37+
{
38+
"match": {
39+
"name": "Roc of Kher Ridges"
40+
},
41+
"replace": {
42+
"flavor": "We encountered a valley topped with immense boulders and eerie rock formations. Suddenly one of these boulders toppled from its perch and sprouted gargantuan wings, casting a shadow of darkness and sending us fleeing in terror."
43+
}
44+
},
45+
{
46+
"match": {
47+
"name": "Wall of Ice"
48+
},
49+
"replace": {
50+
"flavor": "\"And through the drifts the snowy cliffs/ Did send a dismal sheen:/ Nor shapes of men nor beasts we ken—/ The ice was all between.\"/—Samuel Coleridge, \"The Rime of the Ancient Mariner\""
51+
}
52+
},
53+
{
54+
"match": {
55+
"name": "Air Elemental"
56+
},
57+
"replace": {
58+
"flavor": "These spirits of the air are winsome and wild, and cannot be truly contained. Only marginally intelligent, they often substitute whimsy for strategy, delighting in mischief and mayhem."
59+
}
60+
},
61+
{
62+
"match": {
63+
"name": "Uthden Troll"
64+
},
65+
"replace": {
66+
"flavor": "\"Oi oi oi, me gotta hurt in 'ere,\nOi oi oi, me smell a ting is near,\nGonna bosh 'n gonna nosh 'n da\nhurt'll disappear.\"\n—Traditional"
67+
}
68+
},
69+
{
70+
"match": {
71+
"name": "Scathe Zombies"
72+
},
73+
"replace": {
74+
"flavor": "\"They groaned, they stirred, they all uprose,/ Nor spake, nor moved their eyes;/ It had been strange, even in a dream,/ To have seen those dead men rise.\"/ —Samuel Coleridge, \"The Rime of the Ancient Mariner\""
75+
}
76+
},
77+
{
78+
"match": {
79+
"name": "Granite Gargoyle"
80+
},
81+
"replace": {
82+
"flavor": "\"While most overworlders fortunately don't realize this, Gargoyles can be most delicious, providing you have the appropriate tools to carve them.\"\n—The Underworld Cookbook, by Asmoranomardicadaistinaculdacar"
83+
}
84+
},
85+
{
86+
"match": {
87+
"name": "Obsianus Golem"
88+
},
89+
"replace": {
90+
"flavor": "\"The foot stone is connected to the ankle stone, the ankle stone is connected to the leg stone...\"\n—Song of the Artificer"
91+
}
92+
},
93+
{
94+
"match": {
95+
"name": "Wall of Brambles"
96+
},
97+
"replace": {
98+
"flavor": "\"What else, when chaos draws all forces inward to shape a single leaf.\"\n —Conrad Aiken"
99+
}
100+
}
101+
]

0 commit comments

Comments
 (0)