Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5dab06044b2d3b28bc17dd0d43fb690f |
| User & Date: | 顽雨沉风 on 2024-07-26 00:32:30.615 |
| Other Links: | manifest | tags |
Context
|
2024-07-26
| ||
| 00:36 | 0 check-in: 9c6d8f1d94 user: 顽雨沉风 tags: trunk | |
| 00:32 | 0 check-in: 5dab06044b user: 顽雨沉风 tags: trunk | |
| 00:23 | 0 check-in: d44c9db3f6 user: 顽雨沉风 tags: trunk | |
Changes
Modified expansions/script/c896311393.lua
from [a654baf13e]
to [e0c1dff51c].
| ︙ | ︙ | |||
46 47 48 49 50 51 52 |
Duel.Damage(tp,500,REASON_EFFECT)
end
end
function c896311393.spcon2(e,tp,eg,ep,ev,re,r,rp)
return bit.band(r,REASON_EFFECT+REASON_BATTLE)~=0 and e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
end
function c896311393.spfilter(c,e,tp)
| | | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
Duel.Damage(tp,500,REASON_EFFECT)
end
end
function c896311393.spcon2(e,tp,eg,ep,ev,re,r,rp)
return bit.band(r,REASON_EFFECT+REASON_BATTLE)~=0 and e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
end
function c896311393.spfilter(c,e,tp)
return c:IsSetCard(0xc6) and not c:IsCode(896311393) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function c896311393.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c896311393.spfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND+LOCATION_DECK)
end
function c896311393.spop2(e,tp,eg,ep,ev,re,r,rp)
|
| ︙ | ︙ |
Modified expansions/ygo_endgame.cdb
from [fd1dc3ce62]
to [224ed58c12].
cannot compute difference between binary files