• salix5's avatar
    fix: 47942531, 6614221, 8794435, 88071625, 73333463 · cebb2ace
    salix5 authored
    47942531  偉大魔獣 ガーゼット
    6614221  霧の王
    8794435  合成魔獣 ガーゼット
    88071625 The tyrant NEPTUNE
    The atk setting/updating continuous effect was given at SUMMON_SUCCESS
    before, which may cause some problem with effects triggered at te same
    time.(ex. 王虎ワンフー, traps like 奈落の落とし穴)
    
    Now the atk setting/updating continuous effect is given right after
    tribute check, which will be ready at SUMMON_SUCCESS.
    Also, the RESET_EVENT is changed into 0xff0000.
    
    P.S.
    Current script uses text_attack when calculating atk, so the trap
    monster should have their own atk and def data in cards.cdb
    Here is a brief list of trap mosters:
    
    28649820 アポピスの化神  			1600/1800
    3129635 カース・オブ・スタチュー 		1800/1000
    70406920 機械王-B.C.3000 		1000/1000
    13955608 機動砦 ストロング・ホールド		0/2000
    21843307 コピー・ナイト 			0/0
    90440725 サイバー・シャドー・ガードナー 	?/?
    92099232 シェイプシスター  			0/0
    79852326 死霊ゾーマ			1800/500
    49514333 ソウル・オブ・スタチュー          	1000/1800
    26905245 メタル・リフレクト・スライム	0/3000
    
    73333463  アーマロイドガイデンゴー
    Now the card name in the script is chaned into the correct one.
    cebb2ace
c88071625.lua 3.13 KB