Author Topic: E:SoR Synopsis  (Read 23330 times)

0 Members and 1 Guest are viewing this topic.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: E:SoR Synopsis
« Reply #30 on: February 18, 2010, 12:33:11 am »
Lol yeah :P Altough forum updates are still cool since they're easier to find here than in logs ^^

Offline Zera

  • Project Author
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 737
  • Rating: +82/-7
  • Monochrome Artisan
    • View Profile
Re: E:SoR Synopsis
« Reply #31 on: February 18, 2010, 11:39:00 am »
I didn't include equipment statistics because that content is dynamically updated and reworked as gameplay balance is determined. Many statistics -- as they currently exist -- are just jumping-off points and rough conjecture. The enemy statistics, for one, will probably undergo massive changes when we can fully test-play that area of the game. There's also a ton of data assigned to each item. Aside from damage, defense, hit, evade, etc., items also have elemental and status attack and defense, special abilities, proficiency requirement, character statistic gains, (part of the "level-up" system) and so forth. While values for all that data are assigned, they may undergo changes when we can actually test the game and see how the balance plays out.

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: E:SoR Synopsis
« Reply #32 on: February 18, 2010, 04:17:59 pm »
Excellent, as it sounds like you know exactly what you're doing.  With Elmgon, I've noticed how hard it is to balance everything in RPGs, and Zera, you're doing an excellent job! :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: E:SoR Synopsis
« Reply #33 on: February 18, 2010, 05:27:15 pm »
RPG balancing is an hard task. You cannot define all stats in advance and not update them later, because it's inevitable during testing, you'll discover at one point, you level up too quick for how fast enemies are getting harder as you progress, and other times you may have to grind for extremly long. I usually added stats as I programmed the game while testing if things works.

Offline Zera

  • Project Author
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 737
  • Rating: +82/-7
  • Monochrome Artisan
    • View Profile
Re: E:SoR Synopsis
« Reply #34 on: February 18, 2010, 05:30:28 pm »
Thanks. It is sort of difficult to balance statistics in an RPG -- at least, until you get into test-play. All the original stats are just estimations based on ideas of what a party's position would be at that point in the game. As strange as it may sound, this is one of my favorite parts of designing a game. I love creating all the inventories and skills, and balancing everything out.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: E:SoR Synopsis
« Reply #35 on: February 18, 2010, 05:56:36 pm »
yeah I kind of like that part too. I don't find it annoying at all. if an enemy is way too hard or too easy I just edit his stats, try again, then edit until it satisfies me. I hate when I forget to save and get killed in 1 hit, tho x.x. One thing I hate doing in RPGs is coding all events, because it's spaghetti code most of the time and then I easily forget to put the right amount of End instructions or do logic errors such as inverting the > sign x.x