Commit 6fa17b83 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent f00d343a
No preview for this file type
......@@ -646,9 +646,6 @@
21520248 1 --星宇成像-丙丁火
21520249 1 --星宇成像-戊己土
21580098 1 --海边之花
#220
22000010 0 --圣律·西莉斯特
22000080 0 --圣律·帕尔妮兹
#226
22600000 0 --lain 个体整合进程
#230
......@@ -1629,6 +1626,8 @@
98628112 0 --时秒观测者
98628114 0 --超级沼气前辈 野兽形态
98628118 0 --究极魔导之页
98633010 0 --圣律·西莉斯特
98633080 0 --圣律·帕尔妮兹
98657312 1 --库拉丽丝-心配
98666901 0 --寒灵刻使 雾水
98670704 1 --破坏能力者 枯轲
......
--巫女神乐
local m=81010036
local m=81010047
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
......@@ -87,15 +87,11 @@ function c88178020.tgtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c88178020.tgop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
if c:IsRelateToEffect(e)
and Duel.SendtoDeck(c,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)~=0 and c:IsLocation(LOCATION_EXTRA)
and Duel.IsExistingMatchingCard(c88178020.tgfilter,tp,LOCATION_GRAVE,0,1,nil)
and Duel.SelectYesNo(tp,aux.Stringid(88178020,2)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(c88178020.tgfilter),tp,LOCATION_GRAVE,0,1,1,nil)
if #g>0 then
Duel.SendtoHand(g,REASON_EFFECT,nil)
end
if c:IsRelateToEffect(e) and Duel.SendtoDeck(c,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)~=0 and c:IsLocation(LOCATION_EXTRA) and Duel.IsExistingMatchingCard(c88178020.tgfilter,tp,LOCATION_GRAVE,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(88178020,2)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g=Duel.SelectMatchingCard(tp,aux.NecroValleyFilter(c88178020.tgfilter),tp,LOCATION_GRAVE,0,1,1,nil)
if #g>0 then
Duel.SendtoHand(g,REASON_EFFECT,nil)
end
end
end
......@@ -30,7 +30,7 @@ function wochaoyuan.sumlimitop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp)
end
function wochaoyuan.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsSetCard(0x32d0)
return not c:IsSetCard(0x87d)
end
--通用自特召效果
......
--圣律·西莉斯特
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000010)
wco.ssp(c,22000010)
wco.slp(c,98633010)
wco.ssp(c,98633010)
--double
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DESTROY)
......
--圣律·娜奥米亚
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000020)
wco.snp(c,22000020)
wco.slp(c,98633020)
wco.snp(c,98633020)
--damage
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(1557341,0))
......@@ -26,7 +26,7 @@ function s.initial_effect(c)
e3:SetCategory(CATEGORY_REMOVE+CATEGORY_DAMAGE)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,22000021)
e3:SetCountLimit(1,98633021)
e3:SetTarget(s.damtg)
e3:SetOperation(s.damop)
c:RegisterEffect(e3)
......
--圣律·伊塔吉雅
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000030)
wco.snp(c,22000030)
wco.slp(c,98633030)
wco.snp(c,98633030)
--damage
local e3=Effect.CreateEffect(c)
e3:SetDescription(2)
e3:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOGRAVE+CATEGORY_TODECK)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,22000031)
e3:SetCountLimit(1,98633031)
e3:SetCost(wco.spsumnomalcost2)
e3:SetTarget(s.sptg)
e3:SetOperation(s.spop)
......
--圣律·艾瑞丽尔
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000040)
wco.snp(c,22000040)
wco.slp(c,98633040)
wco.snp(c,98633040)
--damage
local e3=Effect.CreateEffect(c)
e3:SetDescription(2)
e3:SetCategory(CATEGORY_DRAW)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,22000041)
e3:SetCountLimit(1,98633041)
e3:SetTarget(s.drtg)
e3:SetOperation(s.drop)
c:RegisterEffect(e3)
......@@ -21,7 +21,7 @@ function s.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCode(EVENT_RECOVER)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,22000042)
e2:SetCountLimit(1,98633042)
e2:SetCondition(s.tncon)
e2:SetTarget(s.tntg)
e2:SetOperation(s.tnop)
......@@ -98,7 +98,7 @@ function s.tnop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(ct)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
tc:RegisterEffect(e1)
if not tc:IsType(TYPE_TUNER) and Duel.SelectYesNo(tp,aux.Stringid(22000040,0)) then
if not tc:IsType(TYPE_TUNER) and Duel.SelectYesNo(tp,aux.Stringid(98633040,0)) then
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
......
--圣律·贝利嘉德
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000050)
wco.snp2(c,22000050)
wco.slp(c,98633050)
wco.snp2(c,98633050)
--damage
local e3=Effect.CreateEffect(c)
e3:SetDescription(1005)
e3:SetCategory(CATEGORY_REMOVE)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,22000051)
e3:SetCountLimit(1,98633051)
e3:SetTarget(s.rmtg)
e3:SetOperation(s.rmop)
c:RegisterEffect(e3)
......
--圣律·普拉薇安
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000060)
wco.snp2(c,22000060)
wco.slp(c,98633060)
wco.snp2(c,98633060)
--tohand
local e3=Effect.CreateEffect(c)
e3:SetDescription(1109)
e3:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,22000061)
e3:SetCountLimit(1,98633061)
e3:SetCost(s.thcost)
e3:SetTarget(s.thtg)
e3:SetOperation(s.thop)
......@@ -23,7 +23,7 @@ function s.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(g,POS_FACEUP,REASON_COST)
end
function s.thfilter(c)
return c:IsSetCard(0x32d0) and c:IsAbleToHand()
return c:IsSetCard(0x87d) and c:IsAbleToHand()
end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK,0,1,nil) end
......
--圣律·莎尔索斯
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000070)
wco.snp2(c,22000070)
wco.slp(c,98633070)
wco.snp2(c,98633070)
--ret&draw
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(581014,1))
......@@ -11,7 +11,7 @@ function s.initial_effect(c)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,22000071)
e1:SetCountLimit(1,98633071)
e1:SetTarget(s.target1)
e1:SetOperation(s.operation1)
c:RegisterEffect(e1)
......
--圣律·帕尔妮兹
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000080)
wco.snp2(c,22000080)
wco.slp(c,98633080)
wco.snp2(c,98633080)
--destroy
local e2=Effect.CreateEffect(c)
e2:SetDescription(1131)
......@@ -11,7 +11,7 @@ function s.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,22000081)
e2:SetCountLimit(1,98633081)
e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e2:SetTarget(s.distg)
e2:SetOperation(s.disop)
......
--圣律·玛奇尤姆
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000090)
wco.snp3(c,22000090)
wco.slp(c,98633090)
wco.snp3(c,98633090)
--Destroy
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(76774528,0))
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCountLimit(1,22000091)
e1:SetCountLimit(1,98633091)
e1:SetRange(LOCATION_MZONE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCategory(CATEGORY_DESTROY)
......@@ -22,7 +22,7 @@ function s.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_CARD_TARGET)
e2:SetCode(EVENT_DESTROYED)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,22000092)
e2:SetCountLimit(1,98633092)
e2:SetCondition(s.lvcon)
e2:SetTarget(s.lvtg)
e2:SetOperation(s.lvop)
......@@ -53,7 +53,7 @@ function s.lvcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(s.cfilter,1,nil,tp)
end
function s.lvfilter(c)
return c:IsFaceup() and c:IsSetCard(0x32d0)
return c:IsFaceup() and c:IsSetCard(0x87d)
end
function s.lvtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and s.lvfilter(chkc) end
......
--圣律·库托里希
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000100)
wco.snp3(c,22000100)
wco.slp(c,98633100)
wco.snp3(c,98633100)
--recover
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(21915012,2))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCountLimit(1,22000101)
e1:SetCountLimit(1,98633101)
e1:SetOperation(s.lvop)
c:RegisterEffect(e1)
end
......@@ -33,7 +33,7 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetTargetRange(LOCATION_MZONE,0)
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x32d0))
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x87d))
e1:SetValue(clv*100)
e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp)
......
--圣律·露泽莫尔
Duel.LoadScript("c22000000.lua")
function c22000110.initial_effect(c)
wco.slp(c,22000110)
wco.snp3(c,22000110)
Duel.LoadScript("c98633000.lua")
function c98633110.initial_effect(c)
wco.slp(c,98633110)
wco.snp3(c,98633110)
--recover
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(21915012,2))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCountLimit(1,22000111)
e1:SetOperation(c22000110.lvop)
e1:SetCountLimit(1,98633111)
e1:SetOperation(c98633110.lvop)
c:RegisterEffect(e1)
end
function c22000110.lvop(e,tp,eg,ep,ev,re,r,rp)
function c98633110.lvop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local lv=c:GetLevel()
local alv=11
......@@ -44,10 +44,10 @@ function c22000110.lvop(e,tp,eg,ep,ev,re,r,rp)
e3:SetCode(EFFECT_DISABLE)
e3:SetRange(LOCATION_PZONE)
e3:SetTargetRange(0,LOCATION_MZONE)
e3:SetTarget(c22000110.distg)
e3:SetTarget(c98633110.distg)
Duel.RegisterEffect(e3,tp)
end
end
function c22000110.distg(e,c)
function c98633110.distg(e,c)
return c:IsAttack(0)
end
\ No newline at end of file
......@@ -6,7 +6,7 @@ function s.initial_effect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,22000120+EFFECT_COUNT_CODE_OATH)
e1:SetCountLimit(1,98633120+EFFECT_COUNT_CODE_OATH)
e1:SetOperation(s.activate)
c:RegisterEffect(e1)
--cannot target
......@@ -40,14 +40,14 @@ function s.initial_effect(c)
e5:SetCategory(CATEGORY_SPECIAL_SUMMON)
e5:SetProperty(EFFECT_FLAG_CARD_TARGET)
e5:SetType(EFFECT_TYPE_IGNITION)
e5:SetCountLimit(1,22000121)
e5:SetCountLimit(1,98633121)
e5:SetRange(LOCATION_FZONE)
e5:SetTarget(s.sptg)
e5:SetOperation(s.spop)
c:RegisterEffect(e5)
end
function s.thfilter(c)
return c:IsSetCard(0x32d0) and c:IsAbleToHand()
return c:IsSetCard(0x87d) and c:IsAbleToHand()
end
function s.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(s.thfilter,tp,LOCATION_DECK,0,nil)
......@@ -59,7 +59,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.ndcfilter(c)
return c:IsFaceup() and c:IsSetCard(0x32d0) and c:IsType(TYPE_SYNCHRO)
return c:IsFaceup() and c:IsSetCard(0x87d) and c:IsType(TYPE_SYNCHRO)
end
function s.ndcon(e)
return Duel.IsExistingMatchingCard(s.ndcfilter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
......@@ -79,7 +79,7 @@ function s.recop(e,tp,eg,ep,ev,re,r,rp)
Duel.Recover(p,d,REASON_EFFECT)
end
function s.spfilter(c,e,tp)
return c:IsSetCard(0x32d0) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return c:IsSetCard(0x87d) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and s.spfilter(chkc,e,tp) end
......
--圣律之智慧·克洛托
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.sslp(c,22000130)
wco.sslp(c,98633130)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x32d0),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_LIGHT),2)
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x87d),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_LIGHT),2)
c:EnableReviveLimit()
--indes
local e1=Effect.CreateEffect(c)
......@@ -23,7 +23,7 @@ function s.initial_effect(c)
e2:SetCode(EVENT_CHAINING)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,22000130)
e2:SetCountLimit(1,98633130)
e2:SetCondition(s.discon)
e2:SetTarget(s.distg)
e2:SetOperation(s.disop)
......@@ -34,7 +34,7 @@ function s.initial_effect(c)
e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,22000131)
e3:SetCountLimit(1,98633131)
e3:SetTarget(s.thtg)
e3:SetOperation(s.thop)
c:RegisterEffect(e3)
......
--圣律之力量·拉克希斯
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.sslp(c,22000140)
wco.sslp(c,98633140)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x32d0),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_LIGHT),2)
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x87d),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_LIGHT),2)
c:EnableReviveLimit()
--indes
local e1=Effect.CreateEffect(c)
......@@ -30,7 +30,7 @@ function s.initial_effect(c)
e3:SetCategory(CATEGORY_DESTROY)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1,22000141)
e3:SetCountLimit(1,98633141)
e3:SetCost(s.cost)
e3:SetTarget(s.tdestg)
e3:SetOperation(s.tdesop)
......@@ -69,7 +69,7 @@ function s.tdestg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
for p=1,ct do
if #rg>=ct then table.insert(pay_list,p) end
end
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(22000140,0))
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(98633140,0))
local pay=Duel.AnnounceNumber(tp,table.unpack(pay_list))
Duel.DiscardHand(tp,Card.IsDiscardable,pay,pay,REASON_COST+REASON_DISCARD)
local sg=g:Select(tp,pay,pay,nil)
......
--圣律之信仰·阿特洛波斯
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.sslp(c,22000150)
wco.sslp(c,98633150)
--synchro summon
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x32d0),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_LIGHT),2)
aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x87d),aux.NonTuner(Card.IsAttribute,ATTRIBUTE_LIGHT),2)
c:EnableReviveLimit()
--indes
local e1=Effect.CreateEffect(c)
......@@ -23,7 +23,7 @@ function s.initial_effect(c)
e2:SetCode(EVENT_LEAVE_FIELD)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,22000150)
e2:SetCountLimit(1,98633150)
e2:SetCondition(s.descon)
e2:SetTarget(s.destg)
e2:SetOperation(s.desop)
......
--圣律·萨普戴伊
Duel.LoadScript("c22000000.lua")
Duel.LoadScript("c98633000.lua")
local s,id,o=GetID()
function s.initial_effect(c)
wco.slp(c,22000160)
wco.snp3(c,22000160)
wco.slp(c,98633160)
wco.snp3(c,98633160)
--recover
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(21915012,2))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e1:SetProperty(EFFECT_FLAG_DELAY)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetCountLimit(1,22000161)
e1:SetCountLimit(1,98633161)
e1:SetOperation(s.lvop)
c:RegisterEffect(e1)
end
......
......@@ -457,9 +457,6 @@
!setname 0x492 原初八文
!setname 0x496 急流精怪
#◇礟襪 2829508765 220 0x2d0-0x2df
!setname 0x32d0 圣律
#Do It Yourself 2664084600 226 0x740-0x74f
!setname 0x740 lain
......@@ -1357,6 +1354,8 @@
##◇兔锅 1874883039 222
##◇星空璀璨之地 3077843411 280-281
##胆小的兔子 2490482695 299
#◇礟襪 2829508765 330-331
!setname 0x87d 圣律
##虹霓文花 2538420075 395
##雾羽小姐 185591910 471
##◇花糖 2236141431 573-574
......
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