From 8c802da555ab58f4120709cc288c2c646e80abc6 Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Sun, 13 Nov 2022 12:56:08 -0500 Subject: [PATCH] add mod --- mods/prop and prompt variables.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mods/prop and prompt variables.js diff --git a/mods/prop and prompt variables.js b/mods/prop and prompt variables.js new file mode 100644 index 00000000..fba73f24 --- /dev/null +++ b/mods/prop and prompt variables.js @@ -0,0 +1,16 @@ +colorInvalidError = "Color must be in the form \"rgb(red,green,blue)\" or \"hsl(hue,saturation%,lightness%)\" (without quotes)!"; +stringSynonyms = [ "string", "str", "st", "s" ]; +numberSynonyms = [ "number", "num", "nm", "nu", "nb", "integer", "int", "i", "it", "float", + "flt", "ft", "fl", "f", "wholenumber", "decimalnumber", "wn", "dn", "w", + "d", "deeznuts" ]; /*The purpose of these blatant lies is, through a + reference to the Alice series of software, have an excuse to include deez + nuts.*/ +objectSynonyms = [ "object", "oj", "obj", "ob", "o", "json" ]; +booleanSynonyms = [ "boolean", "bool", "boole", "boo", "bo", "bl", "b" ]; +arraySynonyms = [ "arr", "a", "ar", "list" ]; +defaultStringTypeValues = ["element","color","clone","changeTo","void","type","spawn"]; +defaultNumberTypeValues = ["x","y","temp","start","vx","vy","chargeCD","start","burnStart","dir","panic","r","frequency","length","delay","volume","debounce","debounceLength","speed","fall","penetrateCounter","chargeCounter","spawnCounter","spawnTime","squadiusX","squadiusY","spawnTries","counter","attachDirection"]; +defaultBooleanTypeValues = ["burning","charge","dead","hissing","following","dirLocked","del","didChargeBlueTinted","shooting","del"]; +defaultArrayTypeValues = ["attachOffsets"]; +synonymsOfTrue = ["true", "t", "1", "yes"]; +synonymsOfFalse = ["false", "f", "0", "no"]; \ No newline at end of file