1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-19 12:28:07 +00:00

newlands:: implemented new Orbs: Gravity, Intensity, Choice

This commit is contained in:
Zeno Rogue
2018-12-23 03:14:48 +01:00
parent 9d82cea995
commit 2bc66342dd
10 changed files with 300 additions and 48 deletions

View File

@@ -1245,7 +1245,12 @@ itemtype iinf[ittypes] = {
"Tasty cookie."
},
{ '*', 0x20C0C0, "West Treasure", NODESCYET},
{ '*', 0xC020C0, "Variant Treasure", NODESCYET}
{ '*', 0xC020C0, "Variant Treasure", NODESCYET},
{ 'o', 0x703800, "Orb of Intensity", NODESCYET},
{ 'o', 0x80D080, "Orb of Gravity", NODESCYET},
{ 'o', 0xD08080, "Orb of Choice", NODESCYET},
// { '*', 0x26619C, "Lapis Lazuli", NODESCYET},
};