ValdimBojar 0 Posted June 26 Hi, I would like to make the tank mentioned above more durable against rounds fired from the other tanks, for example the T100. Is there any way to do it? Are there any scripts reducing the damage of shells fired from T100 or other tanks? Does anybody know some scripts increasing MBT 52 health/armour? Share this post Link to post Share on other sites
Ex3B 226 Posted June 27 With scripts? Not that I know of, but you could do a simple config mod to increase its armor value. I did something like that to make the ugvs less vulnerable to small arms fire. Share this post Link to post Share on other sites
ValdimBojar 0 Posted June 27 11 minutes ago, Ex3B said: With scripts? Not that I know of, but you could do a simple config mod to increase its armor value. I did something like that to make the ugvs less vulnerable to small arms fire. Noice but how can i do this same for kuma mbt? Share this post Link to post Share on other sites
ValdimBojar 0 Posted June 29 Ex3B is there any tutorial how to do this? Share this post Link to post Share on other sites
Yoshi_E 165 Posted June 30 you can attach an event handler to the unit to decrease the damage taken: Quote this addEventHandler ["HandleDamage", {(_this select 2)*0.25}]; this would be e.g 4 times the hp (only takes 0.25 or 25% of the damage). Share this post Link to post Share on other sites