Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 9836787

Browse files
authored
Merge pull request #89 from jdel/patch-1
Add last stand, astra and ex: soldier mode.
2 parents c83984a + 6f87e2a commit 9836787

2 files changed

Lines changed: 84 additions & 16 deletions

File tree

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ var config = convict({
147147
'DOOM',
148148
'BERSERKER',
149149
'SAP',
150-
'STAN',
150+
'STUN',
151151
],
152152
},
153153
counterAbility: {

lib/properties/ailments.json

Lines changed: 83 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
},
102102
"INSTANT_DEATH": {
103103
"id": 214,
104-
"description": "Death"
104+
"description": "Death (Set HP = 0)"
105105
},
106106
"BERSERKER": {
107107
"id": 215,
@@ -113,7 +113,7 @@
113113
},
114114
"RERAISE": {
115115
"id": 217,
116-
"description": "Reraise"
116+
"description": "Reraise (Removes KO, 80% HP)"
117117
},
118118
"LEVITATE": {
119119
"id": 218,
@@ -165,55 +165,119 @@
165165
},
166166
"PYRAMID": {
167167
"id": 231,
168-
"description": "Pyramid"
168+
"description": "Pyramid (Can't act, Phys Damage Resets)"
169169
},
170170
"PRISON_CAGE": {
171171
"id": 232,
172-
"description": "Prison_cage"
172+
"description": "Prison_cage (Arrests ATB charge rate, can't act)"
173173
},
174174
"WATER_BALL": {
175175
"id": 233,
176-
"description": "Water ball"
176+
"description": "Water ball (Lose (1/128 MaxHP) every second, can't act)"
177177
},
178178
"POSSESSION": {
179179
"id": 234,
180-
"description": "Possession"
180+
"description": "Possession (Affects Soul Fire's behaviour)"
181181
},
182182
"STOCK_BREAK": {
183183
"id": 235,
184-
"description": "Stock break"
184+
"description": "Stock break (No gameplay effects)"
185185
},
186186
"DOOM_30": {
187187
"id": 236,
188-
"description": "Doom 30"
188+
"description": "Doom 30 seconds"
189189
},
190190
"DOOM_45": {
191191
"id": 237,
192-
"description": "Doom 45"
192+
"description": "Doom 45 seconds"
193193
},
194194
"DOOM_90": {
195195
"id": 238,
196-
"description": "Doom 90"
196+
"description": "Doom 90 seconds"
197197
},
198198
"DOOM_120": {
199199
"id": 239,
200-
"description": "Doom 120"
200+
"description": "Doom 120 seconds"
201201
},
202202
"TRIPLE": {
203203
"id": 240,
204204
"description": "Triple / Matk+25%"
205205
},
206206
"SWALLOWED": {
207207
"id": 241,
208-
"description": "Swallowed"
208+
"description": "Swallowed (Arrests ATB charge rate, can't act)"
209209
},
210-
"STAN": {
210+
"STUN": {
211211
"id": 242,
212-
"description": "Stan"
212+
"description": "Stun (Resets ATB)"
213213
},
214214
"REGEN_STRONG": {
215215
"id": 243,
216-
"description": "Regen strong"
216+
"description": "Regen strong (Heals 5% MaxHP every 2.5 seconds)"
217+
},
218+
"REFLECTION_FULL_TIME": {
219+
"id": 245,
220+
"description": "Perma-Reflect (Redirect single-target BLK and WHT attacks)"
221+
},
222+
"MAGICAL_MINE": {
223+
"id": 246,
224+
"description": "Glyph Mine (KO in 20 seconds, unless defending)"
225+
},
226+
"RERAISE_40": {
227+
"id": 249,
228+
"description": "Reraise (Removes KO, 40% HP)"
229+
},
230+
"RERAISE_60": {
231+
"id": 250,
232+
"description": "Reraise (Removes KO, 60% HP)"
233+
},
234+
"RERAISE_80": {
235+
"id": 251,
236+
"description": "Reraise (Removes KO, 80% HP)"
237+
},
238+
"RERAISE_100": {
239+
"id": 252,
240+
"description": "Reraise (Removes KO, 100% HP)"
241+
},
242+
"RADIANT_SHIELD": {
243+
"id": 260,
244+
"description": "Radiant Shield: 100% (Returns all the damage taken to the attacker)"
245+
},
246+
"GUTS_1": {
247+
"id": 261,
248+
"description": "Last Stand (Prevents KO, HP stops at 1% MaxHP)"
249+
},
250+
"THUNDER_GOD_MODE": {
251+
"id": 268,
252+
"description": "Thunder God's Might (Cast speed x3)"
253+
},
254+
"STATUS_AILMENTS_BARRIER": {
255+
"id": 271,
256+
"description": "ASTRA (Prevents Poison, Silence, Paralyze, Confuse, Slow, Stop, Blind, Sleep, Petrify, Berserk, Sap, Stun and Frozen once)"
257+
},
258+
"BUSTER_SWORD_MODE": {
259+
"id": 276,
260+
"description": "EX: Soldier (Increase damage 30%, break the damage cap)"
261+
},
262+
"TINA_TRANCE_MODE": {
263+
"id": 277,
264+
"description": "Terra Trance (ATK, DEF, MAG, RES, MND, ACC and EVA +20%, cast speed x2,00)"
265+
},
266+
"VAAN_SKY_PIRATES_MODE": {
267+
"id": 286,
268+
"description": "EX: Sky Pirate (Thief abilities: +30% damage, cast speed x9999999)"
269+
},
270+
"GUTS_1": {
271+
"id": 261,
272+
"description": "Last Stand"
273+
},
274+
"STATUS_AILMENTS_BARRIER": {
275+
"id": 271,
276+
"description": "ASTRA"
277+
},
278+
"BUSTER_SWORD_MODE": {
279+
"id": 276,
280+
"description": "EX: Soldier"
217281
},
218282
"MATK_BOOSTER": {
219283
"id": 501,
@@ -327,6 +391,10 @@
327391
"id": 528,
328392
"description": "Concentration (Lulu) / Matk+20%, Mdef+50%"
329393
},
394+
"DEF_BOOST_FOR_PALADIN": {
395+
"id": 579,
396+
"description": "EX: Paladin (DEF +100%)"
397+
},
330398
"CUSTOM_MATK": {
331399
"id": 601,
332400
"description": "(Matk) Magic Break + Focus Magic"

0 commit comments

Comments
 (0)