Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 54 additions & 10 deletions Transcendence/TransCore/Anarchists.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,27 +317,43 @@

<!-- Level 1: Hornet Battlepod -->

<ShipClass UNID="&scHornet;"
<ShipClass UNID="&scHornetStock;"
manufacturer= "Earth Industries"
class= "Hornet"
type= "battlepod"
defaultSovereign= "&svAnarchists;"
defaultSovereign= "&svIndependent;"

attributes= "EI, genericClass"
>

<Hull
size= "10"
mass= "5"

cargoSpace= "0"
maxCargoSpace= "10"
maxReactorPower= "10000"
maxDevices= "3"
stdArmor= "ultralight"
maxArmor= "ultralight"
/>

<Drive
thrustRatio= "16"
maxSpeed= "35"
/>

attributes= "anarchists, EI, genericClass"
>
<Armor
armorID= "&itUltraLightTitaniumCasing;"
count= "1"
/>

<Armor>
<ArmorSection start="0" span="360" armorID="&itUltraLightTitaniumCasing;"/>
</Armor>
<DeviceSlots>
<DeviceSlot id="main" criteria="w"/>
</DeviceSlots>

<Devices>
<Device deviceID="&itLaserCannon;"/>
<Device slotID="main" deviceID="&itLaserCannon;"/>
</Devices>

<Maneuver
Expand All @@ -353,13 +369,41 @@
</Effects>

<AISettings
fireRateAdj= "30"
fireAccuracy= "70"
fireRateAdj= "10"
fireAccuracy= "100"
perception= "4"
/>

</ShipClass>

<ShipClass UNID="&scHornet;"
inherit="&scHornetStock;"
defaultSovereign= "&svAnarchists;"
attributes= "anarchists, EI, genericClass, poorQualityHull"
>

<DeviceSlots>
<DeviceSlot id="main" criteria="w">
<EnhancementAbilities>
<Enhance type= "Poor Quality Hull"
enhancement= "-speed:33;"
/>
</EnhancementAbilities>
</DeviceSlot>
</DeviceSlots>

<Devices>
<Device slotID="main" deviceID="&itLaserCannon;"/>
</Devices>

<AISettings
fireRateAdj= "10"
fireAccuracy= "70"
perception= "4"
/>

</ShipClass>

<!-- Level 1: Earthzone 100 Armed Shuttle -->

<ShipClass UNID="&scEarthzone;"
Expand Down
1 change: 1 addition & 0 deletions Transcendence/TransCore/HumanSpaceVol01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@
<!ENTITY scKateMorgentalCruiserArena "0x0015300B">
<!ENTITY baCharonBusterObsolete "0x0015300C">
<!ENTITY scEI200CharonBuster "0x0015300D">
<!ENTITY scHornetStock "0x0015300E">

<!ENTITY itDvalinIon9Cannon "0x00154001">
<!ENTITY itDvalinArmor "0x00154002">
Expand Down