Template: Planet/doc

From Galacticraft Wiki
Jump to: navigation, search
m (1 revision)
(More data: Fuel Depletion, Precipitation and Solar Energy Boost - doc)
 
(2 intermediate revisions by the same user not shown)
Line 12: Line 12:
 
| title =  
 
| title =  
 
| type =
 
| type =
 +
| orbits =
 +
| moons =
 +
| day_length =
 +
| gravity =
 +
| fuel_depletion =
 +
| meteor_frequency =
 
| life_support =  
 
| life_support =  
 
| oxygen =
 
| oxygen =
| gravity =
+
| pressure =
| orbits =
+
| wind_level =
| day_length =
+
| temperature =
 +
| precipitation =
 +
| environmental_boost =
 
}}
 
}}
 
</pre>
 
</pre>
Line 29: Line 37:
 
| <code>image</code> || Image of the profession (should be approx. 150x150px) || <code><nowiki>{{{title}}}.png</nowiki></code> if it exists, otherwise [[:File:No image.png|No image.png]] (linking to the page where to upload the missing image)
 
| <code>image</code> || Image of the profession (should be approx. 150x150px) || <code><nowiki>{{{title}}}.png</nowiki></code> if it exists, otherwise [[:File:No image.png|No image.png]] (linking to the page where to upload the missing image)
 
|-
 
|-
| type || Type of the dimension: Space Station, Planet, Moon, Asteroid || ?
+
| type || Type of the dimension: Space Station, Planet, Moon, Asteroids || ?
 +
|-
 +
| orbits || The body of the Solar System this dimension orbits (e.g. Sun, [[Overworld]]) || ?
 +
|-
 +
| moons || The bodies of the Solar System that orbits this dimension (e.g. [[Moon]], Phobos, Deimos), use None if so  || ?
 +
|-
 +
| day_length || Day-night cycle length in hours and minutes and in Overworld days between parenthesis, such as 0h 00min (0 Overworld days) || ?
 +
|-
 +
| gravity || Gravity in % (Overworld is 100%), according to <code>getFallDamageModifier()</code> || ?
 +
|-
 +
| fuel_depletion || Fuel depletion rate for spacecraft (Overworld is 1), according to <code>getFuelUsageMultiplier()</code> || ?
 +
|-
 +
| meteor_frequency|| Rate of meteor spawning in the dimension, according to <code>getMeteorFrequency()</code> || ?
 
|-
 
|-
 
| life_support || If it is Full of life, Habitable or Uninhabitable || ?
 
| life_support || If it is Full of life, Habitable or Uninhabitable || ?
 
|-
 
|-
| oxygen || Whether there is [[Oxygen]] present in the atmosphere || ?
+
| oxygen || Whether there is [[Oxygen]] present in the atmosphere, according to <code>hasBreathableAtmosphere()</code> || ?
 +
|-
 +
| pressure || Atmosphere pressure changing the volume of sounds on the dimension forcing the player to use the [[Frequency Module]], according to <code>getSoundVolReductionAmount()^(-1)</code> || ?
 +
|-
 +
| wind_level || Amount of wind on the dimension used for flag waving, according to <code>getWindLevel()</code> || ?
 +
|-
 +
| temperature || Temperature of the dimension affecting player's thermal level, according to <code>getThermalLevelModifier()</code> || ?
 
|-
 
|-
| gravity || Gravity in % (Overworld is 100%) || ?
+
| precipitation || Whether rain or snowfall can occur in the dimension, use Yes or No, according to <code>canRainOrSnow()</code> || ?
 
|-
 
|-
| orbits || The body of the Solar System this dimension orbits (e.g. Sun, Overworld) || ?
+
| environmental_boost || Environmental boost for Solar Panels in the dimension, in %, according to <code>(getSolarEnergyMultiplier()-1)*100</code> || ?
 
|-
 
|-
| day_length || Day-night cycle length in hours and minutes and in Overworld days between parenthesis, such as 0h 00min (0 Overworld days) || ?
 
 
|}
 
|}
  

Latest revision as of 22:16, 9 September 2014


{{{text}}}

This template provides a uniform design for Planet templates.

Planet
No image.png
Type

?

Orbits

?

Moons

?

Day-night cycle duration

?

Gravity

?

Fuel Depletion

?

Meteor frequency

?

Life support

?

Oxygen

?

Pressure

?

Wind level

?

Temperature

?

Precipitation

?

Solar Energy Boost

?

{{Planet
| title = 
| type =
| orbits =
| moons =
| day_length =
| gravity =
| fuel_depletion =
| meteor_frequency =
| life_support = 
| oxygen =
| pressure =
| wind_level =
| temperature =
| precipitation =
| environmental_boost =
}}
Parameter Function Default value
title Only needed to change the title from the page name {{BASEPAGENAME}}
image Image of the profession (should be approx. 150x150px) {{{title}}}.png if it exists, otherwise No image.png (linking to the page where to upload the missing image)
type Type of the dimension: Space Station, Planet, Moon, Asteroids ?
orbits The body of the Solar System this dimension orbits (e.g. Sun, Overworld) ?
moons The bodies of the Solar System that orbits this dimension (e.g. Moon, Phobos, Deimos), use None if so ?
day_length Day-night cycle length in hours and minutes and in Overworld days between parenthesis, such as 0h 00min (0 Overworld days) ?
gravity Gravity in % (Overworld is 100%), according to getFallDamageModifier() ?
fuel_depletion Fuel depletion rate for spacecraft (Overworld is 1), according to getFuelUsageMultiplier() ?
meteor_frequency Rate of meteor spawning in the dimension, according to getMeteorFrequency() ?
life_support If it is Full of life, Habitable or Uninhabitable ?
oxygen Whether there is Oxygen present in the atmosphere, according to hasBreathableAtmosphere() ?
pressure Atmosphere pressure changing the volume of sounds on the dimension forcing the player to use the Frequency Module, according to getSoundVolReductionAmount()^(-1) ?
wind_level Amount of wind on the dimension used for flag waving, according to getWindLevel() ?
temperature Temperature of the dimension affecting player's thermal level, according to getThermalLevelModifier() ?
precipitation Whether rain or snowfall can occur in the dimension, use Yes or No, according to canRainOrSnow() ?
environmental_boost Environmental boost for Solar Panels in the dimension, in %, according to (getSolarEnergyMultiplier()-1)*100 ?