- Install
ipset
:
apt-get install ipset
- Create new ipset:
ipset create tor iphash
devices = """192.168.0.100,monster_server,device_other | |
192.168.0.169,livingroom_shield,device_other | |
192.168.0.224,attic_nvr,device_securityalarm | |
192.168.0.207,office_huebridge,device_other | |
100.94.125.43,g-us-fl3_server,device_other | |
100.116.193.39,g-us-fl4_server,device_other | |
""" | |
template = """ | |
- name: {{%name}} |
ipset
:apt-get install ipset
ipset create tor iphash
#region Base class multipliers | |
public class WarriorMultiplier | |
{ | |
public static float Base_HP = 120; | |
public static float HP_per_STA = 15f; //current: 10 | |
public static float HP_per_level = 5f; | |
public static float HP_regen_time = 5f; //this is in seconds and every HP_regen_time it will regen hp | |
public static float HP_regen_percent = 0.5f; //on % so 0.5% | |
public static float Base_MP = 40f; |