New Horrors
Moderator: Moderator
New Horrors
If this is the right place?
Make pics of horrors then decide what they should do.
I was hoping to make new horrors that would hunt down the race I tried to make by coming through portals that would randomly open sometimes.
well anyway, like this pic was one idea, a temporal stalker infested with strange black tendrils, and they would have some abilities and attack also.
so, alter some images and then come up with what they do is the idea here, develop monsters.
Make pics of horrors then decide what they should do.
I was hoping to make new horrors that would hunt down the race I tried to make by coming through portals that would randomly open sometimes.
well anyway, like this pic was one idea, a temporal stalker infested with strange black tendrils, and they would have some abilities and attack also.
so, alter some images and then come up with what they do is the idea here, develop monsters.
- Attachments
-
- horror_temporal_temporal_stalker_tendril_infested.png (10.91 KiB) Viewed 9571 times
Re: New Horrors
what do you think of code for these new horrors? any changes?
http://pastebin.com/Pfr6xuvn
Temporal Nightmare Dragon (mostly combo of time Rantha and Nightmare Horror codes)
Worm That Walks Through Time (mostly combo of worm that walks and temporal stalker, some worm stuff)
http://pastebin.com/Pfr6xuvn
Temporal Nightmare Dragon (mostly combo of time Rantha and Nightmare Horror codes)
Worm That Walks Through Time (mostly combo of worm that walks and temporal stalker, some worm stuff)
- Attachments
-
- dragon_temporal_rantha_the_nightmare_horror.png (22.4 KiB) Viewed 9381 times
Re: New Horrors and other monsters
felt like playing with some images.
Chronohydra pretty cool idea i think but I dont know how to code it.
It would have a head in the past, a head in present, and a head in future, or 3 in each?
It would do temporal damage in addition to its normal damages.
Temporal lightning would arc through time.
Temporal acid would do damage over time bidirectionally, so into past and future. stuff like that.
Could have a chance on spawn of the lightning head replaced with a pyrohead or cryohead, etc.
Chronohydra pretty cool idea i think but I dont know how to code it.
It would have a head in the past, a head in present, and a head in future, or 3 in each?
It would do temporal damage in addition to its normal damages.
Temporal lightning would arc through time.
Temporal acid would do damage over time bidirectionally, so into past and future. stuff like that.
Could have a chance on spawn of the lightning head replaced with a pyrohead or cryohead, etc.
- Attachments
-
- Chronohydra.png (8.25 KiB) Viewed 9339 times
Re: New Horrors
been thinking of fusion monsters, shadow-fused, horror-fused, stuff like that.
nightmare vampire bloodshadow temporal shadow stalker
nightmare vampire bloodshadow temporal shadow stalker
Re: New Horrors
shadow vampire lord (has fusion with shadow caster, shadow claw, shadow stalker)
Giant-Headed Lich
Large Rainbow Ooze
shadow vampire (has fusion with of of the above)Giant-Headed Lich
Large Rainbow Ooze
Re: New Horrors
time worms of various sizes
- Attachments
-
- vermin_huge_time_worm.png (10.14 KiB) Viewed 9339 times
-
- vermin_worms_time_worm_mass.png (6.7 KiB) Viewed 9339 times
-
- vermin_worms_time_worms.png (6.27 KiB) Viewed 9339 times
Re: New Horrors
Nightmare Chronolith
Tentacle Goddess Shassh
Tentacle Maid! Re: New Horrors
Beware of Tentacle Bunny!
- Attachments
-
- tentacle_bunny_will_rape_you.png (20.76 KiB) Viewed 9338 times
Re: New Horrors
how about a giant monster and image that takes up like 3x3 tiles? does the game support a giant monster image? maybe it would be stationary but spawn monsters! that is something the game is missing, a huge boss like that.
Re: New Horrors
Big sandworms are 2X2 in size, right?
A little bit of a starters guide written by yours truly here.
Re: New Horrors
No, they are only 1x1, they just look 2x2.
My feedback meter decays into coding. Give me feedback and I make mods.
Re: New Horrors
I suppose you could make an image, split it into 9 pieces and make a monster out of it that all share hp.
A little bit of a starters guide written by yours truly here.
Re: New Horrors
it seems do-able, give each puzzle piece a different ascii character with coords assigned on the map and make them stationary and then there you have it, giant monster, coded to share hp (and i dont know how to).
but what if the h and y are changed more than this:
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_sand_corrupted_sand_wyrm.png", display_h=2, display_y=-1}}},
if the h and y are changed could it look much bigger and still move?
...If anyone wants to tell me how to get new monsters accepted like ive asked in the addons section, since i dont know how to code... then i could try things....
but what if the h and y are changed more than this:
resolvers.nice_tile{image="invis.png", add_mos = {{image="npc/dragon_sand_corrupted_sand_wyrm.png", display_h=2, display_y=-1}}},
if the h and y are changed could it look much bigger and still move?
...If anyone wants to tell me how to get new monsters accepted like ive asked in the addons section, since i dont know how to code... then i could try things....
Re: New Horrors
i wonder if this would be a good alternate to temporal fugue, 3 in 1 instead of 3 separate? conjoined temporal fugue?
The position of the temporal native would function as a portal for the 2 additional temporal existences to access through, and thus they dont split off and move separate from the original, and this would show in the tile image.
What would simulate the trippling? Tripple all speeds of original to get 3x actions, and triple hp, mp, and respective regens? What else? though effects would effect all three via their link, technically 1 monster in code.
Original tile image would replace with a trippled image that shows the two others transparent near the native, as in example here.
So this is like a temporal horror demon, a Chronohydra-fused Shassh, and her variant temporal fugue form gained from fusing with the Chronohydra.
The position of the temporal native would function as a portal for the 2 additional temporal existences to access through, and thus they dont split off and move separate from the original, and this would show in the tile image.
What would simulate the trippling? Tripple all speeds of original to get 3x actions, and triple hp, mp, and respective regens? What else? though effects would effect all three via their link, technically 1 monster in code.
Original tile image would replace with a trippled image that shows the two others transparent near the native, as in example here.
So this is like a temporal horror demon, a Chronohydra-fused Shassh, and her variant temporal fugue form gained from fusing with the Chronohydra.
Re: New Horrors
display_w = 2, display_h = 2, display_x = -0.5, display_y = -0.5,
display = "w", color=colors.GREEN,
is the sandworm burrower with size_category = 5, and gets the above for its 128x128 image.
so, anything of size 5+ would make sense to look larger like that. would be good if did that for an enlarged pc also!
I got these conjoined blood liches below, would pool hp and mp like one creature.
when code for talents say things like ={base=4, every=6, max=8},
what do those numbers mean relative to its speed? inotherwords, to simulate a conjoined collection of creatures by multiplying how fast they do talents and attacks but not movement, could work.
display = "w", color=colors.GREEN,
is the sandworm burrower with size_category = 5, and gets the above for its 128x128 image.
so, anything of size 5+ would make sense to look larger like that. would be good if did that for an enlarged pc also!
I got these conjoined blood liches below, would pool hp and mp like one creature.
when code for talents say things like ={base=4, every=6, max=8},
what do those numbers mean relative to its speed? inotherwords, to simulate a conjoined collection of creatures by multiplying how fast they do talents and attacks but not movement, could work.