byond - Modules - TypesVar Details - Proc Details

Workin' Joey

Vars

damage_delaydelay between attack voicelines. Short but done for anti-spam
damagedlist of voicelines to use when damaged
quip_delaydelay between Quips. Slightly randomized with quip_delay_minimum plus a random number
quip_delay_minimumconverted into minutes when used to determine cooldown timer between quips
quipslist of quip emotes, taken from Working Joe

Procs

attackedA terrible way of handling being hit. If signals would work it should be used.
emoteSAY THE LINE JOE

Var Details

damage_delay

delay between attack voicelines. Short but done for anti-spam

damaged

list of voicelines to use when damaged

quip_delay

delay between Quips. Slightly randomized with quip_delay_minimum plus a random number

quip_delay_minimum

converted into minutes when used to determine cooldown timer between quips

quips

list of quip emotes, taken from Working Joe

Proc Details

attacked

A terrible way of handling being hit. If signals would work it should be used.

emote

SAY THE LINE JOE