Jump to content

Zero Naughtiness for RoT mobs


Viktor234
  • Pending

According to the code in kramped.lua:

local NAUGHTY_VALUE =
{
    ["pigman"] = 3,
    ["babybeefalo"] = 6,
    ["teenbird"] = 2,
    ["smallbird"] = 6,
    ["beefalo"] = 4,
    ["deer"] = 4,
    ["crow"] = 1,
    ["robin"] = 2,
    ["robin_winter"] = 2,
    ["canary"] = 2,
    ["butterfly"] = 1,
    ["rabbit"] = 1,
    ["mole"] = 1,
    ["tallbird"] = 2,
    ["bunnyman"] = 3,
    ["penguin"] = 2,
    ["glommer"] = 50, -- You've been bad!
    ["catcoon"] = 5,
}

You don't gain any naughtiness when killing "innocent" RoT mobs like Carrats, Moon Moths, Puffins, or Saladmanders.


Steps to Reproduce
Kill like one thousand Puffins and see how 0 Krampi appear.
  • Like 2



User Feedback


puffins likely don't have any because they're one of the only food source out in the sea, and where would krampus come from anyway?

who can say for sure the moon mobs are innocent?

Share this comment


Link to comment
Share on other sites

If Puffins were given a naughtiness value, Krampus still wouldn't spawn cause you were on a boat when you were doing this. I've tested this with the other creatures that grant naughtiness while on a boat (which may be something they want to fix). If they want to give puffins a naughtiness value for consistencies sake, so be it.

As for whether Carrats & Saladmanders should get a naughtness value, it could go either way. Though given that these two mobs are non-renewable, I'd rather not have people be given an incentive to go out and kill these creatures just to spawn a Krampus.

As for the Moon Moths, they do indeed give naughtiness. Looks like you're referencing an old file @Viktor234 :

local NAUGHTY_VALUE =
{
    ["pigman"] = 3,
    ["babybeefalo"] = 6,
    ["teenbird"] = 2,
    ["smallbird"] = 6,
    ["beefalo"] = 4,
    ["deer"] = 4,
    ["crow"] = 1,
    ["robin"] = 2,
    ["robin_winter"] = 2,
    ["canary"] = 2,
    ["butterfly"] = 1,
    ["moonbutterfly"] = 1, -- THIS ONE HERE
    ["rabbit"] = 1,
    ["mole"] = 1,
    ["tallbird"] = 2,
    ["bunnyman"] = 3,
    ["penguin"] = 2,
    ["glommer"] = 50, -- You've been bad!
    ["catcoon"] = 5,
}

 

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...