Skip to content

Commit

Permalink
添加插件
Browse files Browse the repository at this point in the history
  • Loading branch information
TBro98 committed Dec 6, 2021
1 parent 7721d22 commit 601ad02
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 0 deletions.
@@ -0,0 +1,7 @@
{
"FullName":"TBroTekTurretCannon",
"ChineseName": "TBro泰克炮伤害修改(可防溅射)",
"Description":"TBro TurretTek and Cannon Damage Change",
"Version":1.3,
"MinApiVersion":3.1
}
18 changes: 18 additions & 0 deletions TBro/ArkApi/ArkApi/Plugins/TBroTekTurretCannon/PluginInfo.txt
@@ -0,0 +1,18 @@
{
"TekTurret":
{
"StructureDamage":0, //泰克炮打建筑伤害,为0可防溅射
"DinoDamage":1, //泰克炮打龙伤害倍数
"HumanDamage":1 //泰克炮打玩家伤害倍数
},
"Cannons":
{
"StructureDamage":0, //火炮打建筑伤害
"DinoDamage":1, //火炮打龙伤害倍数
"HumanDamage":1 //火炮打玩家伤害倍数
}
}


命令
TBroTekTurretCannons.reload //重新加载配置
Binary file not shown.
14 changes: 14 additions & 0 deletions TBro/ArkApi/ArkApi/Plugins/TBroTekTurretCannon/config.json
@@ -0,0 +1,14 @@
{
"TekTurret":
{
"StructureDamage":0,
"DinoDamage":1,
"HumanDamage":1
},
"Cannon":
{
"StructureDamage":1,
"DinoDamage":1,
"HumanDamage":1
}
}
13 changes: 13 additions & 0 deletions TBro/PluginInfo.json
Expand Up @@ -429,6 +429,19 @@
"MinApiVersion": 3.2,
"Version": 2.5
},
"TBroTekTurretCannon": {
"ChineseName": "TBro泰克炮伤害修改(可防溅射)",
"Description": "TBro TurretTek and Cannon Damage Change",
"FileList": [
"config.json",
"PluginInfo.json",
"PluginInfo.txt",
"TBroTekTurretCannon.dll"
],
"FullName": "TBroTekTurretCannon",
"MinApiVersion": 3.1,
"Version": 1.3
},
"Teleport": {
"ChineseName": "互相传送",
"Description": "Teleport Players, Dino's",
Expand Down

0 comments on commit 601ad02

Please sign in to comment.