Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //config which makes a duna clone called anud which has haha funni numbers and orbits Kerbin
- @Kopernicus:FOR[whateverYourModIsCalled]
- {
- Body
- {
- name = Anud
- identifier = MyModName/Anud
- Template
- {
- name = Duna
- }
- Properties
- {
- radius = 80085
- displayName = Anud^N
- //("^N" adds grammatical neutral gender. I dunno if the english localization supports gendered names, btw)
- geeASL = 69
- rotationPeriod = 1337420
- description = hehehehehehe
- }
- Orbit
- {
- referenceBody = Squad/Kerbin
- semiMajorAxis = 4.2069e8
- }
- ScaledVersion{}
- Atmosphere{}
- PQS{}
- //even though we're not adding or modifying the atmo/pqs, we still need empty nodes here, or things will go wrong.
- }
- }
Add Comment
Please, Sign In to add comment