Difference between revisions of "Jamestown/Ships"

From Shmups Wiki -- The Digital Library of Shooting Games
Jump to navigation Jump to search
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
<h2>Classic ships</h2>
+
==Classic ships==
 
<h3> <span style="display:none;">Beam</span></h3>
 
<h3> <span style="display:none;">Beam</span></h3>
  
Line 47: Line 47:
 
|}
 
|}
  
<h2>Treason ships</h2>
+
==Treason ships==
  
 
<h3> <span style="display:none;">Treason</span></h3>
 
<h3> <span style="display:none;">Treason</span></h3>
Line 70: Line 70:
 
|-
 
|-
 
|}
 
|}
 +
 +
== References ==
 +
<small>
 +
# Jamestown+ lua scripts, decompiled by Olifante and analyzed by [[User:AlvaLynsis|AlvaLynsis]]
 +
</small>

Revision as of 12:15, 17 August 2021

Classic ships

Beam

Beam

JamestownBeam.png

Description: "Forward beam and spread shot. Sir Walter's conveyance."
Vulcan Shot: A forward spread shot in 5 directions. While the straight forward missile's sprite looks different than the others' and may have been intended to deal more damage, their damage is all the same.
Special Shot: Special description
Stats:
  • movement speed : 6 (unfocused), 3 (focused)
  • vulcan shots : ~71.42dps (damage=1, amount=5, cooldown=0.07s)
  • special laser : 87dps
  • special aura: 87dps

While Special aura does exist, there's no proof that the laser and aura damage are stackable at point blank range.

Gunner

Gunner

JamestownGunner.png

Description: "Directional vulcan shot. John Smith's conveyance."
Vulcan Shot: Forward shot and directional shot. The directional shot angle will not be changed.
Special Shot: While special is held, the directional shot angle will be changed to the direction the ship is moving in. The change is not immediate. Special shot is prioritized over regular shot. The movement speed is unaffected.
Stats:
  • movement speed : 6
  • forward shots: {???}dps (damage=0.928, cooldown={???})
  • directional shots : ~50.75dps (damage=1.0875, activeFrames=random(8,20), cooldownFrames=random(2,6))

ActiveFrames refers to the amount of shots until cooldown. The cooldownFrames refers to the amount of frames until the shots continue. Both of these are randomly determined.

Treason ships

Treason

Treason

JamestownTreason.png

Description: "Speed around the battlefield and launch seeker missiles. Fawkes' Conveyance."
Vulcan Shot: The vulcan shot is one wide bullet being shot straight forward.
Special Shot: While the special button is held, the two pods next to the ship charge up to 4 missiles and the ship speed is reduced significantly. Releasing the special button launches all charged missiles. At full charge, the damage dealt by each missiles is multiplied by 1.5. At launch all missiles target enemies that they will home in on and can only collide with those. The first selected targets are enemies or obstacles in front of the ship. However, the ship will not release an excess amount of missiles on a target. If two missiles are enough to destroy the first target, the following missiles will have different targets. Walls in Croatoa that aren't targetted obstacles are ignored by the missiles. The precise targetting logic has yet to be fully understood.
Stats:
  • movement speed : 9 (unfocused), 4 (focused)
  • vulcan shots : 60dps (damage=6, cooldown=0.1s)
  • special missiles: 60dps (damage=10, maxAmount=4, fullChargeMultiplier=1.5, fullChargeDuration=1s)

Missile damage is divided by 10 on JackInTheBox enemies and multiplied by 2 on Watertower enemies.

References

  1. Jamestown+ lua scripts, decompiled by Olifante and analyzed by AlvaLynsis