Modding Help Editing NPC/Monsters Generated from quests.

Discussion in 'Starbound Modding' started by Sumenora, Oct 21, 2019.

  1. Sumenora

    Sumenora Scruffy Nerf-Herder

    I been noticing when i do some quests that their are enemies or monsters like the ones you kill to complete the quests have very strong boosts in their stats such as them hitting harder then normal npcs or they are bigger then normal monsters and tankier.

    do anyone know where i would go to edit these stats
     
  2. Zaakari

    Zaakari Pangalactic Porcupine

    "/quests/generated/questpools/common.config"
    "/scripts/quest/manager/spawn_entities.lua"

    Try having a look at those two for starters.
    The "common.config" (as well as the others in the "questpools" directory) link to the "spawn_entities.lua" file.

    Do a search in the "common.config" file for the "kill_monster" quest.
    Comparing that with the Lua file, you can see some of the parameters the Lua file uses, such as "evolutionChance", "minibossChance", "levelBoost", etc.

    I didn't do any testing, but it looks like this is getting close to what you want.
     

Share This Page