Raceclass idea: Dryad

A place to post your add ons and ideas for them

Moderator: Moderator

Post Reply
Message
Author
loimprevisto
Thalore
Posts: 131
Joined: Sun Apr 21, 2013 8:27 am

Raceclass idea: Dryad

#1 Post by loimprevisto »

I have an idea for a weird race; in the near term it would be more of an exercise in learning my way around the code than something playable/balanced.

The basic concept is an avatar of nature... sort of like a treant solipsist. I imagine Psi being both the primary resource for talents and life bar, with equilibrium being used for the most powerful talents and to survive when out of psi. Before I dive into the code, could someone tell me whether it's possible to implement these features and perhaps point me toward a relevant example?

1. Remove health bar and convert all damage to psi
1a. As a possible work around, set health permanently to 1
1b. Remember to do it in a way that accounts for items that give bonus life/regen
2. Convert overflow psi damage to equilibrium
3. Trigger equilibrium test when damaged at zero psi. Trigger shield if successful or death if failed

Doctornull
Sher'Tul Godslayer
Posts: 2402
Joined: Tue Jun 18, 2013 10:46 pm
Location: Ambush!

Re: Raceclass idea: Dryad

#2 Post by Doctornull »

loimprevisto wrote:I have an idea
You know there's a forum for ideas, right? ;)
Check out my addons: Nullpack (classes), Null Tweaks (items & talents), and New Gems fork.

malboro_urchin
Archmage
Posts: 393
Joined: Thu Dec 12, 2013 7:28 pm

Re: Raceclass idea: Dryad

#3 Post by malboro_urchin »

I think Equilibrium makes more sense than Psi as a Dryad's resource. Psi is for mental powers, and a Dryad is all about nature, not psionic power.
Mewtarthio wrote:Ever wonder why Tarelion sends you into the Abashed Expanse instead of a team of archmages lead by himself? They all figured "Eh, might as well toss that violent oaf up in there and see if he manages to kick things back into place.

Faeryan
Sher'Tul
Posts: 1308
Joined: Wed Jan 07, 2004 5:01 pm
Location: Finland

Re: Raceclass idea: Dryad

#4 Post by Faeryan »

Doctornull wrote:
loimprevisto wrote:I have an idea
You know there's a forum for ideas, right? ;)
Addons: A place to post your add ons and ideas for them
Stronk is a potent combatant with a terrifying appearance.

loimprevisto
Thalore
Posts: 131
Joined: Sun Apr 21, 2013 8:27 am

Re: Raceclass idea: Dryad

#5 Post by loimprevisto »

Doctornull wrote:
loimprevisto wrote:I have an idea
You know there's a forum for ideas, right? ;)
I figured that the idea forum was for changes to the main game... Faeryan beat me to the punch with the quote about the addons forum :P
I think Equilibrium makes more sense than Psi as a Dryad's resource. Psi is for mental powers, and a Dryad is all about nature, not psionic power.
Perhaps Dryad is the wrong name, the concept is for a being that is basically a psychic manifestation of trees; sort of like an autonomous solipsist's thoughtform. AFIK ToME doesn't have fey beings in the lore but it does have sentient trees, so a being that is essentially the psychic personification of the forest could make sense. Perhaps I'd make it somehow related to The Dreaming One.

The starting zone would probably be a modified old forest set after Wrathroot/Shardskin or (Snaproot?) is defeated, and once I figure out whether it is possible to build the race I could work on a corrupted variant that uses vim instead of equilibrium... still a lot of brainstorming to do about that possibility though.

Nizidra
Higher
Posts: 48
Joined: Sat Jan 11, 2014 1:59 pm

Re: Raceclass idea: Dryad

#6 Post by Nizidra »

There is a resource that represents life force - vim. Currently it is used only on corruptor classes, but that doesnt mean that this life energy is not of nature origins (corruptors have to drain that energy from creatures they kill).

And your overall race concept sounds like permanent bloodcasting corruptor, so you can borrow that idea and use normal hp as resource for skills.
Opinions are like assholes. Everybody's got one and everyone thinks everyone else's stinks.

Forger101
Halfling
Posts: 91
Joined: Sun Oct 20, 2013 3:40 pm
Location: Dreamscape

Re: Raceclass idea: Dryad

#7 Post by Forger101 »

I just looked at your post and realized how similar my race idea is to yours. Sorry about that I assumed that the treant race wasn't being explored :wink:. Maybe we could help each other with the treant lore or something like that.
<[Relic]> Az lonk as yu hav a hiskool dipooma you be ok wit dat gr8 speakin

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

Re: Raceclass idea: Dryad

#8 Post by HousePet »

Vim is not a good idea for a nature based character.
Every time you spend Vim it increases your Equilibrium by 4 per point.
And it counts as an arcane source.
My feedback meter decays into coding. Give me feedback and I make mods.

loimprevisto
Thalore
Posts: 131
Joined: Sun Apr 21, 2013 8:27 am

Re: Raceclass idea: Dryad

#9 Post by loimprevisto »

HousePet wrote:Vim is not a good idea for a nature based character.
Every time you spend Vim it increases your Equilibrium by 4 per point.
And it counts as an arcane source.
The whole point is that they wouldn't be nature based any more ;)

The corrupted variant would be vim/psi based, with a bone shield mechanic when psi runs out rather than the equilibrium/shield mechanic mentioned above.

Right now I have too many ideas and not enough technical knowledge to implement them... I've been digging through LUA tutorials and peeking into the game's code, but the first thing I need to do is write myself a design document so I have a roadmap for what I actually want to do.

Post Reply