diff -r 261b8fd14235 -r ca7fdb431b34 QTfrontend/model/ammoSchemeModel.cpp --- a/QTfrontend/model/ammoSchemeModel.cpp Sat Feb 17 00:06:34 2018 +0100 +++ b/QTfrontend/model/ammoSchemeModel.cpp Sat Feb 17 00:34:00 2018 +0100 @@ -615,7 +615,8 @@ << QVariant(100) // rope modfier 40 << QVariant(100) // get away time 41 << QVariant(0) // world edge 42 - << QVariant() // scriptparam 43 + // NOTE: If you change this, also change the defaults in the Construction Mode script + << QVariant("initialenergy=550, energyperround=50, maxenergy=1000, cratesperround=5") // scriptparam 43 ; QList spaceinvasion; @@ -663,7 +664,8 @@ << QVariant(100) // rope modfier 40 << QVariant(100) // get away time 41 << QVariant(0) // world edge 42 - << QVariant() // scriptparam 43 + // NOTE: If you change this, also change the defaults in the Space Invasion script + << QVariant("rounds=3, shield=30, barrels=5, pings=2, barrelbonus=3, shieldbonus=30, timebonus=4") // scriptparam 43 ; QList hedgeeditor;