RPG System


This mod adds a basic RPG system to the game (XP, level-up and skills)

8 months ago
0.16 - 1.1
102K

g Magic

1 year, 8 months ago

What it does?

1 year, 7 months ago

that is what i asked

1 year, 7 months ago

From release notes:

New ability: Magic! (may release a shock, slowdown or poison on enemy killed)

I've looked into the code and looks like based on lvl it randomly throws one of:

        if LV>3 then table.insert(weap,'slowdown-capsule') end
        if LV>6 then table.insert(weap,'poison-capsule') end
        if LV>9 then table.insert(weap,'cluster-grenade') end

New response