X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=SERVER_COMMANDS;fp=SERVER_COMMANDS;h=f030d29dddec73ebe029dde58317891ca58b0644;hb=98a85951798545071ceafd9d43a18520465d21c5;hp=0900b1798de2db50008ea647144cf1f31ad58a6b;hpb=6187315aace9959a16bdc62c4585ccf0c1cf2eac;p=plomrogue diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index 0900b17..f030d29 100644 --- a/SERVER_COMMANDS +++ b/SERVER_COMMANDS @@ -170,12 +170,10 @@ T_LIFEPOINTS [0 to 255] Set selected thing's lifepoints to argument. T_SATIATION [-32768 to 32767] -Set selected thing's satiation score. If above zero, and thing's lifepoints are -below its thing type's initial lifepoints, there is a 1/32 chance each turn of -waiting action that the thing's lifepoints will rise. Each turn, there is a -chance of hitpoint loss that grows with the satiation score's absolute value. -Each turn, T_SATIATION lessens by the square root of the thing's type's start -hitpoints (see TT_LIFEPOINTS). +Set selected thing's satiation score. Each turn, there is a chance of hitpoint +loss that grows with the satiation score's absolute value, and one of hitpoint +gain that lowers with it. Each turn, T_SATIATION lessens by the square root of +the thing's type's start hitpoints (see TT_LIFEPOINTS). T_CARRIES [0 to infinity] Add thing of ID in argument to inventory of selected thing, if said thing is