Author Topic: [VIDEO]Blockland "FTL" Prototype  (Read 1248 times)

click little thumbnail


This is done using a total of five randomizers.
On the player's side, there are two randomizers that are activated depending on which type of shot the player decides to take.
Let's say that M is a miss, H is a hit, and C is a crit.
It goes like this:
Easy shot
HHCM
Hard Shot
HCMM

Those two randomizers apply to the enemy as well, however the enemy side has a third randomizer that selects which type of shot it wants to take before running one of the "hit chance" randomizers.
If E is an easy shot, and H is a hard shot, then the attack selector looks like this:
EEH

Each ship has 20hp, but due to the printCountUnderflow system I'm using, the ship's HP needs to go BELOW 0 for it to be destroyed. This is fine since it applies to both sides, and can be easily explained to whoever's playing.

Currently, easy hits do 1hp damage, easy crits and hard hits do 3hp damage, and hard crits do 5hp damage.
These will probably be tweaked.

I'm planning on doing a singleplayer gamemode in which the player advances through randomized encounters to reach the end, but this can also work for a competitive mode. All you would need to do for that is to remove the attack selection randomizer and have the two hit chance randomizers activated by a second control panel where player 2 would be. Then you just have them take turns.

I'll likely host this for people to try out.
« Last Edit: October 30, 2015, 01:18:00 PM by Sitrus »

Dude I'd totally play this if you hosted.

Are you planning on implementing the ship systems and all that?

Are you planning on implementing the ship systems and all that?
Nope, just planning on letting the player upgrade health and maybe damage, accuracy, and possibly dodge chance.

that seems more reasonable lol, i attempted to make some first person multiplayer ftl thing forever ago and the events just became way too much.

Basically I want to make a really difficult permadeath single player gamemode that involves ship and ground battles chosen randomly.
Then probably as a side distraction I'll make a fancier PVP version.

This is pretty damn cool, what mods, if any are you using?

This is pretty damn cool, what mods, if any are you using?
All default except for the sounds which come from Ladios' laser weapons.