SecondFlight / pvpmain

Main plugin for a custom gamemode I'm working on. It's not meant for the public, but you can always borrow my messy and probably very buggy code if you want.
MIT License
0 stars 0 forks source link

Custom damage system #27

Open SecondFlight opened 10 years ago

SecondFlight commented 10 years ago

Two ideas: 1) Damage is based on the level of the item or mob doing damage and the level of the player or mob receiving damage.

2) Everything has custom health, and items have custom damage values.

2 is looking like the best option at this point.

SecondFlight commented 10 years ago

A third option is to make it defense based. This makes the most sense I think.