Skip to content

Commit 4e20f80

Browse files
authored
Merge pull request kronosaur#412 from ArisayaDragon/fix/106417-earlygame_encounter_balance_himal
Fix: 106417: various fixes to himal encounters and threat radius, spl…
2 parents 8827aed + e044eb1 commit 4e20f80

2 files changed

Lines changed: 94 additions & 2 deletions

File tree

Transcendence/TransCore/Himal.xml

Lines changed: 93 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
<Encounter
4646
systemCriteria= "+himalSpace;"
4747
systemAffinity= "+envAir; -envFire;"
48-
levelFrequency= "cuv-- ----- ----- ----- -----"
48+
levelFrequency= "cu--- ----- ----- ----- -----"
4949

5050
locationCriteria= "+outerSystem, -planetary"
51-
enemyExclusionRadius="50"
51+
enemyExclusionRadius= "90"
5252
/>
5353

5454
<!-- Configuration -->
@@ -65,6 +65,97 @@
6565

6666
<!-- Ships and Defenses -->
6767

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+
68159
<Ships challenge="standard">
69160
<Ship count="1" class="&scHimalInterceptor;" orders="patrol:15"/>
70161
</Ships>

Transcendence/TransCore/HumanSpaceVol01.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,6 +2274,7 @@
22742274
<!ENTITY rsHimalInterceptor "0x00100496">
22752275
<!ENTITY rsHimalInterceptorHero "0x00100497">
22762276
<!ENTITY smHimalSpace "0x00100498">
2277+
<!ENTITY stHimalEnclave "0x00100499">
22772278

22782279
<!-- 04B0-04CF COMMONWEALTH FLEET II -->
22792280

0 commit comments

Comments
 (0)