Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
53d3b532
Commit
53d3b532
authored
Aug 03, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
52b972f0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
expansions/script/c47330600.lua
expansions/script/c47330600.lua
+2
-1
expansions/script/c47330607.lua
expansions/script/c47330607.lua
+3
-3
expansions/script/c47330608.lua
expansions/script/c47330608.lua
+4
-4
No files found.
expansions/script/c47330600.lua
View file @
53d3b532
...
...
@@ -7,7 +7,8 @@ function Herbarium_Maiden.peff1(c,id)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_PZONE
)
e1
:
SetCountLimit
(
1
,
id
)
e1
:
SetTarget
(
Herbarium_Maiden
.
psptg
(
id
))
...
...
expansions/script/c47330607.lua
View file @
53d3b532
...
...
@@ -4,10 +4,10 @@ local s,id=GetID()
function
s
.
peff2
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_
NEGATE
)
e1
:
SetType
(
EFFECT_TYPE_
QUICK_O
)
e1
:
SetCategory
(
CATEGORY_
HANDES
)
e1
:
SetType
(
EFFECT_TYPE_
TRIGGER_O
+
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_PZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_TO_HAND
)
e1
:
SetCountLimit
(
1
,
id
-
1000
)
e1
:
SetCondition
(
s
.
peff2con
)
...
...
expansions/script/c47330608.lua
View file @
53d3b532
...
...
@@ -4,10 +4,10 @@ local s,id=GetID()
function
s
.
peff2
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_
NEGATE
)
e1
:
SetType
(
EFFECT_TYPE_
QUICK_O
)
e1
:
SetCategory
(
CATEGORY_
HANDES
)
e1
:
SetType
(
EFFECT_TYPE_
TRIGGER_O
+
EFFECT_TYPE_FIELD
)
e1
:
SetRange
(
LOCATION_PZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e1
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_TO_HAND
)
e1
:
SetCountLimit
(
1
,
id
-
1000
)
e1
:
SetCondition
(
s
.
peff2con
)
...
...
@@ -76,7 +76,7 @@ function s.initial_effect(c)
H_M_
.
peff1
(
c
,
id
)
s
.
peff2
(
c
)
H_M_
.
meff1
(
c
,
id
,
1
)
H_M_
.
meff1
(
c
,
id
)
s
.
meff2
(
c
)
H_M_
.
meff3
(
c
,
id
)
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment