Creeper/Enemy Unit ideas

Started by Zoura3025, March 01, 2015, 03:19:05 PM

Previous topic - Next topic

Zoura3025

This is an open forum to place Enemy unit Crpl code, I have a couple but if others pitch in this could be something great!
(09:06:07) Zoura3025: But for us diehard fans: "Time is Sanity"

Zoura3025

This is the coding for the titan unit "Barrage" in my creeper intelligence maps. If you want play with it and try to make something cool!
once 30 SetTimer0 endonce
GetTimer0 eq0 if
CurrentCoords RandCoords 1 20 CreateSpore
30 SetTimer0
endif
(09:06:07) Zoura3025: But for us diehard fans: "Time is Sanity"

warren

Volcano type things are already quite popular. Emergence is probably the best map in user space. However, those things are good in part because they have a limited range.

Zoura3025

Quote from: warren on March 01, 2015, 04:09:04 PM
Volcano type things are already quite popular. Emergence is probably the best map in user space. However, those things are good in part because they have a limited range.

If you have played the map I made with it, I used a starting base to counter it, it makes Anti-air defense important.
(09:06:07) Zoura3025: But for us diehard fans: "Time is Sanity"

Michionlion

Just as a heads up, you can place code inside [ code ] brackets (similar to quotes) to see this:

once 30 SetTimer0 endonce
GetTimer0 eq0 if
CurrentCoords RandCoords 1 20 CreateSpore
30 SetTimer0
endif
"Remember kids, the only difference between science and messing around is writing it down."
                                                                                                                         - Adam Savage

My website
My CW1, and CW2 maps!

iwishforpie2

Catapult idea: sends 10 spores with the creeper around it in a 5x5 area. Make sure to make it check if total creeper is more than 0.2

You could make it have a few set locations.
What's a pie? I'm not a pie. I'm a pi.

Asbestos

Idea: Corruptor - Every 60 seconds, turns one unit in a small radius around it into its corrupt version, as seen here.