소스 검색

Give powerup frequency upgrades their flavor text

tags/v0.0.4
Fen Dweller 5 년 전
부모
커밋
5bf01ccd68
1개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  1. +10
    -10
      constants.js

+ 10
- 10
constants.js 파일 보기

@@ -1045,24 +1045,24 @@ const clickVictimUpgradeText = {

const powerupFreqUpgradeText = [
{
name: "powerup-freq-1",
desc: "",
name: "All-You-Can-Eat",
desc: "Pour on the powerups.",
},
{
name: "powerup-freq-2",
desc: "",
name: "Buffet",
desc: "Chow down on more and more.",
},
{
name: "powerup-freq-3",
desc: "",
name: "Bottomless Bowl",
desc: "Eat up!",
},
{
name: "powerup-freq-4",
desc: "",
name: "Endless Edibles",
desc: "For every one you eat, two more appear.",
},
{
name: "powerup-freq-5",
desc: "",
name: "UNLIMITED BREADSTICKS",
desc: "UNLIMITED BREADSTICKS",
}
]
// to avoid yoinking stuff from global variables directly...


불러오는 중...
취소
저장