Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
MDPro3
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
MDPro3
Commits
ac815a7f
Commit
ac815a7f
authored
Aug 06, 2025
by
SherryChaos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Card Effect SE: Invocation
parent
cf60335c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6047 additions
and
290 deletions
+6047
-290
Assets/Fonts/RenderFontChineseSimplified.asset
Assets/Fonts/RenderFontChineseSimplified.asset
+4541
-30
Assets/Fonts/Ro_GSan_Serif_Std.asset
Assets/Fonts/Ro_GSan_Serif_Std.asset
+28
-5
Assets/Fonts/SourceHanSansSC-Bold.asset
Assets/Fonts/SourceHanSansSC-Bold.asset
+765
-152
Assets/Fonts/SourceHanSansSC-Medium.asset
Assets/Fonts/SourceHanSansSC-Medium.asset
+695
-101
Assets/Scripts/MDPro3/Managers/TimeLineManager.cs
Assets/Scripts/MDPro3/Managers/TimeLineManager.cs
+18
-2
No files found.
Assets/Fonts/RenderFontChineseSimplified.asset
View file @
ac815a7f
This diff is collapsed.
Click to expand it.
Assets/Fonts/Ro_GSan_Serif_Std.asset
View file @
ac815a7f
This diff is collapsed.
Click to expand it.
Assets/Fonts/SourceHanSansSC-Bold.asset
View file @
ac815a7f
This diff is collapsed.
Click to expand it.
Assets/Fonts/SourceHanSansSC-Medium.asset
View file @
ac815a7f
This diff is collapsed.
Click to expand it.
Assets/Scripts/MDPro3/Managers/TimeLineManager.cs
View file @
ac815a7f
...
...
@@ -81,11 +81,12 @@ namespace MDPro3
GameObject
ms
;
//Super Polymerization
//
Super Polymerization
var
data
=
Program
.
instance
.
ocgcore
.
summonCard
.
GetData
();
if
(
data
.
HasType
(
CardType
.
Fusion
)
&&
Program
.
instance
.
ocgcore
.
currentSolvingCard
!=
null
&&
Program
.
instance
.
ocgcore
.
currentSolvingCard
.
GetData
().
Id
==
48130397
)
&&
(
Program
.
instance
.
ocgcore
.
currentSolvingCard
.
GetData
().
Id
==
48130397
||
Program
.
instance
.
ocgcore
.
currentSolvingCard
.
GetData
().
Alias
==
48130397
))
{
if
(
materials
.
Count
>
8
)
ms
=
ABLoader
.
LoadFromFolder
(
"MasterDuel/Timeline/Summon/SummonFusion/SummonFusion07445ShowUnitCard08"
,
...
...
@@ -94,6 +95,21 @@ namespace MDPro3
ms
=
ABLoader
.
LoadFromFolder
(
"MasterDuel/Timeline/Summon/SummonFusion/SummonFusion07445ShowUnitCard0"
+
materials
.
Count
,
"SummonFusion07445ShowUnitCard0"
+
materials
.
Count
,
true
);
}
// Invocation
else
if
(
data
.
HasType
(
CardType
.
Fusion
)
&&
Program
.
instance
.
ocgcore
.
currentSolvingCard
!=
null
&&
(
Program
.
instance
.
ocgcore
.
currentSolvingCard
.
GetData
().
Id
==
74063034
||
Program
.
instance
.
ocgcore
.
currentSolvingCard
.
GetData
().
Alias
==
74063034
))
{
if
(
materials
.
Count
>
8
)
ms
=
ABLoader
.
LoadFromFolder
(
"MasterDuel/Timeline/Summon/SummonFusion/SummonFusion12852ShowUnitCard08"
,
"SummonFusion07445ShowUnitCard08"
,
true
);
else
ms
=
ABLoader
.
LoadFromFolder
(
"MasterDuel/Timeline/Summon/SummonFusion/SummonFusion12852ShowUnitCard0"
+
materials
.
Count
,
"SummonFusion07445ShowUnitCard0"
+
materials
.
Count
,
true
);
Destroy
(
ms
.
transform
.
GetChildByName
(
"BG(Dummy)"
).
gameObject
);
}
else
{
if
(
materials
.
Count
>
8
)
...
...
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