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