Fall Up Out Of World
Fall Up Out Of World | |
---|---|
Name | Fall Up Out Of World |
Source Mod | Up And Down And All Around |
It has 4 effects what can be modificated in config (UpAndDownAndAllAround.cfg) in category_fallupoutofworld.
Contents
No Air[edit]
Players above this height will slowly lose air and take damage if they run out, similar to drowning.
Standart it in starts at y=257.0.
Death messages:
- ... asphyxiated
- ... ran out of air
Freezing[edit]
Players above this height will get a freezing effect applied to them that slowly obscures their view. It not make damage for player.
Standart it in starts at y=356.0.
Blood Boil[edit]
Players above this height will take rapid damage similar to falling out of the bottom of the world.
Standart it in starts at y=500.0.
It make damage to player. Standart it 4.0.
Death messages:
- ...'s blood boiled
- ... discovered first-hand that blood boils in space
Instant death[edit]
Players above this height instantly die with specific death message.
Standart it in starts at y=700.0.
Death messages:
- ... tried to go to the moon without a rocket
- ... forgot to bring a spacesuit
- ... became a satellite
- ... left orbit
- ... was sent to outer space, to find another race
- ... tried to dock with the ISS
- ... was abducted by aliens
- ... was hit by cosmic rays
- ... fell into a black hole
- ... has gone to infinity and beyond
category_fallupoutofworld in UpAndDownAndAllAround.cfg[edit]
category_fallupoutofworld { # Players above this height will get a freezing effect applied to them that slowly obscures their view D:freezingHeight=356.0 # Players above this height will slowly lose air and take damage if they run out, similar to drowning D:noAirHeight=257.0 # Players above this height will take rapid damage similar to falling out of the bottom of the world. D:bloodBoilHeight=500.0 # Damage taken each tick while blood is boiling. 4 would be the same as falling out of the bottom of the world D:bloodBoilDamage=4.0 # Players above this height instantly die D:instantDeathHeight=700.0 }
See Also[edit]
The following items may also be of interest:
|