Ideas:chad3f:CombatSystem: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Chad3f
imported>Chad3f
 
(30 intermediate revisions by the same user not shown)
Line 30: Line 30:
=== Entity Definitions ===
=== Entity Definitions ===


A primitive list of properties might be:



wood_sheild
* Absorb
** impact: 9


bronze_shield
* Absorb
** impact: 13


club
* Inflict
** impact: 10
** slash: 0


short_sword
* Inflict
** impact: 15
** slash: 20


In this example, a club at full force used against a wood shield would have most of it's impact absorbed. The remaining amount would be applied to the rpentity and it's properties. After that reduction, anything left would be translated to damage.


''TBW..''


----
----