NPC Bot and Batt usage
I want a certain faction to use bots and batts far faster than everyone else.
What I have done is follow the tutorial for making the NPCs use botts and batts and it works great. What I am trying to do now is make one faction use them much more vigorusly than every one else. So in addition to the repair_fighter_both repair block I added:
[RepairBlock
nickname = repair_fighter_all
use_shield_repair_pre_delay = 0.1 was----->0.200000
use_shield_repair_post_delay = 1 was---->5
use_shield_repair_at_damage_percent = 0.1 was---->0.500000
use_hull_repair_pre_delay = 0.1 was---->0.200000
use_hull_repair_post_delay = 1 was---->1.500000
use_hull_repair_at_damage_percent = 0.1 was---->0.500000
and under the one faction I changed it from the repair_fighter_both entry to repair_fighter_all
The NPC faction that I am trying to affect is still using bots and batts but do not seem to be using them as fast as I would like. Can some one help with the numbers necessary to speed up the process or explain what each of the lines here mean......
What I have done is follow the tutorial for making the NPCs use botts and batts and it works great. What I am trying to do now is make one faction use them much more vigorusly than every one else. So in addition to the repair_fighter_both repair block I added:
[RepairBlock
nickname = repair_fighter_all
use_shield_repair_pre_delay = 0.1 was----->0.200000
use_shield_repair_post_delay = 1 was---->5
use_shield_repair_at_damage_percent = 0.1 was---->0.500000
use_hull_repair_pre_delay = 0.1 was---->0.200000
use_hull_repair_post_delay = 1 was---->1.500000
use_hull_repair_at_damage_percent = 0.1 was---->0.500000
and under the one faction I changed it from the repair_fighter_both entry to repair_fighter_all
The NPC faction that I am trying to affect is still using bots and batts but do not seem to be using them as fast as I would like. Can some one help with the numbers necessary to speed up the process or explain what each of the lines here mean......