效果:我方场地上名字带有「Dora视图」的怪兽,在战斗伤害计算阶段攻击力上升1000点。名字带有「Dora视图」的怪兽送去墓地时,可回到卡组最下方。此卡在场上时,我方名字带有「Dora视图」的融合怪兽,不需要「融合」魔法卡。
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dora:1.2.29'
implementation 'com.github.dora4:dview-skins:1.9'
}