X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=SERVER_COMMANDS;h=bc0e075a81e06feb32a0b3ddaa7acfe08bbcebd3;hb=fc7f9132eeb72243ecea80f6eb98bdbd86562f4c;hp=8d2df9670d68b709ee96983ee12ddb3ce98f0863;hpb=af068305ede8fd8ea75a6eb42ea66c8a02bcfc49;p=plomrogue diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index 8d2df96..bc0e075 100644 --- a/SERVER_COMMANDS +++ b/SERVER_COMMANDS @@ -167,12 +167,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 255] Add thing of ID in argument to inventory of selected thing, if said thing is