backwardsEric |
August 12, 2020 17:35 |
Quote:
Originally Posted by wobbly
(Post 147725)
Code:
name:of Thievery
cost:5000
rating:22
alloc:5:40 to 127
combat:d8:d3:0
item:gloves:Set of Leather Gloves
item:gloves:Set of Alchemist's Gloves
flags:FEATHER | FREE_ACT
values:DEX[1+M4] | SEARCH[1+d2M3] | MOVES[-1+d2]
min-values:MOVES[-3]
desc:After slipping on these gloves an adventurer will feel agile enough to
desc: slip through dangers and pick the very pockets of death.
Are these actually correct? A minimum of -3 on -1+d2. I've got gloves that look like these except without a move speed bonus or a description. Just a set of leather gloves.
|
The -1+d2 for the movement speed will evaluate to 0 or 1. If a pair of them generate with a zero movement speed bonus, @ shouldn't see the ego description unless @ already knows the movement speed rune. Do you remember if that was true for what you saw?
The min-values part will keep the gloves from generating with a movement speed adjustment less than -3. I put in -3 because I was unsure if Nick's intent was to have this ego always generate with a movement speed penalty (-1*(1+d2) = -3 or -2) or to have it the way it currently is.
|