SevenDaysToDieModEditor Posted December 17, 2019 Share Posted December 17, 2019 This SDX sample sets the night vision ability of a zombie. In addition, the setting of the visual field for each day and night is added. download entityclasses.xml //entity_classes/entity_class/property[@name=DarkSight]/@Value Daytime night vision ability. entityclasses.xml //entity_classes/entity_class/property[@name=NightSightRange]/@Value Sight range at night. entityclasses.xml //entity_classes/entity_class/property[@name=NightDarkSight]/@Value Nighttime night vision ability. example <entity_class name="zombieTemplateMale"> <property name="NightSightRange" value="45" /> <property name="DarkSight" value="50.0" /> <property name="NightDarkSight" value="90.0" /> this mod used by 7 days to die mod editor https://7daystodie.com/forums/showthread.php?48140-7-days-to-die-mod-editor Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.