Skip to content
Merged
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
22 changes: 5 additions & 17 deletions Transcendence/TransCore/BattleArenaGladiators.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

<TranscendenceModule>

<!-- Slicer Cannon -->
<!-- Slicer Cannons -->

<ItemType UNID="&itSlicerCannon;"
name= "PM6 Slicer cannon"
level= "6"
value= "30000"
mass= "4000"
frequency= "notrandom"
attributes= "cannotOrder, EI; EnergyWeapon; MajorItem"
attributes= "cannotOrder; custom; EI; EnergyWeapon; MajorItem; slicerWeapon;"

description= "A modified particle cannon firing crisscrossing beams."
description= "A customized pair of linked particle cannon firing crisscrossing beams."

sortName= "slicer cannon, PM6"
>
Expand Down Expand Up @@ -1639,32 +1639,19 @@

<Table>
<Group chance="25">
<Device item="&itOmniPartisanCannon;" secondaryWeapon="true"/>
<Device item="&itR1Deflector;"/>
</Group>

<Group chance="25">
<Device item="&itOmniPartisanCannon;" enhanced="100" secondaryWeapon="true"/>
<Device item="&itCyclotronDeflectorIV;"/>
</Group>

<Group chance="25">
<Device item="&itOmniPartisanCannon;" secondaryWeapon="true"/>
<Device item="&itArmorRepairDevice;"/>
<Device item="&itCyclotronDeflectorIV;"/>
<Device item="&itCyclotronDeflectorIII;"/>
</Group>

<Group chance="25">
<Device item="&itMakayevLauncher;" secondaryWeapon="true">
<Items>
<Table>
<Item chance="60" count="250" item="&itStrelkaWhite;"/>
<Item chance="30" count="150" item="&itStrelkaGreen;"/>
<Item chance="10" count="50" item="&itStrelkaRed;"/>
</Table>
</Items>
</Device>

<Device item="&itCeratopsQuasiArmor1;"/>
</Group>
</Table>
Expand All @@ -1679,6 +1666,7 @@
fireRateAdj= "10"
fireAccuracy= "95"
perception= "4"
ignoreShieldsDown= "true"
/>

<StaticData>
Expand Down