Jump to content

"Innocent" ocean/lunar mobs give no naughtiness


QuartzBeam
  • Pending

A quick look into kramped.lua shows that none of the mobs added in Return of Them give naughtiness, despite a fair share of them seemingly fitting the "innocent" moniker:

  • Moon Moths (they are lunar versions of butterflies, and those give naughtiness)
  • Carrats (cute? check! literally harmless? check!)
  • Saladmanders (cute? check! not hostile unless attacked? check!)
  • Gnarwails (they can be befriended like pigs or bunnymen, but give no naughtiness if killed)
  • Fish & Wobster (every other creature you can murder in the inventory (or cook alive over a fire) gives naughtiness; plus, giving different types of fish different naughtiness values could help differentiate them)

Steps to Reproduce

Kill any of the above in large quantities and no Krampus will spawn... or just check kramped.lua.

  • Like 1



User Feedback


Moon Moths give naughtiness. Its listed right under butterflies in kramped.lua:

Spoiler

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, <- Right here
    ["rabbit"] = 1,
    ["mole"] = 1,
    ["tallbird"] = 2,
    ["bunnyman"] = 3,
    ["penguin"] = 2,
    ["glommer"] = 50, -- You've been bad!
    ["catcoon"] = 5,
}

 

No comment on the other mobs you've listed.

Share this comment


Link to comment
Share on other sites

Ah, sorry. I didn't actually have the file at hand when making the post, and I vaguely remembered seeing moonbutterfly on the list, but I included it just in case.

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...