mlopez34 / discordBot

repository for a discord bot
1 stars 0 forks source link

temple #261

Open mlopez34 opened 5 years ago

mlopez34 commented 5 years ago

temple allows you to sorry and thank and give more tacos to the users

mlopez34 commented 5 years ago

templedev table discordid, templelevel, templecraft1id, templecraft2id, templecraft3id, lasttemplecraft, currenttemplecraftslot

mlopez34 commented 5 years ago
INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 1, 8750, 1, 4, 210, 2, 140, 3, 115);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 2, 8750, 1, 4, 210, 2, 140, 3, 115);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 3, 8750, 1, 4, 210, 2, 140, 3, 115);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 4, 19750, 2, 4, 410, 2, 190, 3, 155);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 5, 48750, 2, 4, 610, 2, 340, 3, 215);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 6, 88750, 2, 4, 810, 2, 540, 3, 315);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 7, 178750, 3, 4, 1210, 2, 740, 3, 415);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 8, 358750, 3, 4, 2210, 2, 1140, 3, 615);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 9, 988750, 4, 4, 6210, 2, 5140, 3, 815);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 10, 2498750, 4, 4, 10210, 2, 9140, 3, 3115);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 11, 5238750, 5, 4, 20210, 2, 13140, 3, 8315);

INSERT INTO "public"."upgradeprod"(building, buildinglevel, tacos, reputationlevel, item1id, item1count, item2id, item2count, item3id, item3count )
VALUES('greenhouse', 12, 1118750, 5, 4, 42010, 2, 34010, 3, 17015);