A Deno-powered backend service for Plants vs. Zombies: MODDED. [Read-only GitHub mirror] docs.pvzm.net
express typescript expressjs plant deno jspvz pvzm game online backend plants-vs-zombies zombie javascript plants modded vs plantsvszombies openapi pvz noads
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

regex fail

Clay 235433b0 8de1b9d3

+1 -1
+1 -1
modules/decode.ts
··· 43 43 }; 44 44 45 45 const REVERSE_TINYIFIER_MAP: Record<number, string> = Object.fromEntries(Object.entries(TINYIFIER_MAP).map(([key, value]) => [value, key])); 46 - $1; //$2\l$3lant names array matching the frontend 46 + // plant names array matching the frontend 47 47 export const allPlantsStringArray = [ 48 48 "oPeashooter", 49 49 "oSunFlower",