Thursday, April 7, 2011

[Literature] Game Balance ch6 - Situational balance

[Literature] Game Balance ch6 - Situational balance:

My notes from course 6 of the Game Balance class of Summer 2010, by Ian Schreiber.

If 10% of monsters are dragons, 'double dmg to dragons' = 10% * 2dmg + 90% * 1dmg = 1.1dmg overall.
Situational balance = depends on the situation in the game; the cost is fixed cost, but the value changes depending on the situation. Ex: in DND, if atk + 1d20 >= AC then hit. Is +1atk (for player) balanced with +1def (for my opponent)?

  • yes if 1 vs 1 (+1 on each side)
  • no if enemies attack more often than player (because player will roll more often on AC than on atk) (eg 4 trash mobs vs one player)
  • no if player(s) attack(s) more often than enemies (more rolls on player's atk) (eg player group vs boss)

=> Level design tip: player should be outnumbered half of the time, and outnumber the enemies half of the time if atk and def have the same cost and value. This adds replay value ("I could start a new game with 20atk/80def instead of 50atk/50def")

Versatility

In FPS, players usually have a close+strong+fast, a far+strong+slow and a far+weak+fast weapon. If player can switch weapons quickly, then it's as if the player had all of them at once. The overall price becomes the sum of all of these weapons, they should not be balanced individually.

A character/weapon is more versatile if it is able to handle more situations (Swiss-army knife). Examples:

  • RTS: archer very strong against flying creatures and very weak against footmen. If wizard is (a bit) strong against flying AND footmen, wizard is more versatile than archer.
  • FPS: knife = good in tight rooms VS snipers = good in large open-spaces VS machine gun = average on any map (= versatile weapon). Machine gun is the most valuable choice for players when they do not know which map is going to be played.

Solution against versatility: cost for switching can be time (it takes 5s to switch weapons), money, frequent weapon reload, etc. If switching is free, then player accumulates everything and uses each tool when he needs it. If inventory is limited, player will look for optimizations (eg only get fire and wind swords if you can only get 2 swords of the 4 elements). Balance depends on how fast player should be receiving new items.

  • fast: price = constant (but player earns more and more as he progresses, so player gets swords quickly)
  • faster and faster: 'Since you’re such a good customer, you can have a 10% discount on all future swords.'
  • slow: prices increase

Two kinds of versatility: [...]

No comments:

Post a Comment