as the note said, are you doing it clockwise?
means that:
SpoilerShow
the first alcove to put weight is in the north, with 5 kg
SpoilerShow
then the next alcove will be in the east with 22kg
as the note said, are you doing it clockwise?
Any item you want, except in bag, or in stack, to reach the corresponding weight.
Well, I don't understand what you mean.
You need to place the exact weight in each alcove according to the note.
Hum, franckly, I don't understand anything at all
Yes, I took an engraved stone with a weight of 10kg according to the description and added 1kg for the southern niche, but it did not work, then I looked and saw that it weighs 9.9 (this can be seen from the load indicators)! Same thing, but in reverse with the boulder scale !
It happened to me too... Apparently, the rabbit foot weighs 0.3 kg, and not 0.2 as it is written on the screen (and, of course by sheer luck, I chose the rabbit foot as weight!).poqwer11 wrote: ↑Fri Feb 10, 2023 12:35 amYes, I took an engraved stone with a weight of 10kg according to the description and added 1kg for the southern niche, but it did not work, then I looked and saw that it weighs 9.9 (this can be seen from the load indicators)! Same thing, but in reverse with the boulder scale !
Code: Select all
weight = 0.25,
description = "A rabbit foot.",
impactSound = "impact_blunt",
traits = {"dm_lucky"},
onInit = function(self)
for i = 1,4 do
party.party:getChampion(i):addTrait("dm_rabbits_foot_luck")
end
end,