Minecraft Maps / Redstone Device

Rolling Fog of DOOM

  • 2,548 views, 2 today
  • 6
  • 2
  • 3
Dragnoz's Avatar Dragnoz
Level 76 : Legendary Technomancer
1,294
Make your own fog of DOOM that follows a player and poisons them when they to close.

Very simple, very easy.

1. Give yourself a named egg
/give @p minecraft:spawn_egg 1 120 {display:{Name:setfog}}

2. next create a fast restone clock

3. Add the follwoing commands to your clock

3.1.
 /execute @e[name=setfog] ~ ~ ~ /summon Zombie ~ ~1 ~ {PersistenceRequired:1,CustomName:"fog",­Attributes:[{Name:generic.followRange,Ba­se:40}],Equipment:[],Invulnerable:1,Sile­nt:1,ActiveEffects:[{Id:2,Amplifier:2,Du­ration:2000000,ShowParticles:0b},{Id:14,­Amplifier:1,Duration:20000000,ShowPartic­les:0b},{Id:18,Amplifier:25,Duration:200­00000,ShowParticles:0b}]}

3.2.
/tp @e[name=setfog] ~ -200 ~

What this does is summon a invisible fog zombie and then killing the villager you just placed.

Next is the foggy DOOM bit

4.1.
/execute @e[name=fog] ~ ~ ~ /particle cloud ~ ~1 ~ 10 1 10 0.01 1000 force

4.2.
/execute @e[name=fog] ~ ~ ~ /effect @a[r=5] minecraft:poison 1 1

and you done.

you now have a rolling fog that will damage you.

You can also grab teh one command install here: pastebin.com/JuFEX8GS
Progress100% complete
Tags

Create an account or sign in to comment.

Burning_ice-cream
05/17/2016 1:54 am
Level 45 : Master Architect
Burning_ice-cream's Avatar
how can I make it a not harm able fog
1
EpicQuestz
07/15/2015 8:41 am
Level 83 : Elite Creator
EpicQuestz's Avatar
Really creative idea!
1
YTCereal
07/15/2015 8:38 am
Level 22 : Expert Network
YTCereal's Avatar
is this some kind of Fog from Hunger Games Catching Fire
1

Welcome