WEBXOSS
761104d8c3
fix WX15-016
2017-04-17 10:45:17 +08:00
WEBXOSS
19716cc6fa
fix WX15-053 burst2
2017-04-17 10:45:17 +08:00
WEBXOSS
0cb82df17b
fix major bugs
2017-04-17 10:44:51 +08:00
WEBXOSS
f190215329
implement trap related effects
2017-04-17 10:44:01 +08:00
WEBXOSS
e4d556f5b3
implement trap
2017-04-17 10:44:01 +08:00
WEBXOSS
09e42d6252
implement virus
2017-04-17 10:44:01 +08:00
WEBXOSS
fb615375a0
implement card.onAcced
2017-04-17 10:44:01 +08:00
WEBXOSS
d3a0b63680
implement attcking other SIGNI zone
2017-04-17 10:44:01 +08:00
WEBXOSS
553fdbb0f1
implement WX15-010
2017-04-17 10:44:01 +08:00
WEBXOSS
9846f4e3b5
code PR-308, PR-322
2017-04-17 10:44:01 +08:00
WEBXOSS
1dacd44152
code WX15
2017-04-17 10:44:01 +08:00
WEBXOSS
f6ad984a1d
fix WX13-034 2nd const
2017-04-17 10:36:25 +08:00
WEBXOSS
7fa3b2c155
fix SP17-003 text
2017-03-20 10:42:23 +08:00
WEBXOSS
60e0f59127
fix WX13-034 2nd const effect
2017-03-18 20:56:52 +08:00
WEBXOSS
b9eb9108a2
fix WX14-009 text
2017-03-13 21:47:16 +08:00
WEBXOSS
627a13ac6a
fix WX10-096 action
2017-03-12 00:19:38 +08:00
WEBXOSS
c128601b46
fix PR-291 power
2017-03-11 20:02:05 +08:00
WEBXOSS
538c5c2c3b
fix PR-316 2nd effect
2017-03-11 19:53:41 +08:00
WEBXOSS
57dbaf9cf6
fix WD17-001 action
2017-03-11 19:45:55 +08:00
WEBXOSS
e213842636
fix WD17-008 timing
2017-03-11 19:45:18 +08:00
WEBXOSS
acc66de291
fix WD18-009 missing const effect
2017-03-07 21:45:22 +08:00
WEBXOSS
c958f6ba77
hot fix WD18-009 burst
2017-03-05 22:50:40 +08:00
WEBXOSS
4eaef4685b
fix WD18-009 burst
2017-03-05 15:53:03 +08:00
WEBXOSS
da5cb0b528
release WD17 && WD18
2017-03-05 13:25:26 +08:00
WEBXOSS
c98883662d
remove useless faqs
2017-03-05 12:30:19 +08:00
WEBXOSS
162a58110f
fix WD18-008 auto
2017-03-05 11:55:33 +08:00
WEBXOSS
0326a8d933
fix WD17-009 action
2017-03-05 11:52:53 +08:00
WEBXOSS
1afb9d88e9
fix WD17-008
2017-03-05 11:51:22 +08:00
WEBXOSS
d29373b2f5
fix WD17-001 action
2017-03-05 11:45:44 +08:00
WEBXOSS
4b40eac4f7
add missing bet text in WD17 english translation
2017-03-04 23:44:41 +08:00
WEBXOSS
eb3857c4a9
fix WD18-008
2017-03-01 22:56:34 +08:00
WEBXOSS
59cba5625f
fix WD18-018 1st effect not putting card to ener zone
2017-03-01 00:53:13 +08:00
WEBXOSS
c220789fd1
add missing attached text for WD18-006
2017-02-27 21:16:03 +08:00
deardrops
65080f280c
回合1
rename to 每回合1次
2017-02-27 16:11:45 +08:00
deardrops
8ca789efd6
use beatles' translation in WD17-18
...
fix wd17-003
2017-02-27 13:19:31 +08:00
WEBXOSS
54e4fece9e
archieve futher cards && fix lostorage implementation
2017-02-27 01:06:09 +08:00
WEBXOSS
e21fa4f2ea
implement acce
2017-02-26 19:36:54 +08:00
WEBXOSS
e96cf4d4dd
shortten acce api
2017-02-26 14:48:48 +08:00
WEBXOSS
a8131ba290
implement bet
2017-02-26 14:15:18 +08:00
WEBXOSS
1d28364349
handle coin && rise
2017-02-25 23:47:38 +08:00
WEBXOSS
6a9947c43b
review WD18
2017-02-17 22:54:30 +08:00
WEBXOSS
a78ff32769
code WD17~WD18
2017-02-17 18:14:17 +08:00
WEBXOSS
74910a5dbb
add 2000-2100 CardInfo
2017-02-17 18:09:55 +08:00
webxoss
7ef1c707e9
Merge pull request #31 from webxoss/fix
...
fix WX13-029 3rd effect
2017-02-09 23:33:06 +08:00
webxoss
d2638cadef
Merge pull request #28 from Deardrops/WX14
...
Fix WX14 bugs
2017-02-09 22:40:08 +08:00
WEBXOSS
23c4247afd
fix WX13-029 3rd effect
...
Bug:
* WX13-029 3rd effect also affects LRIG
Fix:
* Change `player.canNotGainAbility` to `player.signiCanNotGainAbility`
* Extract `card.canGainAbility`
2017-02-09 22:35:01 +08:00
WEBXOSS
53e533393a
fix WX14-041
...
Bug:
* The two On-play effects' costs are inverted
2017-02-09 21:52:26 +08:00
WEBXOSS
bc10f92e0b
fix WX12-047 WX12-048
...
Bugs:
* Do not solve when turn end even if attacked
* Keep `attackCount` when turn end
Reason:
* `fieldData.attackCount++` cause `NaN` (`undefined` + 1)
* Save turn limited `attackCount` on `fieldData`
Fix:
* Take care of `attackCount++`
* Use `fieldTurnData` instead of `fieldData`
2017-02-09 21:31:38 +08:00
deardrops
b64dfd874e
fix card-1467
2017-02-08 16:28:07 +08:00
deardrops
4aa2461875
fix player.draw
2017-02-08 15:56:08 +08:00