New summon spell

Send your ideas and suggestions here.

Moderator: Board moderators

Rednaxela
Senior member
Posts: 434
Joined: Wed Jan 26, 2005 5:13 am

Post by Rednaxela »

What would suitable default values for that?
Aaron
Senior member
Posts: 496
Joined: Sun Jan 30, 2005 9:04 pm
Location: New Jersey
Contact:

Post by Aaron »

use item power times 2-4?
Arekusanderu
Regular
Posts: 57
Joined: Mon Jul 18, 2005 9:25 pm

Post by Arekusanderu »

Aaron wrote:use item power times 2-4?
For the amount of SP it takes to add something to your junk golem? Maybe, but you'd want to add a per-item flat rate of 1 or else someone could make a silver coin golem and not pay anything for it, and start dragging it over non-magical weapons with good bonuses, and build an invincinble pet with no mana expenditure at all.

So maybe a formula involving weight and itempower, the simplest of which, calling w weight and p itempower, would be as follows:

w/1000 + p*3

Weight is the number in the DM's dump command, it's actually the weight the player sees times 1000. Thus, the formula is reasonably easy to figure out how much it would take to make a golem out of a certain stack.
Rednaxela
Senior member
Posts: 434
Joined: Wed Jan 26, 2005 5:13 am

Post by Rednaxela »

That looks good to me.
Arekusanderu wrote:Weight is the number in the DM's dump command,
Actually players can also see that by left clicking the item.
Arekusanderu wrote:it's actually the weight the player sees times 1000. Thus, the formula is reasonably easy to figure out how much it would take to make a golem out of a certain stack.
All this is because the weight in the main inventory is in kilograms, whereas the weight that left clicking or the dump command shows is in grams
Aaron
Senior member
Posts: 496
Joined: Sun Jan 30, 2005 9:04 pm
Location: New Jersey
Contact:

Post by Aaron »

although you might want to multiply the wieght by 10. or else a dagger golem might be able to be made for 6 mana...
Rednaxela
Senior member
Posts: 434
Joined: Wed Jan 26, 2005 5:13 am

Post by Rednaxela »

perhaps:
(w/1000)^2 + (p^2) or a fixed cost of 20, whichever is higher

("^2" means squared, for those who don't know)
Arekusanderu
Regular
Posts: 57
Joined: Mon Jul 18, 2005 9:25 pm

Post by Arekusanderu »

Rednaxela wrote:perhaps:
(w/1000)^2 + (p^2) or a fixed cost of 20, whichever is higher

("^2" means squared, for those who don't know)
I'd say the MP cost as I depicted is already pretty high, and a smaller flat rate is a good thing so they can summon a smal;l army of real weak ones if they want. Squaring it may be a bit much.
Rednaxela
Senior member
Posts: 434
Joined: Wed Jan 26, 2005 5:13 am

Post by Rednaxela »

Perhaps, but there should at least make a minimum cost, something in the 10-20ish area.

Also, I think making a golem with two chaos swords or something like that should either be not twice as powerful as a golem of one chaos sword, or it's cost should be more than double that of one chaos sword.
Arekusanderu
Regular
Posts: 57
Joined: Mon Jul 18, 2005 9:25 pm

Post by Arekusanderu »

Rednaxela wrote:Perhaps, but there should at least make a minimum cost, something in the 10-20ish area.

Also, I think making a golem with two chaos swords or something like that should either be not twice as powerful as a golem of one chaos sword, or it's cost should be more than double that of one chaos sword.
Cost, w is weight in grams, i is itempower, c is some constant to be determined, probably around 10:

w/1000 + 3i + c

Sound good?
Post Reply