diff options
| -rw-r--r-- | beescroll.lua | 6 | ||||
| -rw-r--r-- | verbs.txt | 23 |
2 files changed, 26 insertions, 3 deletions
diff --git a/beescroll.lua b/beescroll.lua index 34a237c..7b07a51 100644 --- a/beescroll.lua +++ b/beescroll.lua @@ -55,11 +55,11 @@ end local norm_color = colors.gray local urgent = { "URGENT", "WARNING", "ALERT", "CRITICAL", "BREAKING" } -local orgs = {"Council", "Committee", "Board" } -local orgtype = { "Executive", "Leadership", "Management" } +local orgs = {"Council", "Committee", "Board", "Division", "Bureau", "Team", "Task Force", "Secretariat" } +local orgtype = { "Executive", "Leadership", "Management", "Control", "Command", "Planning" } local function pretitle() local out = "" - while math.random() < 0.25 do out = choice{"Acting","Provisional","Provisional"} .. " " .. out end + while math.random() < 0.5 do out = choice{"Acting","Acting","Provisional","Provisional","Provisional","Strategic"} .. " " .. out end return out end @@ -45,6 +45,7 @@ unfazed bifurcated sighted configured +reconfigured powdered melted solidified @@ -132,3 +133,25 @@ enumerated rounded composited primed +transposed +misled +heated +cooled +cooked +tenderised +elongated +crucified +tortured +oiled +skeletonized +reupholstered +sprayed +disinfected +interrogated +questioned +enjoined +employed +dusted +altered +surgically altered +refurbished |
