https://github.com/dora4/dview-menu-panel
像启蒙和乐高玩具一样的菜单面板
https://github.com/dora4/dview-menu-panel
Last synced: about 1 year ago
JSON representation
像启蒙和乐高玩具一样的菜单面板
- Host: GitHub
- URL: https://github.com/dora4/dview-menu-panel
- Owner: dora4
- License: apache-2.0
- Created: 2024-05-20T11:12:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T19:55:29.000Z (almost 2 years ago)
- Last Synced: 2024-09-06T04:51:45.488Z (almost 2 years ago)
- Language: Kotlin
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-menu-panel

--------------------------------
#### 卡片


##### 卡名:Dora视图 MenuPanel
###### 卡片类型:效果怪兽
###### 属性:风
###### 星级:4
###### 种族:植物族
###### 攻击力/防御力:1500/1600
###### 效果:此卡不会因为对方卡的效果而破坏,并可使其无效化。此卡攻击里侧守备表示的怪兽时,若攻击力高于其守备力,则给予对方此卡原攻击力的伤害,并抽一张卡。此卡一回合可以攻击两次。
#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
implementation 'com.github.dora4:dview-menu-panel:1.28'
}
```