Spherical Shields

    In favor of Boarding party's


    • Total voters
      35
    Joined
    Aug 23, 2014
    Messages
    427
    Reaction score
    137
    • Purchased!
    Who cares what it would encourage/discourage. If someone wants a Borg cube, they're going to build a Borg cube. Fact is, boarding is going to be a rare event in any case, unless you happen to have built a highly enviable ship that everyone wants. They might try to take it from you. So build some internal turrets to protect yourself. Come up with some interesting ways to defend your interior. Stick your ship on auto-pilot and go shoot the boarders with your laser. Maybe have some cameras set up inside your ship at the end of some corridors with a shotgun set up and manually mind them and remove them. There's a lot of creative solutions.

    Also, I think it would be beneficial to have some Sticky blocks that would grab on to a surface loosely. It could be like magnetic landing gear that sticks to hulls and if it's bumped or shot at with a certain power weapon, it would be thrown off.
     

    Lecic

    Convicted Lancake Abuser
    Joined
    Apr 14, 2013
    Messages
    5,110
    Reaction score
    1,229
    • Thinking Positive Gold
    • Purchased!
    • Legacy Citizen 11
    Who cares what it would encourage/discourage. If someone wants a Borg cube, they're going to build a Borg cube. Fact is, boarding is going to be a rare event in any case, unless you happen to have built a highly enviable ship that everyone wants. They might try to take it from you. So build some internal turrets to protect yourself. Come up with some interesting ways to defend your interior. Stick your ship on auto-pilot and go shoot the boarders with your laser. Maybe have some cameras set up inside your ship at the end of some corridors with a shotgun set up and manually mind them and remove them. There's a lot of creative solutions.

    Also, I think it would be beneficial to have some Sticky blocks that would grab on to a surface loosely. It could be like magnetic landing gear that sticks to hulls and if it's bumped or shot at with a certain power weapon, it would be thrown off.
    Well, in the future economy balance, large ships are going to be much more expensive to obtain. You'd probably want to preserve a lot of the ships resources, and shooting until it dies is not a good way to do that.
     
    Joined
    Jul 22, 2013
    Messages
    10
    Reaction score
    5
    I think spherical shields will be great for space stations.

    It will protect you against spawnkillers or random kills while you are afk inside the home base
     
    • Like
    Reactions: NeonSturm

    NeonSturm

    StormMaker
    Joined
    Dec 31, 2013
    Messages
    5,110
    Reaction score
    617
    • Wired for Logic
    • Thinking Positive
    • Legacy Citizen 5
    Maybe better for planets @draogon93

    Guess the old system lagged cause of many spherical shields above each other. But planets have no ellipsoid shields, are located around 0 0 0 of a sector... what do you want more? Having just 1 object to check against -> also true! :)

    JavaScript:
    public Projectile(...){
      checkVsPlanet();
    }
    private void checkVsPlanet(){
      if( projectile.position / sector.planet.radius <1 ){
        if( projectile.insidePlanetShields == false ) collisionWithPlanetShields()
        projectile.insidePlanetShields = true
      }
      else false
    }
    private void collisionWtihPlanetShields(){
      if(  projectile.weapon.ship.faction != sector.planet.faction
      &&   sector.planet.shields > weapon.damage)
          handleShieldStuff();
      //else do nothing
    }
     
    Last edited: