Pave Posted January 12, 2017 Posted January 12, 2017 (edited) --- --- ((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 January 12, 2017 by Pave Quote
drages Posted January 12, 2017 Posted January 12, 2017 Aiprops.xml is the file about all enemies. Then comes weapon gc. 1 Quote
Pave Posted January 12, 2017 Author Posted January 12, 2017 --- --- 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. --- --- --- Quote
drages Posted January 12, 2017 Posted January 12, 2017 Resistances and weapon damages are a bit tricky. If u need anything, just ask. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.