坐骑图鉴

生物属性-Creatures+

TBro

来源:https://arkserverapi.com/index.php?resources/creatures.200/

特点:

启用飞行速度

自动更新印迹到新骑手

恐龙无主(免费/恐龙或方舟店购买)

特点: (恐龙)

让飞行龙可加移速(通过命令见下文)

更改留痕值

改变驯服上的基础统计奖金

每点统计值的变化(百分比)

限制某种属性的最大可加点值

命令:(安装在恐龙上时使用)

/levelspeed(用于客户端无法选择单击速度的飞行龙)

/levelspeed # (与上述相同, 但可以应用多个级别)

/dinorespec (恐龙无主)

JSON

{

"General":{

"EnableFlyerSpeed":true, //Enable leveling flyer speed (activates the /levelspeed commands)

"ImprintNewRider":true, //Automatically change the imprinter of the dino to the person riding it

"FreeDinoRespecEnabled":true, //Enable free dino respec

"ShopDinoRespecEnabled":false, //Enable buying dino respec from ArkShop. The command to put in the ArkShop config is "shopdinorespec"

"RefundShopDinoRespec":0, //Enable refunding the points if the command is used but fails because not mounted on a dino etc.

},

"Dinos":[

{

"Dino":"Ptero_Character_BP",

"Stamina":{ //stat type to change (optional if you don't want to modify a stat don't list in here)

"AddOnTame":0.35, //When tame completes adds this percentage (optional can be removed or set to -1 to disable changing default value)

"ImprintGives":0.2, //Full imprint 20% bonus (optional can be removed or set to -1 to disable changing default value)

"MaxPerPoint":0.1, //Percent to add per stat point (optional can be removed or set to -1 to disable changing default value)

"CapPoints":-1 //Max player added levels (optional can be removed or set to -1 to disable changing default value) (Removing or -1 keeps default behavior No Level Limit)

},

"Weight":{

"AddOnTame":0.35,

"ImprintGives":0.2,

"MaxPerPoint":0.1,

"CapPoints":0 //Max player added levels (Blocks adding any levels to stat)

},

"Movement Speed":{

"AddOnTame":0.35,

"ImprintGives":0.2,

"MaxPerPoint":0.02,

"CapPoints":5 //Max player added levels (Limits to 5 levels) (For Flyers not setting this to a value 0 or higher will allow leveling all points into speed when "EnableFlyerSpeed":true)

}

},

{

"Dino":"IceJumper_Character_BP",

"Health":{

"AddOnTame":0.35,

"ImprintGives":0.2,

"MaxPerPoint":0.1,

"CapPoints":-1

},

"Stamina":{

"AddOnTame":0.35,

"ImprintGives":0.2,

"MaxPerPoint":0.1,

"CapPoints":10

},

"Oxygen":{

"AddOnTame":0.35,

"ImprintGives":0.2,

"MaxPerPoint":0.1,

"CapPoints":-1

},

"Food":{

"AddOnTame":0.35,

"ImprintGives":0.2,

"MaxPerPoint":0.1,

"CapPoints":-1

},

"Weight":{

"AddOnTame":0.35,

"ImprintGives":0.2,

"MaxPerPoint":0.1,

"CapPoints":-1

},

"Melee Damage":{

"AddOnTame":0.35,

"ImprintGives":0.2,

"MaxPerPoint":0.1,

"CapPoints":-1

},

"Movement Speed":{

"AddOnTame":0.35,

"ImprintGives":0.2,

"MaxPerPoint":0.02,

"CapPoints":10

}

}

],

"Messages":{

"Sender":{

"Message":"Testing"

},

"MaxStatPoints":{

"Message":"This stat cannot be leveled further.",

"Scale":2.0,

"DisplayTime":3.0,

"Color":"Yellow"

},

"DinoRespec":{

"Message":"Your dinos stats have been reset.",

"Scale":3.0,

"DisplayTime":3.0,

"Color":"Cyan"

},

"RefundDinoRespec":{

"Message":"You must be mounted! Your {} shop points have been refunded!",

"Scale":3.0,

"DisplayTime":3.0,

"Color":"Red"

}

},

"Mysql":{

"UseMysql":false,

"MysqlHost":"localhost",

"MysqlUser":"sqlusername",

"MysqlPass":"sqlpassword",

"MysqlDB":"mydatabasename"

}

}

2次下载