diff --git a/dat/outfit.xml b/dat/outfit.xml index bc4ffb1..90742c9 100644 --- a/dat/outfit.xml +++ b/dat/outfit.xml @@ -1,5 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <Outfits> +<outfit name="Ripper MK2"> +<general> +<max>3</max> +<tech>11</tech> +<mass>12</mass> +<price>95000</price> +<description>The Ripper does what it's name implies: it rips through enemies with ease. Only downside is the energy needed to power it.</description> +<gfx_store>heavy</gfx_store> +</general> +<specific type="bolt"> +<gfx>ripper</gfx> +<sound>laser</sound> +<spfx>ExpS</spfx> +<delay>700</delay> +<speed>700</speed> +<range>400</range> +<accuracy>20</accuracy> +<energy>22</energy> +<damage type="energy">18</damage> +</specific> +</outfit> <outfit name="Laser Cannon"> <general> <max>5</max> @@ -55,12 +76,12 @@ <gfx>plasma</gfx> <sound>laser</sound> <spfx>ExpS</spfx> -<delay>700</delay> +<delay>400</delay> <speed>450</speed> <range>250</range> <accuracy>20</accuracy> -<energy>10</energy> -<damage type="energy">13</damage> +<energy>7</energy> +<damage type="energy">7</damage> </specific> </outfit> <outfit name="Ion Cannon"> @@ -105,7 +126,7 @@ <damage type="ion">17</damage> </specific> </outfit> -<outfit name="Railgun"> +<outfit name="150mm Railgun"> <general> <max>2</max> <tech>8</tech> @@ -122,8 +143,8 @@ <speed>650</speed> <range>500</range> <accuracy>10</accuracy> -<energy>30</energy> -<damage type="kinetic">30</damage> +<energy>35</energy> +<damage type="kinetic">40</damage> </specific> </outfit> <outfit name="Missile Launcher"> diff --git a/dat/ship.xml b/dat/ship.xml index 3debc50..2f1dba4 100644 --- a/dat/ship.xml +++ b/dat/ship.xml @@ -168,7 +168,7 @@ Used by security agencies all over the universe for it's reliability and availab <cap_cargo>10</cap_cargo> </characteristics> <outfits> -<outfit quantity='2'>Laser Cannon</outfit> +<outfit quantity='2'>Ripper MK2</outfit> <outfit quantity='1'>Headhunter Launcher</outfit> <outfit quantity='20'>Headhunter</outfit> </outfits> diff --git a/dat/start.xml b/dat/start.xml index 0c7437a..f2165f3 100644 --- a/dat/start.xml +++ b/dat/start.xml @@ -1,7 +1,7 @@ <Start> <name>Dark Tides</name> <player> -<ship>Schroedinger</ship> +<ship>Lancelot</ship> <credits> <low>500000</low> <high>1500000</high> diff --git a/gfx/outfit/space/ripper.png b/gfx/outfit/space/ripper.png new file mode 100644 index 0000000..73bb83d Binary files /dev/null and b/gfx/outfit/space/ripper.png differ diff --git a/gfx/ship/schroedinger.png b/gfx/ship/schroedinger.png new file mode 100644 index 0000000..8b49ba6 Binary files /dev/null and b/gfx/ship/schroedinger.png differ diff --git a/gfx/ship/schroedinger_target.png b/gfx/ship/schroedinger_target.png new file mode 100644 index 0000000..e97185e Binary files /dev/null and b/gfx/ship/schroedinger_target.png differ