0 of 0

File information

Last updated

Original upload

Created by

Tidao

Uploaded by

huoretidao

Virus scan

Safe to use

Tags for this mod

About this mod

为护甲添加移速和后坐力属性。

Add moving speed and recoil value for armors.

Requirements
Permissions and credits
你可以在armor.json中添加“movement_speed”和“recoil”来改变你的护甲属性。如果你已经安装了Tieba01或者EFZ,你可以直接进行修改而不必下载这个MOD。



You can add "movement_speed" and "recoil" in armor.json to change your armor's attribute. If you have Tieba01 or EFZ installed, you can make changes directly without having to download this MOD.

For example:

"armor_watcher_ultra" : {
"armor" : {
"anomaly" : 75,
"class" : 7,
"dur_damage" : 5,
"firearm__UNUSED" : 0.5,
"pierce" : 0.95,
"radiation" : 250,
"movement_speed" : -15,
"recoil" : -25,
"s_dead" : "s_watcher_ultra_dead",
"s_idle" : "s_watcher_ultra_idle",
"s_run" : "s_watcher_ultra_move"
},
"basic" : {
"categoria" : "armor",
"description" : "Mov. Speed -15%\nRecoil -25",
"name" : "??? Ultra suit",
"scrap" : "material",
"sprite_ingame" : "s_item_armor_watcher_ultra",
"sprite_inv" : "s_item_armor_watcher_ultra",
"stack_max" : 1,
"value" : 250000,
"weight" : 9
}
},