123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- author = "RD501";
- scope = 2;
- faction = macro_cis_faction
- editorSubcategory = macro_editor_cat(B1)
- linkeditems[]=
- {
- "ItemGPS",
- "ItemMap",
- "ItemCompass",
- "ItemWatch",
- "JLTS_droid_comlink",
- "JLTS_NVG_droid_chip_1"
- };
- respawnlinkeditems[]=
- {
- "ItemGPS",
- "ItemMap",
- "ItemCompass",
- "ItemWatch",
- "JLTS_droid_comlink",
- "JLTS_NVG_droid_chip_1"
- };
- class HitPoints
- {
- class HitFace
- {
- armor=1;
- material=-1;
- name="face_hub";
- passThrough=0.80000001;
- radius=0.079999998;
- explosionShielding=0.1;
- minimalHit=0.0099999998;
- };
- class HitNeck: HitFace
- {
- armor=1;
- material=-1;
- name="neck";
- passThrough=0.80000001;
- radius=0.1;
- explosionShielding=0.5;
- minimalHit=0.0099999998;
- };
- class HitHead: HitNeck
- {
- armor=1;
- material=-1;
- name="head";
- passThrough=0.80000001;
- radius=0.2;
- explosionShielding=0.5;
- minimalHit=0.0099999998;
- depends="HitFace max HitNeck";
- };
- class HitPelvis: HitHead
- {
- armor=8;
- material=-1;
- name="pelvis";
- passThrough=0.80000001;
- radius=0.23999999;
- explosionShielding=3;
- visual="injury_body";
- minimalHit=0.0099999998;
- depends="";
- };
- class HitAbdomen: HitPelvis
- {
- armor=6;
- material=-1;
- name="spine1";
- passThrough=0.80000001;
- radius=0.16;
- explosionShielding=3;
- visual="injury_body";
- minimalHit=0.0099999998;
- };
- class HitDiaphragm: HitAbdomen
- {
- armor=6;
- material=-1;
- name="spine2";
- passThrough=0.33000001;
- radius=0.18000001;
- explosionShielding=6;
- visual="injury_body";
- minimalHit=0.0099999998;
- };
- class HitChest: HitDiaphragm
- {
- armor=8;
- material=-1;
- name="spine3";
- passThrough=0.33000001;
- radius=0.18000001;
- explosionShielding=6;
- visual="injury_body";
- minimalHit=0.0099999998;
- };
- class HitBody: HitChest
- {
- armor=1000;
- material=-1;
- name="body";
- passThrough=1;
- radius=0;
- explosionShielding=6;
- visual="injury_body";
- minimalHit=0.0099999998;
- depends="HitPelvis max HitAbdomen max HitDiaphragm max HitChest";
- };
- class HitArms: HitBody
- {
- armor=6;
- material=-1;
- name="arms";
- passThrough=1;
- radius=0.1;
- explosionShielding=3;
- visual="injury_hands";
- minimalHit=0.0099999998;
- depends="0";
- };
- class HitHands: HitArms
- {
- armor=6;
- material=-1;
- name="hands";
- passThrough=1;
- radius=0.1;
- explosionShielding=1;
- visual="injury_hands";
- minimalHit=0.0099999998;
- depends="HitArms";
- };
- class HitLegs: HitHands
- {
- armor=6;
- material=-1;
- name="legs";
- passThrough=1;
- radius=0.14;
- explosionShielding=3;
- visual="injury_legs";
- minimalHit=0.0099999998;
- depends="0";
- };
- class Incapacitated: HitLegs
- {
- armor=1000;
- material=-1;
- name="body";
- passThrough=1;
- radius=0;
- explosionShielding=3;
- visual="";
- minimalHit=0;
- depends="(((Total - 0.25) max 0) + ((HitHead - 0.25) max 0) + ((HitBody - 0.25) max 0)) * 2";
- };
- class HitLeftArm
- {
- armor=6;
- material=-1;
- name="hand_l";
- passThrough=1;
- radius=0.079999998;
- explosionShielding=3;
- visual="injury_hands";
- minimalHit=0.0099999998;
- };
- class HitRightArm: HitLeftArm
- {
- name="hand_r";
- };
- class HitLeftLeg
- {
- armor=6;
- material=-1;
- name="leg_l";
- passThrough=1;
- radius=0.1;
- explosionShielding=3;
- visual="injury_legs";
- minimalHit=0.0099999998;
- };
- class HitRightLeg: HitLeftLeg
- {
- name="leg_r";
- };
- };
|