|
45 | 45 | <Encounter |
46 | 46 | systemCriteria= "+himalSpace;" |
47 | 47 | systemAffinity= "+envAir; -envFire;" |
48 | | - levelFrequency= "cuv-- ----- ----- ----- -----" |
| 48 | + levelFrequency= "cu--- ----- ----- ----- -----" |
49 | 49 |
|
50 | 50 | locationCriteria= "+outerSystem, -planetary" |
51 | | - enemyExclusionRadius="50" |
| 51 | + enemyExclusionRadius= "90" |
52 | 52 | /> |
53 | 53 |
|
54 | 54 | <!-- Configuration --> |
|
65 | 65 |
|
66 | 66 | <!-- Ships and Defenses --> |
67 | 67 |
|
| 68 | + <Ships> |
| 69 | + <Ship count="1d3" class="&scHimalInterceptor;" orders="guard"/> |
| 70 | + </Ships> |
| 71 | + |
| 72 | + <!-- Treasure --> |
| 73 | + |
| 74 | + <Items> |
| 75 | + <Table count="1d6"> |
| 76 | + <Item chance="20" count="1d6" item="&itHelium3FuelRod;" /> |
| 77 | + <Item chance="20" count="1d12" item="&itWaterIce;" /> |
| 78 | + <Item chance="20" count="1d4" item="&itMartianNori;" /> |
| 79 | + <Lookup chance="15" count="1" table="&trConsumables1;"/> |
| 80 | + <Lookup chance="15" count="1" table="&trMinorItem1;"/> |
| 81 | + <Lookup chance="10" count="1" table="&trMajorItem1;"/> |
| 82 | + </Table> |
| 83 | + </Items> |
| 84 | + |
| 85 | + <!-- Image and Effects --> |
| 86 | + |
| 87 | + <ImageVariants> |
| 88 | + <LocationCriteriaTable> |
| 89 | + <Image criteria="*ice" imageID="&rsHimalRefugeIce;" imageWidth="260" imageHeight="260" viewportRatio="0.0325"/> |
| 90 | + <Image criteria="*metallic" imageID="&rsHimalRefugeMetallic;" imageWidth="260" imageHeight="260" viewportRatio="0.0325"/> |
| 91 | + <Image criteria="*primordial" imageID="&rsHimalRefugePrimordial;" imageWidth="260" imageHeight="260" viewportRatio="0.0325"/> |
| 92 | + <Image criteria="*volcanic" imageID="&rsHimalRefugeVolcanic;" imageWidth="260" imageHeight="260" viewportRatio="0.0325"/> |
| 93 | + |
| 94 | + <Image criteria="*~" imageID="&rsHimalRefugeRocky;" imageWidth="260" imageHeight="260" viewportRatio="0.0325"/> |
| 95 | + </LocationCriteriaTable> |
| 96 | + </ImageVariants> |
| 97 | + |
| 98 | + <DockingPorts |
| 99 | + portCount= "8" |
| 100 | + portRadius= "120" |
| 101 | + > |
| 102 | + </DockingPorts> |
| 103 | + |
| 104 | + <!-- Random Encounters --> |
| 105 | + |
| 106 | + <Encounters frequency="rare"> |
| 107 | + <LevelTable> |
| 108 | + <Ship levelFrequency="ccccc ccccc" count="1" class="&scHimalInterceptor;" eventHandler="&evStdZoneEncounterBehavior;"> |
| 109 | + <Escorts> |
| 110 | + <Ship count="1d2-1" class="&scHimalInterceptor;" orders="escort"/> |
| 111 | + </Escorts> |
| 112 | + </Ship> |
| 113 | + </LevelTable> |
| 114 | + </Encounters> |
| 115 | + |
| 116 | + </StationType> |
| 117 | + |
| 118 | + <!-- Level 3: Himal Enclave --> |
| 119 | + |
| 120 | + <StationType UNID="&stHimalEnclave;" |
| 121 | + name= "Himal Enclave" |
| 122 | + sovereign= "&svHimalSeparatists;" |
| 123 | + |
| 124 | + attributes= "asteroidBase, enemy, envAir, envAvoidsFire, generic, himal, human, populated" |
| 125 | + |
| 126 | + abandonedScreen= "&dsRPGAbandonedStation;" |
| 127 | + |
| 128 | + size= "78" |
| 129 | + fireRateAdj= "30" |
| 130 | + explosionType= "&vtKineticExplosion1;" |
| 131 | + ejectaType= "&vtIceAsteroidEjecta;" |
| 132 | + > |
| 133 | + |
| 134 | + <!-- Encounter Info --> |
| 135 | + |
| 136 | + <Encounter |
| 137 | + systemCriteria= "+himalSpace;" |
| 138 | + systemAffinity= "+envAir; -envFire;" |
| 139 | + levelFrequency= "-vr-- ----- ----- ----- -----" |
| 140 | + |
| 141 | + locationCriteria= "+outerSystem, -planetary" |
| 142 | + enemyExclusionRadius="90" |
| 143 | + /> |
| 144 | + |
| 145 | + <!-- Configuration --> |
| 146 | + |
| 147 | + <Hull hullType= "asteroidHull" |
| 148 | + armorID= "&itLightPlasteelPlate;" |
| 149 | + hitPoints= "73" |
| 150 | + regen= "1" |
| 151 | + /> |
| 152 | + |
| 153 | + <Devices> |
| 154 | + <Device deviceID="&itBlaster;" omnidirectional="true"/> |
| 155 | + </Devices> |
| 156 | + |
| 157 | + <!-- Ships and Defenses --> |
| 158 | + |
68 | 159 | <Ships challenge="standard"> |
69 | 160 | <Ship count="1" class="&scHimalInterceptor;" orders="patrol:15"/> |
70 | 161 | </Ships> |
|
0 commit comments