Advertisement
rice3k

Ship info for wiki

Jan 17th, 2018
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Ship info for wiki
  2.  
  3. im still looking but here is some info all ships are at 100% and can be repaired when they are docked . If a ship is hit with a cannon the cannon ball does 1 dmg - 5 dmg per each hit, if a ship is destroyed while people are on it then everyone on the ship dies (still looking to see what else is in this file)
  4. if a ship is in a kingdom ship yard you are unable to fire cannon balls in that level
  5. Only allow repairs if the ship is docked or if the ship is in a shipyard.
  6. Pancake of Anger - Today at 2:19 AM
  7. makes sense. fair enough.
  8. FBI✓ᵛᵉʳᶦᶠᶦᵉᵈ ᵃᶜᶜᵒᵘᶰᵗ - Today at 2:21 AM
  9. here are the ship speeds case on the health of the ship
  10. - >70% 100% speed
  11. - >40% 70% speed, no lookout
  12. - >10% 50% speed, no lookout
  13. - <10% 20% speed, no lookout, no hold
  14. when the ship is at 40hp you cannot have a look out that is what that means
  15. if you are out in the deep water you cannot leave the ship you will get the msg "Water too deep, would be dangerous to leave the ship"
  16. Pancake of Anger - Today at 2:28 AM
  17. lol, you cant leave boats with a flying cloud.. you have to leave the boat.. but ya.
  18. you can fly onto the boat wit one... but not off. Which is cool because uh..
  19. player Vs Player Battles on boats
  20. FBI✓ᵛᵉʳᶦᶠᶦᵉᵈ ᵃᶜᶜᵒᵘᶰᵗ - Today at 2:29 AM
  21. okay I think I understand this
  22. Pancake of Anger - Today at 2:29 AM
  23. screws it up even worse....
  24. Lol
  25. FBI✓ᵛᵉʳᶦᶠᶦᵉᵈ ᵃᶜᶜᵒᵘᶰᵗ - Today at 2:29 AM
  26. // Ship is stranded/crashed into an object, remove HP from it.
  27. if (this.checkForLandAhead())
  28. {
  29. if (timevar2 > this.lastDamagedTimer + 10)
  30. {
  31. this.setHP(this.getHP() - 0.1);
  32. this.lastDamagedTimer = timevar2;
  33. }
  34. }
  35.  
  36. setTimer(0.1);
  37. }
  38. }
  39. it looks like it will lose 1 hp every 1 hours, 0 minutes, 6 seconds
  40. I think thats how it looks
  41. but thats all the ship info if u want you can update wiki with that info (i think i found out how to fix the ship issue
  42. Pancake of Anger - Today at 2:33 AM
  43. thats 4 days before it deletes itself? Thats crap. it should be 2 weeks. So players actually see em on the map before its gone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement