Commit 49893ae2 authored by 未闻皂名's avatar 未闻皂名

2025/12/7 bug 修复

parent f48acfde
Pipeline #41874 passed with stages
in 12 minutes and 17 seconds
......@@ -21,12 +21,13 @@ function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return RD.IsLPBelowOpponent(tp,1)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
if chk==0 then return not RD.IsPlayerNoDrawInThisMain(tp) or Duel.IsPlayerCanDraw(tp,1) end
RD.TargetRecover(tp,300)
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
if RD.Recover()~=0 then
if RD.IsPlayerNoDrawInThisMain(tp) and RD.CanDraw(aux.Stringid(m,1),tp,1)~0 then
if RD.IsPlayerNoDrawInThisMain(tp) then
Duel.Draw(tp,1,REASON_EFFECT)
local g=Duel.GetMatchingGroup(cm.exfilter,tp,0,LOCATION_MZONE,nil)
if g:GetSum(Card.GetOriginalLevel)>=30 then
RD.CanRecover(aux.Stringid(m,2),tp,3000)
......
......@@ -24,7 +24,7 @@ https://yugipedia.com/wiki/Category:Rush_Duel_cards
- **October 1, 2025**: Special Victory Pack (RD/S253-JP): `120295XXX`
- **???, 2026**: ??? (RD/26PR-JP): `120296XXX`
- **November 29, 2025**: 5th SPECIAL PACK Vol.2 (RD/5THS-JPB): `120297XXX`
- **January 10, 2026**: Advance Pack Revenge Heath (RD/AP02-JP): `120298XXX`
- **January 10, 2026**: Advance Pack Revenge Hearts (RD/AP02-JP): `120298XXX`
# Archived
- **April 3, 2020** : Saikyō Jump May 2020 promotional card (RD/SJMP-JP) : `120100XXX`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment