Page 1 of 1

[discussion] armor rating system

PostPosted: Mon Sep 17, 2012 02:13
by cornernote
removed

PostPosted: Mon Sep 17, 2012 03:39
by cornernote
i did player:set_armor_groups({level=1,fleshy=1,cracky=1,choppy=1})

then i made a stack 8 blocks high, and lose 2 hearts

i lose the same hearts if i have no armour group set, or if i set them all to 3 or 4


in addition, when i join with 2 players, they cant seem to harm each other, even if i use the steel sword

PostPosted: Mon Sep 17, 2012 06:15
by PilzAdam
cornernote wrote:I was thinking something like this:

4 = lowest -> no armor
3 = low -> wood <--- if we can't have 4 levels then we will drop wood armor
2 = middle -> steel
1 = highest -> mese

Helmet = level 1-4
Chest = fleshy 1-4
Boots = cracky 1-4 <-- would be great if boots changes the players speed
Shield = choppy 1-4

The problem with 4 levels is, that the default armor of players (without any mods) is fleshy=3. So all the other mods, that are compatible with the armor mod, will cause less damage to the player when the armor mod is not installed (the mods would think that the player has a wooden armor).
One solution would be: all mods that cause damage to the player should depend on the armor mod.
cornernote wrote:then i made a stack 8 blocks high, and lose 2 hearts
i lose the same hearts if i have no armour group set, or if i set them all to 3 or 4

I think the armor has no effect on falling damage.

EDIT: If all damage mods would depend on the armor mod we can also make 10 different armor grades.

PostPosted: Mon Sep 17, 2012 06:35
by cornernote
PilzAdam wrote:The problem with 4 levels is, that the default armor of players (without any mods) is fleshy=3. So all the other mods, that are compatible with the armor mod, will cause less damage to the player when the armor mod is not installed (the mods would think that the player has a wooden armor).


I don't think that's a bad thing. If you have armor installed, you go from 4-1 as you progress. If you don't have it installed, your treated as if you have "weak" armor.

PostPosted: Mon Sep 17, 2012 20:04
by Belgac
cornernote wrote:I wanted to start a thread so we can discuss this in more detail

from here:
http://minetest.net/forum/viewtopic.php?pid=42931#p42931


I was thinking something like this:

4 = lowest -> no armor
3 = low -> wood <--- if we can't have 4 levels then we will drop wood armor
2 = middle -> steel
1 = highest -> mese

Helmet = level 1-4
Chest = fleshy 1-4
Boots = snappy 1-4 <-- would be great if boots changes the players speed
Shield = choppy 1-4

edit: change boots from cracky to snappy because default swords have snappy property but not cracky


Why go from 3 to 1 and not the other way from 3 to whatever you want?

PostPosted: Mon Sep 17, 2012 21:34
by cornernote
It's how the rest of the game works.

PostPosted: Mon Sep 17, 2012 23:31
by Belgac
oh ok

thank you alot for the piece of info.