Hey, thanks for adding Lasers and Feelings as a selectable code. I made an improvement.
Laser numbers are blue. Feelings numbers are red. Laser-feelings is green! Laser-feelings counts as a success by normal rules, so thatβs how I set it up.
[ +- ] Lasers & Feelings
{
"diceRules": [
{"rolled": "D6","reason": "LASERS 2","countTotal": "<3"},
{"rolled": "D6","reason": " 2","natural":"<2", "highlight": "info bold"},
{"rolled": "D6","reason": " 2","natural":2, "highlight": "success bold"},
{"rolled": "D6","reason": " 2","natural":">2", "highlight": "fail bold"},
{"rolled": "D6","reason": "FEELINGS 2","countTotal": ">1"},
{"rolled": "D6","reason": "LASERS 3","countTotal": "<4"},
{"rolled": "D6","reason": " 3","natural":"<3", "highlight": "info bold"},
{"rolled": "D6","reason": " 3","natural":3, "highlight": "success bold"},
{"rolled": "D6","reason": " 3","natural":">3", "highlight": "fail bold"},
{"rolled": "D6","reason": "FEELINGS 3","countTotal": ">2"},
{"rolled": "D6","reason": "LASERS 4","countTotal": "<5"},
{"rolled": "D6","reason": " 4","natural":"<4", "highlight": "info bold"},
{"rolled": "D6","reason": " 4","natural":4, "highlight": "success bold"},
{"rolled": "D6","reason": " 4","natural":">4", "highlight": "fail bold"},
{"rolled": "D6","reason": "FEELINGS 4","countTotal": ">3"},
{"rolled": "D6","reason": "LASERS 5","countTotal": "<6"},
{"rolled": "D6","reason": " 5","natural":"<5", "highlight": "info bold"},
{"rolled": "D6","reason": " 5","natural":5, "highlight": "success bold"},
{"rolled": "D6","reason": " 5","natural":">5", "highlight": "fail bold"},
{"rolled": "D6","reason": "FEELINGS 5","countTotal": ">4"},
{"rolled": "D6","total": "0","highlight": "bold", "content":"FAILURE"},
{"rolled": "D6","total": "1","highlight": "bold", "content":"1 SUCCESS"},
{"rolled": "D6","total": "2","highlight": "bold", "content":"2 SUCCESSES"},
{"rolled": "D6","total": "3", "highlight": "bold", "content":"3 SUCCESSES!"}
]
}