Since the let's play series is winding down, and I'll probably take a break from playing to do some code-hacking, I was thinking of making a series of brief tutorial videos to explain game concepts. Do people think this would be a useful resource to have at all?
Videos would be 3-5 minutes in length and would cover basic game topics, usually with contrived scenarios set up through wiz-mode offscreen for demonstration purposes. The point would be explaining how the game works and how things are calculated. Here are some ideas I have for topics.
any other topics that are worth talking about?
Videos would be 3-5 minutes in length and would cover basic game topics, usually with contrived scenarios set up through wiz-mode offscreen for demonstration purposes. The point would be explaining how the game works and how things are calculated. Here are some ideas I have for topics.
Code:
Item types and how to use them Combat - player to hit/damage calculation Combat - archery to hit/damage calculation Combat - monster to hit/damage calculation Status effects (player and monster) Speed Stealth Player spells - damage calculations and monster resistances Monster spells/breaths - damage calculations and player resistances Devices - magic device bonuses ID by use and pseudo-id Inscriptions Squelch
Comment