This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Hi :)
I'm trying to make an ability that spawns a tumor in a random radius around the caster. Should I create units around the caster and pick one at random or something else?
I'm not sure if you can do random in data. Whenever I've needed it, I've done a data/trigger hybrid, and done the randomness in triggers.
Use a create persistent effect with offsets for each grid space in your radius.
Looking for feedback on my custom races extension mod called "Scion Custom Races (Mod)"
Best to do like the Mengsk artillery and use a dummy effect that triggers then use as the centre point for a random placement within the region.
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
https://www.sc2mapster.com/forums/resources/tutorials/179654-data-actor-events-message-texture-select-by-id
https://media.forgecdn.net/attachments/187/40/Screenshot2011-04-17_09_16_21.jpg
Hi :)
I'm trying to make an ability that spawns a tumor in a random radius around the caster. Should I create units around the caster and pick one at random or something else?
I'm not sure if you can do random in data. Whenever I've needed it, I've done a data/trigger hybrid, and done the randomness in triggers.
Use a create persistent effect with offsets for each grid space in your radius.
Looking for feedback on my custom races extension mod called "Scion Custom Races (Mod)"
Best to do like the Mengsk artillery and use a dummy effect that triggers then use as the centre point for a random placement within the region.
Contribute to the wiki (Wiki button at top of page) Considered easy altering of the unit textures?
https://www.sc2mapster.com/forums/resources/tutorials/179654-data-actor-events-message-texture-select-by-id
https://media.forgecdn.net/attachments/187/40/Screenshot2011-04-17_09_16_21.jpg