Souls - A Resource?

A place to post your add ons and ideas for them

Moderator: Moderator

Post Reply
Message
Author
Carect
Posts: 4
Joined: Fri Aug 16, 2013 12:19 am

Souls - A Resource?

#1 Post by Carect »

I just checked in ToME's load.lua and did not see a definition for the Souls resource Necromancers use to create their minions.

Is it really not a resource? If so, how do I make it one? :)

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: Souls - A Resource?

#2 Post by HousePet »

Souls are attached to the Necrotic Aura talent.
So either use Necrotic Aura, duplicate Necrotic Aura, or make a new resource.
My feedback meter decays into coding. Give me feedback and I make mods.

Carect
Posts: 4
Joined: Fri Aug 16, 2013 12:19 am

Re: Souls - A Resource?

#3 Post by Carect »

Thanks. Good to know my little project is a bit more complex then I first thought.

Is the hook I'd need to tie this in properly found on the wiki? I'd rather not get in the habit of super/overloading until I absolutely have to.

Zonk
Sher'Tul
Posts: 1067
Joined: Sat Mar 01, 2003 4:01 pm

Re: Souls - A Resource?

#4 Post by Zonk »

It's not a resource but just a counter/variable. Any reason you want to turn it into one, by the way?
ToME online profile: http://te4.org/users/zonk
Addons (most likely obsolete): Wights, Trolls, Starting prodigy, Alternate save/resistance system

Carect
Posts: 4
Joined: Fri Aug 16, 2013 12:19 am

Re: Souls - A Resource?

#5 Post by Carect »

Just wanted to make a Necro/Fighter hybrid for my first ToME/Lua project, and get some more use out of the souls resource while I was at it. I saw that Death Knight add-on on the fourth page or so, but I wanted to do something a bit different - and not use vim.

Of course, souls isn't a proper resource at the moment. It'd probably work just fine as is, but making a proper resource out of it is good practice too.

Thankfully, there are already graphics for the counter. >_>

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: Souls - A Resource?

#6 Post by HousePet »

Would be easiest to just use Necrotic Aura.
My feedback meter decays into coding. Give me feedback and I make mods.

Post Reply