Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
76f24f4a
Commit
76f24f4a
authored
Jul 11, 2021
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
52d40b8a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
script/c101106028.lua
script/c101106028.lua
+1
-1
script/c101106039.lua
script/c101106039.lua
+1
-1
script/c101106045.lua
script/c101106045.lua
+2
-1
No files found.
script/c101106028.lua
View file @
76f24f4a
...
@@ -22,7 +22,7 @@ function c101106028.initial_effect(c)
...
@@ -22,7 +22,7 @@ function c101106028.initial_effect(c)
--negate
--negate
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
101106028
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
101106028
,
0
))
e3
:
SetCategory
(
CATEGORY_NEGATE
+
CATEGORY_REMOVE
)
e3
:
SetCategory
(
CATEGORY_NEGATE
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_CHAINING
)
e3
:
SetCode
(
EVENT_CHAINING
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
)
...
...
script/c101106039.lua
View file @
76f24f4a
...
@@ -72,7 +72,7 @@ function c101106039.regop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -72,7 +72,7 @@ function c101106039.regop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetLabel
(
Duel
.
GetTurnCount
())
e1
:
SetLabel
(
Duel
.
GetTurnCount
())
e1
:
SetCondition
(
c101106039
.
spcon
)
e1
:
SetCondition
(
c101106039
.
spcon
)
e1
:
SetOperation
(
c101106039
.
spop
)
e1
:
SetOperation
(
c101106039
.
spop
)
if
Duel
.
GetCurrentPhase
()
=
=
PHASE_STANDBY
then
if
Duel
.
GetCurrentPhase
()
<
=
PHASE_STANDBY
then
e1
:
SetReset
(
RESET_PHASE
+
PHASE_STANDBY
,
2
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_STANDBY
,
2
)
else
else
e1
:
SetReset
(
RESET_PHASE
+
PHASE_STANDBY
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_STANDBY
)
...
...
script/c101106045.lua
View file @
76f24f4a
...
@@ -10,6 +10,7 @@ function c101106045.initial_effect(c)
...
@@ -10,6 +10,7 @@ function c101106045.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_EQUIP
)
e1
:
SetCategory
(
CATEGORY_EQUIP
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCondition
(
c101106045
.
eqcon
)
e1
:
SetCondition
(
c101106045
.
eqcon
)
e1
:
SetTarget
(
c101106045
.
eqtg
)
e1
:
SetTarget
(
c101106045
.
eqtg
)
e1
:
SetOperation
(
c101106045
.
eqop
)
e1
:
SetOperation
(
c101106045
.
eqop
)
...
@@ -26,7 +27,7 @@ function c101106045.initial_effect(c)
...
@@ -26,7 +27,7 @@ function c101106045.initial_effect(c)
--spsummon
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
101106045
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
101106045
,
1
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetCategory
(
CATEGORY_
DESTROY
+
CATEGORY_
SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e3
:
SetRange
(
LOCATION_GRAVE
)
e3
:
SetRange
(
LOCATION_GRAVE
)
...
...
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