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
c162db28
Commit
c162db28
authored
Apr 09, 2024
by
I-linmeng-I
Committed by
GitHub
Apr 09, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'main' into main
parents
9974f0c3
d6829db6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+4
-0
No files found.
README.md
View file @
c162db28
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
--代码
--代码
end
end
```
```
# 关于vgd的效果分类
# 关于vgd的效果分类
vg常见的效果类型
vg常见的效果类型
-
**【起】启动效果**
-
**【起】启动效果**
...
@@ -47,6 +48,7 @@ vg常见的效果类型
...
@@ -47,6 +48,7 @@ vg常见的效果类型
-
**以及指令能力**
-
**以及指令能力**
-
等价于游戏王中的魔法卡的发动
-
等价于游戏王中的魔法卡的发动
> **vg的效果是允许空发的,所以vgdpro的脚本大多不需要为效果注册Target函数(后面会提到)**
> **vg的效果是允许空发的,所以vgdpro的脚本大多不需要为效果注册Target函数(后面会提到)**
# 效果注册范例
# 效果注册范例
...
@@ -55,6 +57,7 @@ vg常见的效果类型
...
@@ -55,6 +57,7 @@ vg常见的效果类型
比如我们这里要给某一张卡写一个效果
比如我们这里要给某一张卡写一个效果
> **【自】:这个单位被RIDE时,你是后攻的话,抽1张卡。**
> **【自】:这个单位被RIDE时,你是后攻的话,抽1张卡。**
```
lua
```
lua
--默认内容
--默认内容
local
cm
,
m
,
o
=
GetID
()
local
cm
,
m
,
o
=
GetID
()
...
@@ -81,6 +84,7 @@ end
...
@@ -81,6 +84,7 @@ end
但是就如我们之前所说。我们使用自定义库涵括了大部分需要的内容, 所以这个效果也可以直接简写成这样:
但是就如我们之前所说。我们使用自定义库涵括了大部分需要的内容, 所以这个效果也可以直接简写成这样:
```
lua
```
lua
--默认内容
--默认内容
local
cm
,
m
,
o
=
GetID
()
local
cm
,
m
,
o
=
GetID
()
...
...
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