Author Topic: Dev Log #4: New Skill: Traps  (Read 18241 times)

Styg

  • Administrator
  • Godman
  • *****
  • Posts: 2367
  • Karma: +504/-30
    • View Profile
Dev Log #4: New Skill: Traps
« on: September 28, 2012, 12:19:35 am »
Originally I planned to add traps to the alpha demo but ended up postponing that to get the demo out earlier. They're in now, though.



There are currently three types of land mines you can rig up: frag, high-explosive and EMP. When they're triggered they have same effects as their grenade counterparts. You can also craft these yourself if you have high enough chemistry/electronics. There will be more traps in the future and not all of them will be mines.

Except rigging up the area before a battle and luring your foolish enemies into minefields, I figure trapping will also be very useful in eliminating patrolling enemies. At least those not skillful enough to spot and/or disarm your traps.

Speaking of NPC behavior, I've also introduced a new concept to the game called zone control.



I was thinking of how the game should handle player criminal behavior such as murdering people through various means. And more specifically, I thought about how NPCs should react to you placing traps everywhere and turning their private quarters into mine fields.

I want to prevent exploits such as carpeting an area with traps and killing off high level non-hostile NPCs in the middle of their home base without triggering hostilities and then promptly looting their kickass gear. But on the other hand I want to sometimes allow player to use traps as an assassination mechanism where it's actually appropriate as I think that can be a lot of fun. Ideally the NPCs would be very smart and once a trap has been set off they'd start an investigation and look for a culprit, etc. However, Underrail is not a simulation game and that kind of AI programming is way out of the scope of the game.

So I went with a simpler solution which is to tag each area with certain control level - full, partial or none, which indicates how safe it is for the player to mess around with traps (and in the future murdering, etc) and how the controlling factions of the area will react to your shenanigans.

The UI shows the zone control indicator in the upper right corner and you can mouse over it to see what sort of action you can get away with and what is too risky in the current area.

As far as traps are concerned:
  • In fully controller areas (such as SGS station) if someone from the controlling faction detects your trap, you'll immediately get in trouble with that faction;
  • In partially controlled areas you'll only get in trouble if someone from the controlling faction sets off your trap
  • In uncontrolled areas you can set traps as much as you like and if someone happens to set it off and get killed, no one will be able to trace this to you
One thing to keep in mind though that regardless of the zone control level, if you try placing traps too close to someone, they will take offense, or at least disarm them if they have appropriate skills.

maheusz

  • Scavenger
  • ***
  • Posts: 211
  • Karma: +0/-0
    • View Profile
Re: Dev Log #4: New Skill: Traps
« Reply #1 on: September 28, 2012, 10:15:00 am »
Nice! Traps are always good. They add a flavor to fights. And EMP ones will be probably most useful against patrolling robots - like on Omega station.

Will stealing also considered a crime in controlled sections? And hiding? How it will be tackled?

Tnoyce

  • Probably not a Spambot
  • *
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Dev Log #4: New Skill: Traps
« Reply #2 on: September 28, 2012, 10:50:40 pm »
Should both be nice additions.

Any idea when the next release will be ready?


Styg

  • Administrator
  • Godman
  • *****
  • Posts: 2367
  • Karma: +504/-30
    • View Profile
Re: Dev Log #4: New Skill: Traps
« Reply #3 on: October 01, 2012, 06:59:46 pm »
Nice! Traps are always good. They add a flavor to fights. And EMP ones will be probably most useful against patrolling robots - like on Omega station.

Will stealing also considered a crime in controlled sections? And hiding? How it will be tackled?

Stealing will still be handled like it is now. You either get caught during the action or you don't, zone control doesn't factor into it.
« Last Edit: October 02, 2012, 12:21:13 am by Styg »

Styg

  • Administrator
  • Godman
  • *****
  • Posts: 2367
  • Karma: +504/-30
    • View Profile
Re: Dev Log #4: New Skill: Traps
« Reply #4 on: October 01, 2012, 07:00:06 pm »
Should both be nice additions.

Any idea when the next release will be ready?

Probably by the end of October.

Tnoyce

  • Probably not a Spambot
  • *
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Dev Log #4: New Skill: Traps
« Reply #5 on: October 01, 2012, 11:46:52 pm »
Sweet!

Glad to hear things are going so well.

Keep up the good work!