Here is one I just wrote using Joe's as a template.
// Second test of a squawk mod
title: Squawk Test 2
type: squawk
author: {
name: Athena Roberts
email: athena.roberts1@yahoo.com
www:
http://athenaroberts.pw
}
context: ManageMode
// Note that MainMenu squawk mods only need one batch of squawks,
// but it must still be formatted as an (unkeyed) collection.
// This batch is for people complaining about or liking the gravity being high compared to their homeworld
{
when: gravity > 0.9
squawks: {
{ text: [OMG!|Wow!] Gravity [here is much higher|is much greater here] than [Mars|Luna|Ceres] where I'm from!; icon: FaceWorried}
{ text: I can't stay here. I'm too adapted to Lunar gravity; icon: FaceSad}
Looks like I need to do some exercising to get used to Earth normal gravity!
{ text: Nice feeling [solidly|firmly] attached to the ground again; icon: FaceHappy }
My brains are being pulled down to my feet!
I've fallen and I can't get up!
Who glued my feet to the ground?!?!
}
}
One problem I've noticed is with lines like "{ text: Nice feeling [solidly|firmly] attached to the ground again; icon: FaceHappy }", the squawk will print "Nice feeling [solidly|firmly] attached to the ground again" rather than something like "Nice feeling firmly attached to the ground again." I'm not sure why that is. I don't notice any differences between my syntax and the template's.