Untitled
unknown
python
3 years ago
551 B
10
Indexable
# ATAK NEPTUN -> def neptun(): # 1. Zmieniam pogodę na burza gameplay.set_weather(THUNDER) # 2. DOSTAJE TROJZAB mobs.give(mobs.target(NEAREST_PLAYER), TRIDENT, 1) # 3. DODAJE ENCHANT "Unbreaking" "Channeling", mobs.enchant(mobs.target(NEAREST_PLAYER),"Unbreaking", 3) mobs.enchant(mobs.target(NEAREST_PLAYER),"Channeling", 1) # 4. Dodaje pauze na czas tego ataku loops.pause(30000) loops.pause(30000) # 5. Czyszcze pogodę gameplay.set_weather(CLEAR) # 6. Podpiac super atak player.on_chat("n", neptun)
Editor is loading...