Skip to content
Snippets Groups Projects
Commit 6d634c18 authored by DarkGod's avatar DarkGod
Browse files

Movement infusions are tier 2

parent 3375a808
No related branches found
No related tags found
No related merge requests found
...@@ -1695,7 +1695,7 @@ function _M:setupCommands() ...@@ -1695,7 +1695,7 @@ function _M:setupCommands()
print("===============") print("===============")
end end, end end,
[{"_g","ctrl"}] = function() if config.settings.cheat then [{"_g","ctrl"}] = function() if config.settings.cheat then
self:changeLevel(1, "orcs+primal-forest") self:changeLevel(5, "orcs+slumbering-caves")
do return end do return end
local o = game.zone:makeEntity(game.level, "object", {subtype="steamsaw", random_object=true}, nil, true) local o = game.zone:makeEntity(game.level, "object", {subtype="steamsaw", random_object=true}, nil, true)
if o then if o then
......
...@@ -189,7 +189,7 @@ newEntity{ base = "BASE_INFUSION", ...@@ -189,7 +189,7 @@ newEntity{ base = "BASE_INFUSION",
level_range = {10, 50}, level_range = {10, 50},
rarity = 15, rarity = 15,
cost = 30, cost = 30,
material_level = 3, material_level = 2,
inscription_kind = "movement", inscription_kind = "movement",
inscription_data = { inscription_data = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment