admin 发表于 2024-4-23 14:57:06

恐龙平衡(DINO BALANCE - LITINGS)V0.22


下载地址:


功能简介:
削弱或增强游戏中的任何恐龙!为游戏中的每个恐龙分别添加自定义设置调整抵抗、伤害、炮塔受到的伤害,禁用您想要的所有恐龙的驯服、繁殖和驯服!特性:为每个恐龙设置自定义伤害抵抗!为每个恐龙设置自定义伤害!为每个恐龙设置自定义炮塔受到的伤害!禁用恐龙驯服禁用对恐龙使用网禁用恐龙繁殖更多功能即将推出!
命令列表:
管理员命令DinoBalance.Reload - 重新加载插件配置

配置文件示例:

{
"DinoBalance": {
    "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'": { // 恐龙蓝图 (在 https://arkids.net/creatures 获取)
      "AllowTame": true, // 允许玩家驯服恐龙
      "AllowBreed": true, // 允许玩家繁殖恐龙
      "AllowRide": true, // 允许玩家骑乘(骑上)恐龙
      "DisableNet": false, // 禁用恐龙的网
      "IncreasedDamagePercentage": 0, // 增加恐龙伤害百分比(野生和驯服的)如果你设置为10,恐龙将造成10%更少的伤害
      "ReducedDamagePercentage": 0, // 减少恐龙伤害百分比(野生和驯服的)如果你设置为10,恐龙将造成10%更多的伤害
      "IncreasedResistancePercentage": 0, // 增加恐龙抵抗力百分比(野生和驯服的)如果你设置为10,恐龙将受到10%更少的伤害
      "ReducedResistancePercentage": 0, // 减少恐龙抵抗力百分比(野生和驯服的)如果你设置为10,恐龙将受到10%更多的伤害
      "TurretDamageRecivedIncreasedPercentage": 0, // 增加恐龙从炮塔受到的伤害百分比(野生和驯服的)如果你设置为10,恐龙将从炮塔受到10%更多的伤害
      "TurretDamageRecivedReducedPercentage": 0, // 减少恐龙从炮塔受到的伤害百分比(野生和驯服的)如果你设置为10,恐龙将从炮塔受到10%更少的伤害
      "ReducedFoodConsumptionSpeedPercentage": 0, // 减少恐龙食物消耗速度百分比(驯服的)如果你设置为10,恐龙将消耗10%更少的食物
      "ReducedOxygenConsumptionSpeedPercentage": 0, // 减少恐龙氧气消耗速度百分比(驯服的)如果你设置为10,恐龙将消耗10%更少的氧气
      "ReducedStaminaConsumptionSpeedPercentage": 0 // 减少恐龙体力消耗速度百分比(驯服的)如果你设置为10,恐龙将消耗10%更少的体力
    },
    "Blueprint'/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP'": {
      "AllowTame": true,
      "AllowBreed": false,
      "AllowRide": false,
      "DisableNet": true,
      "IncreasedDamagePercentage": 10,
      "ReducedDamagePercentage": 0,
      "IncreasedResistancePercentage": 50,
      "ReducedResistancePercentage": 0,
      "TurretDamageRecivedReducedPercentage": 20,
      "TurretDamageRecivedIncreasedPercentage": 0,
      "ReducedFoodConsumptionSpeedPercentage": 100,
      "ReducedOxygenConsumptionSpeedPercentage": 90,
      "ReducedStaminaConsumptionSpeedPercentage": 50
    }
}
}
页: [1]
查看完整版本: 恐龙平衡(DINO BALANCE - LITINGS)V0.22