[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
Pete's QBASIC Site Discuss QBasic, Freebasic, QB64 and more 2010-12-01T19:21:06-05:00 http://www.petesqbsite.com/phpBB3/app.php/feed/topic/3395 2010-12-01T19:21:06-05:00 2010-12-01T19:21:06-05:00 http://www.petesqbsite.com/phpBB3/viewtopic.php?p=21233#p21233 <![CDATA[RPG Battle Mechanics]]>
like PhysicalDAMAGE = (WeaponStrength + CharacterStrength) / (EnemyDefense * (EnemyLevel/100)) + INT((RND + 1) * (CharacterStrength/10)

or MagicDamage = ((CharacterMagic + SpellLevel) * (CharacterLevel/100) / EnemyMagicDefense) + INT((RND + 1) * CharacterMagic/10)

yep...

im ok at math but if there are examples of other battle mechanics systems out there to use as a general guideline, i'd like to see.

thanks!

Statistics: Posted by ThirtyNitesOfMX — Wed Dec 01, 2010 7:21 pm


]]>