소스 검색

Add a line for chewing up a planet

tags/v1.1.1
Fen Dweller 5 년 전
부모
커밋
5335844e3f
No known key found for this signature in database GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. +13
    -1
      recursive-desc.js

+ 13
- 1
recursive-desc.js 파일 보기

@@ -2011,7 +2011,8 @@ rules["eat"].push({
container.contents["Planet"].count, container.contents["Planet"].count,
"of them within your cosmic body." "of them within your cosmic body."
].join(" ") ].join(" ")
})
});



// CHEWING // CHEWING


@@ -2051,6 +2052,17 @@ rules["chew"].push({
} }
}); });


rules["chew"].push({
test: (container, macro) => hasExactly(container, "Planet", 1) && nothingLarger(container, "Planet") && isFatal(macro),
desc: (container, macro, verbose, flat) => [
"A shadow falls over your next meal - your ",
macro.jawDesc(true),
"closing around the rocky sphere like bolt cutters around a chain-link...and then, with a sharp clench, they split the planet in twain. The heat of the planet's core spills out, the homeworld of billions rent asunder by your almighty",
macro.jawDesc(true) + ".",
"A few more chews and crunches reduce it to chunky, glowing rubble...and with a flick of your head, the planet's remains are lost to your hunger."
].join(" ")
});

// STOMPING // STOMPING


rules["stomp"].push({ rules["stomp"].push({


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