Solo Mod

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: Solo Mod

Post by petri »

Here, this doubles your attack speed:

Code: Select all

party:getChampion(1):addTrait("lightning_speed")
I don't think there's any way to enable faster movement speed with 1.3.6.
User avatar
Komag
Posts: 3659
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: Solo Mod

Post by Komag »

I don't know of any way to add that speed effect
Finished Dungeons - complete mods to play
Rifterr
Posts: 4
Joined: Fri Jan 11, 2013 4:48 am

Re: Solo Mod

Post by Rifterr »

The attack speed code I wouldn't use, thank you though.

Seems odd theres no way to give a character the thunderstruck speed/trait.

Unfortunate, but whatever. Thanks for the replies.
User avatar
Komag
Posts: 3659
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: Solo Mod

Post by Komag »

Rifterr wrote:Seems odd theres no way to give a character the thunderstruck speed/trait.

Unfortunate, but whatever. Thanks for the replies.
Actually, we can, but it doesn't seem to work. It's the section:
Champion:addTrait(trait, silent)

so if we put in the console

Code: Select all

for i=1,4 do party:getChampion(i):addTrait("lightning_speed",true) end
it adds the "Thunderstruck" trait to all the party members, but the movement speed is unaffected, I'm not sure why
Finished Dungeons - complete mods to play
User avatar
Brodie301
Posts: 286
Joined: Sun Apr 08, 2012 6:00 pm
Location: Mississippi, USA

Re: Solo Mod

Post by Brodie301 »

I have Thumderstruck setup on my solo ranger and it works. It cuts the weapon cool down in half it seems. I can get almost 3 hits in vs almost 2 without. But I may be wrong
The FORCE is with me!!!
User avatar
Komag
Posts: 3659
Joined: Sat Jul 28, 2012 4:55 pm
Location: Boston, USA

Re: Solo Mod

Post by Komag »

Maybe it has to be coupled with a ranger? Hmm, just tried setting everyone to be a ranger, no go. Maybe can only be one active? Just tried disabling three, leaving one, nope. Tried removing all other previous traits, didn't work. I can't seem to make it work no matter what I do.

(movement speed is the biggest indicator of the thunderstruck trait)

EDIT - I tested this again, it WORKS for reducing weapon attack cooldown speed, cut in half as it's supposed to do, but it doesn't work to make you walk faster, which is the more important factor to some people. It doesn't require being a ranger or the only member enabled or anything like that, just add the trait and you can attack twice as often :)
Finished Dungeons - complete mods to play
Rifterr
Posts: 4
Joined: Fri Jan 11, 2013 4:48 am

Re: Solo Mod

Post by Rifterr »

some sort of bug? or perhaps the speed boost isn't connected with thunderstruck (which is halving attack speed). Could be a completely different code that gives the movement speed buff
Post Reply