Initial commit

Mr Kheese's Type DEF mod in its initial state before any changes
This commit is contained in:
Antoine Berenguer 2025-02-09 07:41:57 +01:00
commit 03a7150372
548 changed files with 17036 additions and 0 deletions

73
data/tutor.xml Normal file
View file

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2012 by Subset Games. All rights reserved -->
<FTL>
<!-- 4 + 3-->
<img x="-59" y="-103" w="652" h="418"/>
<offsets>
<floor x="45" y="93"/>
<cloak x="19" y="19"/>
</offsets>
<weaponMounts>
<mount x="540" y="155" rotate="true" mirror="true" gib="6" slide="up"/>
<mount x="540" y="262" rotate="true" mirror="false" gib="6" slide="down"/>
<mount x="390" y="122" rotate="true" mirror="true" gib="5" slide="up"/>
<mount x="390" y="294" rotate="true" mirror="false" gib="5" slide="down"/>
<!-- artillery mounts testing -->
<mount x="540" y="170" rotate="true" mirror="true" gib="6" slide="up"/>
<mount x="540" y="274" rotate="true" mirror="false" gib="6" slide="down"/>
<mount x="390" y="135" rotate="true" mirror="true" gib="5" slide="up"/>
<mount x="390" y="309" rotate="true" mirror="false" gib="5" slide="down"/>
</weaponMounts>
<!-- Bad combos
1+3; 1+5; 1+6; 1+3+5; 1+3+6; 1+5+6; 1+3+5+6;
any combo of numbers with 6 if there is not 5
-->
<explosion>
<gib1>
<velocity min="0.6" max="1"/>
<direction min="60" max="120"/>
<angular min="-0.4" max="-0.1"/>
<x>-5</x>
<y>114</y>
</gib1>
<gib2>
<velocity min="0" max="0.4"/>
<direction min="0" max="90"/>
<angular min="-0.4" max="0"/>
<x>25</x>
<y>23</y>
</gib2>
<gib3>
<velocity min="0.5" max="1"/>
<direction min="-40" max="90"/>
<angular min="-0.5" max="1"/>
<x>35</x>
<y>-7</y>
</gib3>
<gib4>
<velocity min="0.4" max="1"/>
<direction min="120" max="200"/>
<angular min= "-0.2" max="1"/>
<x>38</x>
<y>193</y>
</gib4>
<gib5>
<velocity min="0" max="0.5"/>
<direction min="230" max="310"/>
<angular min= "-0.2" max="0.2"/>
<x>174</x>
<y>44</y>
</gib5>
<gib6>
<velocity min="0.6" max="1"/>
<direction min="240" max="300"/>
<angular min= "-1" max="1"/>
<x>375</x>
<y>107</y>
</gib6>
</explosion>
</FTL>