X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=SERVER_COMMANDS;h=88c0877088036a7e06a31d224ed24373a4fe7cc3;hb=refs%2Fheads%2F7drl;hp=8d2df9670d68b709ee96983ee12ddb3ce98f0863;hpb=2fcc592d683e89a24d69db391c8ccd842be0d542;p=plomrogue diff --git a/SERVER_COMMANDS b/SERVER_COMMANDS index 8d2df96..88c0877 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 @@ -235,8 +233,6 @@ or, if the proliferating thing is animate, any other animate thing. Unexplained 7DRL additions --------------------------- -GOD_MOOD [-32768 to 32767] - GOD_FAVOR [-32768 to 32767] SLIPPERS [0 to infinity] @@ -249,6 +245,12 @@ LUMBER [0 to infinity] TOOL_0 [0 to infinity] +TOOL_1 [0 to infinity] + EMPATHY [0 to 1] +ANIMAL_0 [0 to infinity] + +ANIMAL_1 [0 to infinity] + TT_TOOLS gains the arguments "axe", "carpentry", "wood".