Skip to content

Commit 7fccbfc

Browse files
Merge pull request #786 from InvalidOS/patch-9
Re-enable Non Verisimile
2 parents 25c095b + b3540a6 commit 7fccbfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

items/exotic.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,8 +1367,8 @@ local verisimile = {
13671367
object_type = "Joker",
13681368
name = "cry-verisimile",
13691369
key = "verisimile",
1370-
pos = { x = 0, y = 1 },
1371-
soul_pos = { x = 1, y = 1, extra = { x = 2, y = 1 } },
1370+
pos = { x = 6, y = 5 },
1371+
soul_pos = { x = 8, y = 5, extra = { x = 7, y = 5 } },
13721372
config = { extra = { xmult = 1 } },
13731373
rarity = "cry_exotic",
13741374
cost = 50,
@@ -1379,7 +1379,7 @@ local verisimile = {
13791379
demicoloncompat = true,
13801380
blueprint_compat = true,
13811381

1382-
atlas = "placeholders",
1382+
atlas = "atlasexotic",
13831383
loc_vars = function(self, info_queue, center)
13841384
return { vars = { number_format(center.ability.extra.xmult) } }
13851385
end,
@@ -1690,7 +1690,7 @@ local items = {
16901690
facile,
16911691
gemino,
16921692
energia,
1693-
--verisimile, WHY IS THIS AN EXOTIC????????????????????
1693+
verisimile, -- it's an exotic because it's fucking peak
16941694
--rescribere, [NEEDS REFACTOR]
16951695
duplicare,
16961696
formidiulosus, -- see tenebris

0 commit comments

Comments
 (0)