-
Notifications
You must be signed in to change notification settings - Fork 3
/
orbs.json
39 lines (39 loc) · 908 Bytes
/
orbs.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
{
"Dark": {
"NAME": "Dark",
"DESCRIPTION": [
"#yPassive: At the end of turn, increase this Orb's damage by #b",
". NL #yEvoke: Deal #b",
" damage to the enemy with lowest HP."
]
},
"Empty": {
"NAME": "Orb Slot",
"DESCRIPTION": [
"Orbs can be channeled into these slots."
]
},
"Frost": {
"NAME": "Frost",
"DESCRIPTION": [
"#yPassive: At the end of turn, gain #b",
" #yBlock. NL #yEvoke: Gain #b",
" #yBlock."
]
},
"Lightning": {
"NAME": "Lightning",
"DESCRIPTION": [
"#yPassive: At the end of turn, deal #b",
" damage to a random enemy. NL #yEvoke: Deal #b",
" damage to a random enemy."
]
},
"Plasma": {
"NAME": "Plasma",
"DESCRIPTION": [
"#yPassive: At the start of turn, gain [B] . NL #yEvoke: Gain #b",
" [B] . NL Plasma is unaffected by #yFocus."
]
}
}