DayZ
ZenVirus
MastaHiggins 18 Jan, 2023 @ 11:13pm
Microscope damage
In config just specify the parameter with the "-" sign for DamageMicroscope.

For those who don`t want a ruined battery:

modded class Zen_Virus_Cure_Microscope : ItemBase { void Ruin_Battery() { Battery9V item = Battery9V.Cast(FindAttachmentBySlotName(ATTACHMENT_SLOT_BATTERY)); if (item) { item.GetCompEM().AddEnergy(-100); } } }

Just change the number after AddEnergy.
Last edited by MastaHiggins; 18 Jan, 2023 @ 11:14pm
< >
Showing 1-1 of 1 comments
YvonneMcGruder 19 Jan, 2023 @ 7:39am 
Nice. Thanks!
< >
Showing 1-1 of 1 comments
Per page: 1530 50