Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
V
Vgdpro Scripts
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
xiaoye
Vgdpro Scripts
Commits
c64640ee
Commit
c64640ee
authored
Apr 17, 2024
by
jwyxym
Committed by
GitHub
Apr 17, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add files via upload
parent
ad66db28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
c10104001.lua
c10104001.lua
+4
-1
No files found.
c10104001.lua
View file @
c64640ee
...
...
@@ -3,7 +3,7 @@ local cm,m,o=GetID()
function
cm
.
initial_effect
(
c
)
vgf
.
VgCard
(
c
)
--【自】【V】:这个单位攻击的战斗结束时,通过【费用】[计数爆发1],选择你的1张后防者,这个回合中,那个单位可以从后列攻击,力量+5000。这个回合中你进行了人格RIDE的话,不选择1张,而是选择3张。
vgd
.
EffectTypeTrigger
(
c
,
m
,
cm
,
LOCATION_MZONE
,
EFFECT_TYPE_SINGLE
,
EVENT_
CUSTOM
+
EVENT_DAMAGE_TRIGGER
,
cm
.
operation
,
vgf
.
DamageCost
(
1
),
vgf
.
VMonsterC
ondition
)
vgd
.
EffectTypeTrigger
(
c
,
m
,
cm
,
LOCATION_MZONE
,
EFFECT_TYPE_SINGLE
,
EVENT_
BATTLED
,
cm
.
operation
,
vgf
.
DamageCost
(
1
),
cm
.
c
ondition
)
end
function
cm
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
@@ -18,4 +18,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
vgf
.
AtkUp
(
c
,
g
,
5000
,
nil
)
end
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
vgf
.
VMonsterCondition
(
e
)
and
Duel
.
GetAttacker
()
==
e
:
GetHandler
()
end
\ No newline at end of file
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