Skip to content
This repository was archived by the owner on Jun 12, 2019. It is now read-only.

Commit 92eec02

Browse files
authored
Merge pull request #24 from jlevertov/server_database
Created a json file describing beasts and the effecs of their parts.
2 parents d2a67a0 + 605154f commit 92eec02

File tree

1 file changed

+330
-0
lines changed

1 file changed

+330
-0
lines changed
Lines changed: 330 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,330 @@
1+
{
2+
"Crab": {
3+
"Head": {
4+
"Name": "Hermit's Eyes",
5+
"Description": "The player uses the crabs eyes as its own. Greatly increases the wearers precision but also makes him look ugly.",
6+
"Stats": {
7+
"BD": "20"
8+
},
9+
"Active": {
10+
"Name": "Behold",
11+
"Effects": [
12+
{
13+
"Type": "Change stats",
14+
"Duration": "7",
15+
"Stats": {
16+
"CK": "0.5 * CK",
17+
"Evil": {
18+
"BD": "0.25 * CK"
19+
}
20+
}
21+
}
22+
],
23+
"Cooldown": "24"
24+
}
25+
},
26+
"Torso": {
27+
"Name": "Hermit's Shell",
28+
"Description": "Part of the shell of the giant crab “Hermit”. Used as body armor.",
29+
"Stats": {
30+
"AR": "35",
31+
"HP": "60",
32+
"MS": "-35"
33+
}
34+
},
35+
"Legs": {
36+
"Name": "Hermit's Legs",
37+
"Description": "Hermit’s 8 legs can be used to help carry your burdens.",
38+
"Stats": {
39+
"MS": "30",
40+
"HP": "20",
41+
"AR": "5"
42+
}
43+
},
44+
"Joker": {
45+
"Name": "Hermit’s Claw",
46+
"Description": "Hermit’s big claw. Used to pincer enemies and inflict high melee damage. (It's also quite heavy to hold)",
47+
"Stats": {
48+
"MS": "-55",
49+
"AR": "5",
50+
"BD": "25"
51+
},
52+
"Active": {
53+
"Name": "Pincer",
54+
"Effects": [
55+
{
56+
"Type": "AOE Attack",
57+
"Range": "range",
58+
"Damage": "15 + BD",
59+
"Evil": {
60+
"Damage": "15 + BD + 0.25 * CK",
61+
"Range": "2 * range"
62+
}
63+
}
64+
],
65+
"Cooldown": "35"
66+
}
67+
},
68+
"Name": "Hermit",
69+
"Title": "The giant crab of the swamps",
70+
"Essence": "Good"
71+
},
72+
"Unicorn": {
73+
"Head": {
74+
"Name": "Elwyn's Horn",
75+
"Description": "Your forhead is the new base for the majestic unicorn horn.",
76+
"Stats": {
77+
"HRP": "1"
78+
},
79+
"Active": {
80+
"Name": "Ram",
81+
"Effects": [
82+
{
83+
"Type": "Pipe line attack",
84+
"Damage": "0.5 * CK + 60",
85+
"SelfDamage": "75 - 0.5 * CK"
86+
}
87+
],
88+
"Cooldown": "30"
89+
}
90+
},
91+
"Torso": {
92+
"Name": "Elwyn's Heart",
93+
"Description": "You take the unicorn's heart and become a little bit unicorn yourself.",
94+
"Stats": {
95+
"HPR": "2.5",
96+
"HP": "50"
97+
},
98+
"Active": {
99+
"Name": "Neigh",
100+
"Effects": [
101+
{
102+
"Type": "Shine like a beautiful unicorn"
103+
},
104+
{
105+
"Type": "Heal Self",
106+
"Value": "10",
107+
"Good": {
108+
"Value": "10 + 0.25 * CK"
109+
}
110+
},
111+
{
112+
"Type": "Heal Team",
113+
"Value": "10"
114+
}
115+
],
116+
"Cooldown": "20"
117+
}
118+
},
119+
"Legs": {
120+
"Name": "Elwyn's Tail",
121+
"Description": "Attach the unicorn's tail to your bottom",
122+
"Stats": {
123+
"AR": "10",
124+
"MS": "15",
125+
"HPR": "2",
126+
"BD": "10"
127+
}
128+
},
129+
"Joker": {
130+
"Name": "Hoofs",
131+
"Description": "Attach Elwyn's magical hoofs to your feet",
132+
"Stats": {
133+
"MS": "50"
134+
},
135+
"Active": {
136+
"Name": "Gallop",
137+
"Effects": [
138+
{
139+
"Type": "Jump 5 meters forward",
140+
"Good": {
141+
"Type": "Jump 10 meters forward or over a wall"
142+
},
143+
"Evil": {
144+
"Type": "Damage when landing",
145+
"Stats": {
146+
"Damage": "30 + 0.3 * CK"
147+
}
148+
}
149+
}
150+
],
151+
"Cooldown": "14"
152+
}
153+
},
154+
"Name": "Elwyn",
155+
"Title": "The unicorn of sunshine meadow.",
156+
"Essence": "Evil"
157+
},
158+
"Lion": {
159+
"Head": {
160+
"Name": "Apollo's Skull",
161+
"Description": "You wear Apollo's huge skull on your head making you look like a king",
162+
"Stats": {
163+
"AR": "20",
164+
"HP": "35",
165+
"Good": {
166+
"BD": "0.25 * CK"
167+
},
168+
"Evil": {
169+
"AR": "20 + 0.15 * CK",
170+
"HP": "35 + 0.15 * CK",
171+
"HPR": "1.5"
172+
}
173+
}
174+
},
175+
"Torso": {
176+
"Name": "Apollo's Fang",
177+
"Description": "You use one of Apollo's terrifying fangs as a weapon in combat. May make you a bit too confident about yourself",
178+
"Stats": {
179+
"BD": "45",
180+
"HP": "-40",
181+
"Good": {
182+
"BD": "45 + 0.25 * CK"
183+
},
184+
"Evil": {
185+
"MS": "10 * number of team mates",
186+
"BD": "45 + 5 * number of team mates"
187+
}
188+
}
189+
},
190+
"Legs": {
191+
"Name": "Apollo's Soft Paws",
192+
"Description": "You gain the lions agility and flexability.",
193+
"Stats": {
194+
"MS": "45",
195+
"HP": "20",
196+
"AR": "5"
197+
},
198+
"Active": {
199+
"Cooldown": "25",
200+
"Name": "Stalk",
201+
"Effects": [
202+
{
203+
"Type": "Become invisible",
204+
"Duration": "5"
205+
},
206+
{
207+
"Type": "Change stats",
208+
"Stats": {
209+
"MS": "-0.5 * MS"
210+
},
211+
"Duration": "5"
212+
}
213+
]
214+
}
215+
},
216+
"Joker": {
217+
"Name": "Apollo's Mane",
218+
"Description": "You wear the lions mighty mane as if you were the king of the jungle.",
219+
"Stats": {
220+
"HP": "80",
221+
"HPR": "2",
222+
"AR": "5",
223+
"MS": "20",
224+
"BD": "10"
225+
},
226+
"Active": {
227+
"Name": "Rawr",
228+
"Effects": [
229+
{
230+
"Type": "Change stats",
231+
"Duration": "7",
232+
"Good": {
233+
"CK": "CK"
234+
},
235+
"Evil": {
236+
"CK": "0.5 * CK"
237+
}
238+
}
239+
],
240+
"Cooldown": "40"
241+
}
242+
},
243+
"Name": "Apollo",
244+
"Title": "The Lion. King of the jungle.",
245+
"Essence": "Evil"
246+
},
247+
"Elephant": {
248+
"Head": {
249+
"Name": "Loxodon’s Snout",
250+
"Description": "You carry Loxodon's 'trunk' and use it as a hose spraying 'water' all over.",
251+
"Stats": {
252+
"MS": "-30",
253+
"HP": "20",
254+
"HPR": "2"
255+
},
256+
"Active": {
257+
"Effects": [
258+
{
259+
"Type": "AOE Attack",
260+
"Evil": {
261+
"MS": "-50",
262+
"Duration": "2.5"
263+
},
264+
"Good": {
265+
"HP": "30"
266+
},
267+
"Damage": "30"
268+
}
269+
],
270+
"Cooldown": "15"
271+
}
272+
},
273+
"Torso": {
274+
"Name": "Loxodon's Ears",
275+
"Description": "Loxodon's big elephant ears help you defend yourself and help stay sharp in battle.",
276+
"Stats": {
277+
"HP": "40",
278+
"AR": "10",
279+
"BD": "15",
280+
"MS": "20"
281+
},
282+
"Active": {
283+
"Name": "Perceive",
284+
"Effects": [
285+
{
286+
"Type": "Change stats",
287+
"Stats": {
288+
"MS": "25",
289+
"HPR": "5",
290+
"AR": "15"
291+
},
292+
"Duration": "5"
293+
},
294+
{
295+
"Type": "Enhancing all your senses",
296+
"Duration": "5"
297+
}
298+
],
299+
"Cooldown": "20"
300+
}
301+
},
302+
"Legs": {
303+
"Name": "Loxodon's Big Bones",
304+
"Description": "You attach some of Loxodon's large leg bones to your own legs. Making your kicks far more deadly but they slow you down slightly",
305+
"Stats": {
306+
"MS": "-30",
307+
"BD": "25",
308+
"AR": "15"
309+
}
310+
},
311+
"Joker": {
312+
"Name": "Loxodon's Tough Skin",
313+
"Stats": {
314+
"HP": "100",
315+
"AR": "35",
316+
"MS": "-25",
317+
"Good": {
318+
"BD": "20"
319+
},
320+
"Evil": {
321+
"HP": "30",
322+
"AR": "10"
323+
}
324+
}
325+
},
326+
"Name": "Loxodon",
327+
"Title": "The elephant. Biggest of them all.",
328+
"Essence": "Good"
329+
}
330+
}

0 commit comments

Comments
 (0)