more appropriate masses
This commit is contained in:
parent
c040dbb332
commit
3d5385bd73
21
src/defs.txt
21
src/defs.txt
|
@ -15,25 +15,30 @@ actor 300000 0 500000 jupiter
|
||||||
|
|
||||||
actor 3000 0 0 moonlet
|
actor 3000 0 0 moonlet
|
||||||
scale 500
|
scale 500
|
||||||
|
mass 10000000
|
||||||
angularmomentum 0 0.0001 0
|
angularmomentum 0 0.0001 0
|
||||||
|
|
||||||
actor 1000 20 300 monolith
|
actor 1000 20 300 monolith
|
||||||
scale 2
|
scale 2
|
||||||
|
mass 1000
|
||||||
rotationx 0.5
|
rotationx 0.5
|
||||||
angularmomentum 0.0 0.0 0.01
|
angularmomentum 0.0 0.0 0.01
|
||||||
|
|
||||||
actor 10 20 30 monolith
|
actor 10 20 30 monolith
|
||||||
scale 2
|
scale 2
|
||||||
|
mass 1000
|
||||||
rotationx 0.5
|
rotationx 0.5
|
||||||
angularmomentum 0.0 0.0 0.01
|
angularmomentum 0.0 0.0 0.01
|
||||||
|
|
||||||
actor 10000 2000 -3500 monolith
|
actor 10000 2000 -3500 monolith
|
||||||
scale 2
|
scale 2
|
||||||
|
mass 1000
|
||||||
rotationx 0.5
|
rotationx 0.5
|
||||||
angularmomentum 0.0 0.0 0.01
|
angularmomentum 0.0 0.0 0.01
|
||||||
|
|
||||||
actor -8000 -1000 -100 monolith
|
actor -8000 -1000 -100 monolith
|
||||||
scale 2
|
scale 2
|
||||||
|
mass 1000
|
||||||
rotationx 0.5
|
rotationx 0.5
|
||||||
angularmomentum 0.0 0.0 0.01
|
angularmomentum 0.0 0.0 0.01
|
||||||
|
|
||||||
|
@ -44,11 +49,13 @@ actor -3300 10 0 pizzeria
|
||||||
angularmomentum 0 0 0
|
angularmomentum 0 0 0
|
||||||
actor -3400 73 -13 pizzasign
|
actor -3400 73 -13 pizzasign
|
||||||
scale 20
|
scale 20
|
||||||
|
mass 200
|
||||||
rotationy 0.45
|
rotationy 0.45
|
||||||
angularmomentum 0.00001 0 0.0003
|
angularmomentum 0.00001 0 0.0003
|
||||||
actor -3295 3 -32 suit
|
actor -3295 3 -32 suit
|
||||||
name "Space Pizza™"
|
name "Space Pizza™"
|
||||||
chatid pizzeria
|
chatid pizzeria
|
||||||
|
mass 200.0
|
||||||
alive yes
|
alive yes
|
||||||
pronoun it
|
pronoun it
|
||||||
chat pizzeria
|
chat pizzeria
|
||||||
|
@ -98,16 +105,6 @@ actor -3300 10 0 pizzeria
|
||||||
msg 0 end EXIT "Disconnected."
|
msg 0 end EXIT "Disconnected."
|
||||||
lvl info
|
lvl info
|
||||||
|
|
||||||
actor 3800 200 5000 asteroid2
|
|
||||||
scale 100
|
|
||||||
rotationy 0.65
|
|
||||||
angularmomentum 0 0 0
|
|
||||||
|
|
||||||
actor 3650 230 5000 asteroid1
|
|
||||||
scale 30
|
|
||||||
rotationy 0.65
|
|
||||||
angularmomentum 0 0 0
|
|
||||||
|
|
||||||
actor 10 -30 20 MeteorAceGT
|
actor 10 -30 20 MeteorAceGT
|
||||||
scale 5
|
scale 5
|
||||||
vehicle yes
|
vehicle yes
|
||||||
|
@ -115,12 +112,13 @@ actor 10 -30 20 MeteorAceGT
|
||||||
engine ion
|
engine ion
|
||||||
collider sphere 1.5
|
collider sphere 1.5
|
||||||
camdistance 50
|
camdistance 50
|
||||||
mass 500
|
mass 3000
|
||||||
|
|
||||||
actor 10 0 70 suit
|
actor 10 0 70 suit
|
||||||
name Icarus
|
name Icarus
|
||||||
chatid hi_icarus
|
chatid hi_icarus
|
||||||
alive yes
|
alive yes
|
||||||
|
mass 200.0
|
||||||
pronoun it
|
pronoun it
|
||||||
chat hi_icarus
|
chat hi_icarus
|
||||||
name Icarus
|
name Icarus
|
||||||
|
@ -161,6 +159,7 @@ actor -300 0 40 suit
|
||||||
name "Drifter"
|
name "Drifter"
|
||||||
chatid drifter
|
chatid drifter
|
||||||
oxygen 0.08
|
oxygen 0.08
|
||||||
|
mass 200.0
|
||||||
chat drifter
|
chat drifter
|
||||||
name "Drifter"
|
name "Drifter"
|
||||||
msg 5 INIT noresponse "Requesting permission to communicate..."
|
msg 5 INIT noresponse "Requesting permission to communicate..."
|
||||||
|
|
Loading…
Reference in a new issue