安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Is there some sort of hidden requirement?
I just want the Honey Jar, not the Cupcake
How do I blacklist relics? :3
at HalationCode.relics.hsl.BottledLove.onLoseHp(BottledLove.java:133) ~[Halation.jar:?]
at com.megacrit.cardcrawl.characters.AbstractPlayer.damage(AbstractPlayer.java:1777) ~[?:?]
at com.megacrit.cardcrawl.actions.common.DamageAction.update(DamageAction.java:91) ~[?:?]
at com.megacrit.cardcrawl.actions.GameActionManager.update(GameActionManager.java:179) ~[?:?]
at com.megacrit.cardcrawl.rooms.AbstractRoom.update(AbstractRoom.java:325) ~[?:?]
at com.megacrit.cardcrawl.dungeons.AbstractDungeon.update(AbstractDungeon.java:2512) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.update(CardCrawlGame.java:879) ~[?:?]
at com.megacrit.cardcrawl.core.CardCrawlGame.render(CardCrawlGame.java:427) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:225) [?:?]
at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:126) [desktop-1.0.jar:?]
I tried using the Star Compass with 1 gold: Dropped it.
I think there's something we're missing. Maybe you could try to translate your explanation into common English for those of us who aren't fluent in coding jargon? I would greatly appreciate it, the Star Compass is a big mystery I really want to solve!
Now I'm not sure how to actually get this relic to 'activate'. That could be obfuscated in some other file using 'eval' techniques, as there's no direct reference to the variable name that turns this relic on. I.e. potentialReached.
First, it says "Hello World" in the system console, until Stack Exchange changes their site layout. (Once they do, the relic will likely no longer work).
Then it prints a 4-sd approximation of Pi to the system console.
Then, it deals damage. It deals 1 damage if you have 1 gold, 0 damage if you have >1, about ten quintillion damage if you have 0. So basically have at least 1 gold to be ok.
Then, it gives you 58 gold.
It changes your position on the map. The X and Y positions are randomized with a random int64 value. Except: The Y is unchanged when >0 gold.
And finally, you have to fight a boss.