Jump to content

Alien Stats


Pave

Recommended Posts

---
---
((I am fairly certain this question has been answered many times already. But at least I haven't been lucky enough to find the info; feel free to link me to them if there indeed is some around.))
---

Xenonauts-wikia doesn't contain all the information I am looking on the data of alien-stats.
For example, the page of Reaper has none (but I do know their melee-strike cost 35% of TUs, if I read the "weapons_gc".xml-correctly), while most of the other aliens have the stats included.

So I am requesting for the XML-files or the relevant gamefiles I'd need to "datamine"-through for the stats of the aliens.

((Feel free to name all the related sources locations and such (even the already mentioned "weapons_gc" is needed to.))

---
---
---
 

Edited by Pave
Link to comment
Share on other sites

---
---

Alright, so here are the lines I found related to Reapers:

 

 <Rank type="Reaper">
  
		<Behaviour>
			<Pathing 
					Environment = "-10"
					Sight="6" 
					Sound="-0.1"
					Cover="-3"
					EnemyInfluence="-5"
					AlliedInfluence="0"
					NearestEnemy="2"
					EnemyLOS="4.0"
					AlliedLOS="0"
					Goal="0" />
		</Behaviour>
	
      <Props APs="70" Resilience="80" Strength="60" Accuracy="200" Reflexes="60" Bravery="100" Abilities="Zombify" CrouchDisabled="1" />
      <Armour kinetic="0" energy="0" chemical="0" incendiary="0" />
      <Items killed="Items.ReaperCorpse" stunned="Items.Reaper" />
	  <BloodHitSprite name="particles/hit_alienblood/hit_alienblood" />
      <Equipments>
        
        <Equipment>
          <PrimaryWeapon name="weapon.reaperclaws" />
        </Equipment>
        
      </Equipments>
    </Rank>

    <Rank type="ReaperAlpha">
  
		<Behaviour>
			<Pathing 
					Environment = "-10"
					Sight="6" 
					Sound="-0.1"
					Cover="-3"
					EnemyInfluence="-5"
					AlliedInfluence="0"
					NearestEnemy="2"
					EnemyLOS="4.0"
					AlliedLOS="0"
					Goal="0" />
		</Behaviour>
		
      <Props APs="80" Resilience="120" Strength="60" Accuracy="200" Reflexes="60" Bravery="100" Abilities="Zombify" CrouchDisabled="1" PsionicPower="60" PsionicAttacks="Paralyse" />
      <Armour kinetic="0" energy="0" chemical="0" incendiary="0" />
      <Items killed="Items.ReaperAlphaCorpse" stunned="Items.ReaperAlpha" />
	  <BloodHitSprite name="particles/hit_alienblood/hit_alienblood" />
      <Equipments>
        
        <Equipment>
          <PrimaryWeapon name="weapon.reaperalphaclaws" />
        </Equipment>
        
      </Equipments>
    </Rank>
  </AI>


---

On the further searching, when I was looking for more deatils for "Resilience", I found this wikia-page: http://xenonauts.wikia.com/wiki/Alien_Stats
((Typical luck of mine...))

---

Thanks for the help @drages.

---
---
---

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...