forked from UriBuilder/AQMod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelogs.txt
2836 lines (1937 loc) · 99 KB
/
changelogs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
####### 1.4.5 #######
# Additions:
Added the Jeweled Chandelier, a quest item for the Exporter town NPC
Added the Ammo Renewal Pack, dropped by Green Jellyfish, makes enemies drop ammo when killed
Added the Jelly Amulet, crafted with the Jellyfish Necklace, Shock Collar, and Ammo Renewal Pack
Added the Eclipse Glasses, sold by the Physicist after a single mech is defeated, prevents the Eclipse from naturally spawning
Added the Transistor, sold by the Physicist, prevents Glimmers from naturally spawning
Added the Dream Catcher, a hook barb found in Skyware Chests in floating islands
Added the Magika Amulet, crafted using the Moon Leech, Mana Flower, and Cross Necklace
Added the Squyp, obtained by fishing at the ocean, summons sentries near your enemies in battle
Added the Sky Palette, randomly rewarded by the Exporter after completing 5 quests
Added the Moon Leech, an item dropped from Hyper Starite
- Sky Islands can now generate with a globe on the table
- Globes now write your tile coordinates into chat when you right click on them
- The Physicist now sells the Solar Tablet after Plantera has been defeated
- Added item icons next to Aequus' config options
- The Exporter now spawns from one of Crabson's claws when defeated for the first time
- The Jeweled Candelabra and Jeweled Chalice are now placeable
- Cavern Palettes can now drop the Enchanted Racquet, Brightstone Chunk, and Armor Polishing Kits from the Split mod if enabled
- The Crab Caves now plays ocean music while you are underground instead of cave music
- The Starite Staff is now crafted instead of dropped by Super Starites
- Being in water now makes you resist hotter temperatures
- Hot and Cold Amulets now make their respective temperatures decrease twice as fast
# Removals:
- Removed the "World-Evil Progression Lock"
- Removed the Terraroot, was replaced with the Ammo Renewal Pack
- Removed the tooltip on the Fizzler
- Removed the naturally generating globe shrines
# Changes:
- Gale Streams should now happen lower down in larger worlds, due to space being much higher in those worlds
- The first temperature effect from cold is now chilled instead of frostburn
- The Overworld and Cavern Palettes can now stack to 99
- Modified the Kochfrost Staff's minions movement, and changed every instance of "Snowsaw" to be instead be "Snowflake" when talking about the minion
- Gore Nests can no longer grow after the Demon Siege has been completed, due to the Memorialist selling it making that redundant
- Cosmicanon is now a world toggle, and has its functions split across the Eclipse Glasses and Transistor
- Renamed the Hyper Crystal to "Hyper Focus Crystal", and changed how it works
- Renamed the Orbicular Stargaizar to "Cosmic Crystal Ball"
- Increased the defense of the Neutrality Amulet
* 2 -> 3
- Quasicrystal, Spiritual, Heated and Freezing, Amulets now gives 2 defense
- Modified all "Amulet" recipes to use an Amulet
- Decreased the droprate of the Umystick from White Slimes
* 1/4 -> 1/15
- Overall lowered Crabson's damage
* 24 (48 in expert) -> 20 (40 in expert)
- Increased the scale of Crabson's pearl shard projectiles and gave them a glowing aura for visibility
- Crabson, and his claws no longer deal contact damage unless doing the slam attack
- Lowered the speed of Crabson's Slam attack slightly
- Crabson's bubble attack now ends 1 second faster
- Omega Starite's deathray no longer damages town NPCs and critters at all
- Omega Starite's orbs now deal 90% less damage to town NPCs
- Hyper Starite's arms now deal 90% less damage to town NPCs
# Fixes:
- Fixed temperature effects from the Gale Streams applying at weird times
- The Red Sprite and Space Squid now only leave when you leave the Gale Streams event instead of leaving when you're too 185 blocks from the top of the world
####### 1.4.4 #######
# Changes:
- Re-worked Crabson's boss fight
- Resprited the Glimmering Statue (tile and item)
- Renamed the Glimmering Statue to Ultimate Crystal
- Resprited the Mythic Starfruit, and renamed it to "Galactic Starfruit"
- Resprited the Xenon Basher and re-made it to work exactly the same as the Mallet
- The Nova Fruit is now craftable in pre-Hardmode
- Lowered the volume on the Studies of the Inkblot
- Nerfed the Mallet
Damage: 20 -> 17
- Nerfed the Xenon Basher:
Damage 40 -> 20
# Fixes:
- Fixed the ATM being unusable
- Fixed the Blurry Discount Card and Business Card setting all prices to 0
- Fixed a small issue regarding the Pumpinator's tooltip
- The Vraine now drops Atmospheric Energy after Omega Starite
- Killing the slime on a Streaming Balloon will now only drop Atmospheric Energy after Omega Starite is defeated or you are in Hardmode
- The Gale Streams progression bar will now be able to appear if Omega Starite is defeated
####### 1.4.3 #######
# Additions:
Added the Kochfrost Staff, a summon weapon crafted using materials from the Space Squid!
Added the Amulet, a base item for all 'Amulet' accessories instead of the Shackle
Added the Glow Band, an accessory which lets you emit light and provides small defense
Added the Double Shot, a bullet which shoots double
Added the Crusader's Crossbow, a bow weapon dropped from Blood Moon Mimics
Added the Flameblaster, an upgrade to the Flamethrower which has increased range, damage, and a special right click function
Added the Air Filter and Head Plate, two mining/extractinator related accessories
Added a recipe for the "Extractor", renamed it to the "Extractor Cog", and resprited it
Added a right click function to the Studies of the Inkblot
The Memorialist now sells the Gore Nest in Hardmode
Crabson now drops Crustacium Blobs so Crustacium is now renewable
# Changes:
Resprited the Copper, Silver, Gold, and Platinum Seals
Renamed the Spiritual Relic to "Spiritual Amulet", and resprited it
Renamed the Quasicrystal to "Quasicrystal Amulet" and resprited it
Resprited the Light, Dark, and Neutrality Amulets
The Light, Dark, and Neutrality Amulets now make you deal 10% more damage to their enemy types instead of take 10% less damage
The Scarlet Sea and Seltzer Rain now use Aquatic Energy in their recipes
The Corrupt Pot and Crimson Hand Staff now use Organic Energy in their recipes
# Fixes:
Saint's Flow and Spicy Eel now properly say "Minor improvements to all stats"
Fixed Cursor Dyes being broken, again
Aequus fish should no longer accidentally completely override vanilla/other mod's fish
The Mod should now properly reload if you disable cooldown reforges
The Gore Nest should no longer get destroyed by lava
The Gore Nest should now be flagged as completed in boss checklist when you complete the Demon Siege
Removals:
Removed the Encore Potion, as it was very buggy and useless
Removed Spiraling Twilight, as it was a very random and old addition which I don't approve of anymore
####### 1.4.2 #######
# Additions:
Items:
Flower Crown, an early-game passive-helmet minion, crafted using Dayblooms
Bloodline, a grappling hook dropped by Blood Moon Mimics after Plantera has been defeated which allows you to steal life from enemies using your grappling hook
Spiritual Relic, a combination of "Dreadsoul" and "Breadsoul"
Palettes, these are special crates obtained by the Exporter NPC which let you roll for loot with less rng involved
Added 4 new reforges, these will be obtainable on "Cooldown" / "Combo" weapons, currently the only weapon which is like that is the Umystick
Timed - Increases cooldowns by 10%
Scheduled - Increases cooldowns by 25%, and also decreases various item stats
Outpacing - Decreases cooldowns by 15%, and also increases "Combo Rate" by 15%
Combo Rate is a variable which will let you perform combos with less inputs, for the Umystick, it just increases how long you get the double jump boost
Speedrunning - Decreases cooldowns by 30%, increases combo rate by 15%, and also increases various item stats, mostly speed related ones
- Added flash effects to Omega Starite's death, Space Squid's deathray, and Red Sprite's Thunderclap
- Added a config option for "Flash Intensity"
- Some visual effects which can cause lag are now greatly toned down if you are using Trippy or Retro lighting, or the "Effect Quality" slider is below 0.5
- Gave Umystick an item cooldown background instead of a cooldown debuff
# Changes:
- The Gale Streams event can now occur while it is raining
- Overhauled "Dreadsoul", renamed it to "Burning Heart", removed its dedicated item tag, added a recipe for it, Diabolists no longer drop it, and increased the chance for Hecktos to drop it
* 1/45 -> 1/20
- Overhauled "Breadsoul", renamed it to "Soul Eater", added a recipe for it, Necromancers no longer drop it, and increased the chance for Dungeon Spirits to drop it
* 1/45 -> 1/20
- The Baguette's Buff no longer stays after death
- Slightly modified the Nimrod visually
- The Exotic Clam is no longer consumable
- The Exotic Clam is now useable in both the Ocean biome and the Crab Crevice biome
- The Gore Nest now explicitly says "Can be used as a demon/crimson altar" in its tooltip
- Added "Casting will drain your magic power for a short time" to Snowgrave's tooltip to warn about the Magic Drain debuff
- Reduced the amount of anti-Destroyer-butcher on Snowgrave
- The tooltips of Burnterizer and Hell's Boon now explcitly say "Sword hits inflict corruption/crimson hellfire"
- Renamed the Burnterizer to the "Cauterizer"
- Modified the Energy's colors to be more appealing
- Resprited the Heart Lamp (item) and slighty modified the pet to be cooler looking
- Resprited the Yucky Orb and renamed it to the "Charming Lure"
- Resprited the Copper, Silver, Gold, and Platinum Seals
- The Platinum Seal now only requires a single Aquatic Energy instead of Ultimate Energy
- Resprited the Mallet
- Resprited the "Shield of the Blooded" and renamed it to "Spike Shield"
- Resprited the Cursed, Ichor, and Mystic Popper
- Resprited Starbytes, and upgraded potions now use the potion sprite with special fx instead of the Starbyte sprite but recolored
- Resprited the Bloodthirst, Shade, Spoils (Plethora), and Opposing Potion
- Resprited the Spicy Eel
- Ultimate Sword now says
> Only obtainable from Omega Starite while there is a glimmer in the sky
* if you have not defeated Omega Starite during the Glimmer Event yet
- The Fan now says
> Strong space winds may cause new creatures to appear
* in Hardmode, if you have not completed the Gale Streams event
- Most things that mention the "Glimmer Event" now just call it the "glimmer", and any mentions of the "location of the glimmer" is now changed to "source of the glimmer"
- The Memorialist now sells the Pale Pufferfish in Hardmode
- All of Aequus' potions now stack to 30 instead of 999
- You can no longer transform the Lifeforce or Spoils Potion into Starbyte upgrades
- Renamed the Spoils Potion to "Plethora Potion"
Balancing:
- Increased Arachnotron Armor's stats to be a direct upgrade of Spider Armor instead of a sidegrade with melee stats
- Nerfed Umystick's infinite flight capabilities, if you use the double jump twice within 6 seconds of the previous jump, the cooldown will be extended
and while the Umystick is on cooldown, you fall slightly faster than you would regularly when holding the Umystick
- Modified the stats of many melee weapons to favor true melee hits a bit more, or they were just weak when you got them:
Hell's Boon - Damage increased from 22 to 48
Spikes spawned deal half damage (24)
Burnterizer - Damage increased from 22 to 55
Item swing time decreased from 24 to 18 (This means it's faster, amt of projectiles shot are uneffected, this only impacts the swinging animation)
Projectiles deal 75% damage (41)
Slightly lowered the scale of Burnterizer since it's massive (20% scale -> 10% scale)
Galactium - Damage increased from 42 to 82
Item swing time decreased from 19 to 10 (amt of projectiles shot are uneffected)
Projectiles shot deal 75% damage instead of 150% damage (61)
Scale increased (10% scale -> 35% scale)
Argon Spear - Damage increased from 15 to 24
Xenon Basher Damage increased from 32 to 40
Mallet Damage increased from 10 to 20
Ultimate Sword
Damage increased from 65 to 70
Item swing time decreased from 18 to 16
Scale increased (30% scale -> 50% scale)
Thunder Clap Damage increased from 44 to 88
Projectiles shot deal 200% damage instead of 400% damage (176)
Scale increased (20% scale -> 35% scale)
Star Blade Scale increased (20% scale -> 30% scale)
Crabsol - Damage increased from 29 to 40
Item swing time increased from 16 to 24 (slower)
Scale increased (0% scale -> 10% scale)
Air Blade - Damage increased from 36 to 90
Projectiles shot deal 50% damage instead of 100% damage (45)
# Fixes:
- Fixed the Lihzahrd Altar map upgrade being very laggy if it cannot find a Lihzahrd Altar
- Hopefully fixed the Dwarf Starite Pet despawning if you go too far away from it
- Hopefully fixed the Demon Siege being funky in Multiplayer
- Fixed the Dungeon map upgrade not working at all in MP, and locking you in the top left corner if used
- Hopefully fixed "No Hit" items always dropping from bosses in multiplayer
- Omega Starite should properly drop the Ultimate Sword in multiplayer
- Fixed a bug related to the Glimmer Event giving an error when determining starite spawns
- Completely rewritten the Exporter's "Hunt" system in order for it to work in Multiplayer
- The Exporter's "Hunt" text option has been replaced with "Thievery" so it can fit with later quest designs
- The Mallet's projectile is now properly flagged as "melee" instead of "magic"
####### 1.4.1 #######
Additions:
Added the Meathook, an item sold by the Memorialist
Added Summit Dye, a rare drop from Hardmode Aequus Boss' Treasure Bags (So just Omega Starite)
Added a new rarity which is given to Narrizuul, Thunderbird, and the Baguette
Changes:
Renamed the Demonite Barb to "Dark Tether"
Renamed the Crimtane Barb to "Blood Articulation"
The Demonite and Crimtane Barbs now use the Metal Barb in their recipes, and no longer require obsidian
The Metal Barb's recipe is now the exact same as the Grappling Hook's recipe
The Thunderbird is now a pair of wings
Resprited Thunderbird
Gave the Studies of the Inkblot a recipe
Resprited the Lightbulb armor set
The Rusty Knife's Kel minion's attack greatly disobeys gravity now
The Rusty Knife now lists its damage, and also scales with summoner stats
The Rusty Knife now modifies how you look visually
* (if marked as visible or put in vanity slot)
Fixes:
Arachnotron Ribcage's arachnotron arm minion no longer breaks tiles (like vines and pots)
The Interstellar Ring's radius now has a cap
* (only visible if you have overpowered accessories equipped)
Fixed some minor issues with the Monoxider and other minions
The Monoxide Hat should no longer be forced upon your head if you are using a chomper and monoxider at the same time
The Fishy Fins now properly get become transparent in your after-images
Fixed a crash regarding the Mothman Mask
####### 1.4 #######
Additions:
Added support for the Census mod!
Added support for the Discord Rich Presence mod!
Omega Starite now appears as hidden unless you interact with the Ultimate Sword, beat Omega Starite, or beat the Wall of Flesh
Added the new Crab Crevice biome!
Added the Stardrop, an item sold by the Physicist which allows town NPCs to move in at night!
Added the Snowflake Cannon, an upgrade to the Snowball Cannon using materials from the Space Squid!
Added Snowgrave, an upgrade to the Water Bolt using materials from the Space Squid!
Added the Beeswax (reference to a console edition pet, might be confused for Bee Wax), it lets you see visible Plantera Bulbs on the map, 1/80 drop from the Plantera boss
Added the Dark Amulet and the Light Amulet
Added the Neutrality Amulet
Added the Red Sprite Mask
Added the Space Squid Mask
Added Light Matter, this replaces the Souls of Flight dropped by Omega Starite, also changed some recipes to use this material instead of Souls of Flight
Added Saint's Flow, a food item dropped by Omega Starite
Added the Shade Potion, Bloodthirst Potion, and Spread Potion
Added Sea Pickles
Added the "Black Book of Untold Legends"
Added the Magical Boomerang
Added Coconut Crab
Added the Mud Crab
Added Sedimentary Sand
Added Crustacium Ore
Added Crustacium Blob
Added Crustacium Bar
Added the Yucky Orb
Added Petrified Wood
Added Petrified Wood Walls
Added Petrified Wood Platforms
Added Petrified Wood Table
Added Petrified Wood Chair
Added an extra Map Background for the Glimmer Event, for when you are near the Ultimate Sword
The Memorialist now sells a Whoopie Cushion during the Blood Moon
The Physicist now sells The Fan during the day, it is still obtainable through Meteors if you don't want to pay
Added Weeping Vines (not minecraft)
Replaced the Turnblock Hammer with the Mallet!
The Lightbulb Armor's set bonus now makes traps (like dart traps) deal 30% less damage
Added an armor set bonus for the Steel Plated Chestplace and the Viking Helmet
Removals:
Removed a rare chest which occasionally spawns at the beach containing Crab Shells
Removed the Hermit Crab Banner (Hermit Crab is a friendly NPC now!)
Removed the Arrow Crab, and Strider Crab, plus their respective banners
Removed Exotic Starfish
Removed Qi
Changes:
Jerry Crabson is now just called "Crabson"
Gold Powder (not Gold Dust) is now sold by the Exporter town NPC instead of the Merchant
Minorly shifted around the Exporter's shop to fit the sorting of other town NPC shops
The Dryad no longer sells Baguettes
Increased the buy price of The Fan
* 1 gold -> 50 gold
The Steel Plated Chestplate is now always sold after the Eater of Worlds or Brain of Cthulhu has been defeated, otherwise it keeps its current spawn-chance in the Air Merchant's inventory
The Travelling Merchant no longer randomly sells Aequus food items
The Dye Trader now sells Gale Streams dyes if you have finished the event, and the Dye Trader is located in space
The Dye Trader now sells all Glimmer Event Dyes during the night if you have defeated Super Starite, Hyper Starite, or Omega Starite
The Dye Trader now sells Hell Beams Dye if you have finished the Demon Siege event, and the Dye Trader is located underground
The Dye Trader now sells Breakdown Dye and Simplified Dye if you have defeated Jerry Crabson, and the Dye Trader is located at the Beach
The Dye Trader now sells all Omega Starite dyes during the night, instead of during the Glimmer Event
The Air Hunter no longer has a visible head on the map, until you find him naturally, then he'll have his map head back
The Air Hunter no longer saves when you exit the world
All town NPCs which sold energies no longer sell energies
Modified the recipe for the Scarlet Sea and Seltzer Rain
The Starite minion can no longer destroy tiles
You can now color the Glow String using dyes or an already colored yoyo string
The Hermit Crab is no longer hostile
The Hermit Crab now has a shop, and sells the items from the Strider Crab, the Clamshell Helmet, Crab Shells, and the recently added black book
Reworked Soldier Crab
The Mothman's critical hit effect now always does the explosion, even if the enemy is immune to its debuff
The Mothman's critical hit effect can no longer damage town npcs
The Globebulb is now obtainable post-Evils instead of early-Hardmode
Lowered the mana cost of the Globebulb to 20, but also decreased the time between mana consumption checks
* 100 mana per second -> 60 mana per second
Lightbulbs can now be placed, and be toggled with wiring
Greatly lowered the amount of Exotic Coral created during worldgen
Internally overhauled the Noble Mushroom's tile code, and reversed the changes done to the Noble Mushroom items
You can no longer place Exotic Coral outside of the water, and can now only be placed on Dirt, Stone (except the mosses), Obsidian, Sand, and Hardened Sand
Modified how Gale Stream's enemy spawn chances are determined
Increased the brightness of the Lightbulb Helmet's light
The Extractor now decreases the damage for Falling Sand which is not fired from the Sandgun
You can no longer craft the Starphish, and Jerry Crabson no longer drops the Crab Barb
Jerry Crabson no longer drops the Crab Rod, it is now obtained through a different method
Vanilla Crabs no longer drop Crab Shells, or the Crab Clock
Jerry Crabson no longer drops the Crab Clock
Jerry Crabson can now drop Simplified Dye, making it obtainable
Increased the amount of Light Matter dropped from Omega Starite in normal mode, so you can actually craft items with it after a single boss defeat
Made Cosmic Energy drop less commonly, but made all items crafted with Cosmic Energy use less
Starites (the singular NPC) can no longer drop Cosmic Energy
Atmospheric Energy is now only obtainable in Hardmode, and modified its droprates to be overall rarer, modified all recipes which include Atmospheric Energy to compensate
Vraine :: 1/3 -> 1/30
White Slime :: 1/2 -> 1/20
Space Squid / Red Sprite :: 100%, drops 1 energy instead of 3
Lowered the amount of Fallen Stars needed to craft the Starite Blade, Starite Spinner, and Space Shot
* 8 -> 5
The Extractor accessory no longer lets you veinmine silt, slush, and desert fossils, but instead increases your general mining speed by 10%
Modified the visual effects of the Floatstick, and made it emit more light
Modified the Glimmer Event's background, again
Vrang should now be more usable when near the ground, since it no longer collides with tiles before it speeds up
The Crab Clock no longer "Increases the natural fluctuations of the ocean" and is now a furniture item sold by the Exporter, and renamed it to "Crab Wall Clock"
The Equivalence Machine now uses your item grab range to determine whether or not an item should be hovering
The Equivalence Machine is now a full on accessory, it no longer works in your inventory / piggybank, and there is no longer a key bind to toggle it on / off
Greatly slowed the item speed of the Crabax
Reworked "map markers", they are now permanent consumable upgrades, Globes which have map markers used on them will drop them when you break the tile
All discovered globes no longer appear on the map when you stand next to a Globe tile
The Cosmic Marker has been renamed to Cosmic Telescope, and got resprited
The Cosmic Marker (Cosmic Telescope) now has a lower chance to be dropped from Omega Starite
* 100% -> 33%
The Bone Marker has been renamed to Vial of Blood, and got resprited
The Bone Marker (Vial of Blood) is now found in Locked Golden Chests in the Dungeon, and can be obtained from Dungeon Lock Boxes
The Lihzahrd Marker has been renamed to Cabbage, and got resprited
The Lihzahrd Marker (Cabbage) is now found in Lihzahrd Chests, and can be obtained in Jungle Crates and Crab Pots after Golem has been defeated
The Retro Marker has been renamed to Blighted Soul, and got resprited
The Retro Marker (Blighted Soul) is no longer dropped from Hyper Starites, and is instead obtained from the Red Sprite or Space Squid with a 20% chance from either of them
Overhauled the Wyvern Amulet, gave it a recipe, and the Wyvern no longer drops it
Overhauled the Voodoo Amulet, gave it a recipe, and the Voodoo Demon no longer drops it
Fixed a localization error with the Spoils Potion buff
The Glimmer Event now states how many tiles away you are from the center, instead of "Cleared ---%"
Moved Omega Starite back to the Pre-Hardmode section of Boss Checklist...
Modified many minor fishing related things
The Celeste Torus no longer gives you 2 extra seconds of flight time
Weapons upgradeable at the Gore Nest now have the tooltip "Can be upgraded at a Hell Altar"
* You can disable this through a config
Renamed the Peeled Carrot to Dragon Carrot since it sounds cooler (and is a real vegetable)
Renamed the Mushroom Clam to "Exotic Clam"
Renamed the Red Sprite Dye to "Scorching Dye"
Renamed the Bloodshed Potion to "Resurrection Potion"
Renamed Fizzling Fire to "Super Scorcher"
Renamed the Starite Blade to "Star Blade"
Renamed Starite Spinner to "Pulsar"
Renamed the Red Sprite Staff to "Surge Rod"
Renamed the Celeste Torus to "Interstellar Ring"
Resprited the Crabax
Resprited the Crab Barb
Resprited the Gale Streams event icon to somewhat match the 1.4 windy day icon
Resprited the Pow Punch item
Resprited the Peeled Carrot (Dragon Carrot)
Resprited Disco Dye, Enchanted Dye, Outline Dye, Rainbow Outline Dye, Scroll Dye, Hypno Dye, Hell Beams Dye, Frostbite Dye, Red Sprite Dye, Censor Dye, Breakdown Dye, and Simplified Dye
Remade the "Ember" particle texture
Resprited the Lightbulb (item)
Resprited the Seltzer Rain and Scarlet Sea, and renamed Seltzer Rain to "Tainted Rain"
Resprited the Hermit Shell, and renamed it to Clamshell Helmet
Resprited the Voodoo and Wyvern Amulets, and renamed the Wyvern Amulet to "Featherflight Amulet"
Resprited the Metal Barb
Fixes:
Hopefully fixed an error where the Ultimate Sword would not respawn if you die to Omega Starite
Fixed the Glimmer Event deactivating if you leave the world
Fixed multiple food items not working if you hold them on your mouse, however some mods will not consider them food items anymore
Crab Pots can now catch regular fish in the desert, since their loot table has 0 fish in the desert, which makes them create an error when catching a fish
Fixed boss checklist descriptions not using the proper localized text
The Exporter Town NPC can no longer drown in water
Hopefully fixed some bugs related to the ATM not letting you reopen it
Ocean Ravine Walls no longer drop Moonlight Walls
The Gale Streams event progress no longer appears in pre-hardmode
Fixed modded NPCs loaded after Aequus not being checked for wind, making all of them completely immune
Fixed a lot of log spamming
Fixed Glow String not emitting light
The Vampire Squid, and many food-related buffs can no longer be turned into a Molite Potion upgrade
Fixed Water Fisg only be catchable at the beach
Fixed a bug where NPCs without banners were all grouped as a single npc according to Dreadsoul (the accessory)
####### 1.3.3 #######
Additions:
The Memorialist, a town NPC which loves death and ashes
Cursed Key, a summoner weapon sold by the Memorialist!
Ghostly Grave, a utility item sold by the Memorialist which disables tombstones from spawning when you die!
Piranha Pot, a summoner weapon obtained by using the Corrupted Pot at a Gore Nest!
Skrawler, a magic weapon obtained by using the Scarlet Sea at a Gore Nest!
When you die in the Underworld, you will now drop a special demonic tombstone!
Changes:
- The Pow Punch is now sold by the Memorialist instead of dropped by Trapper Imps
- Some minions now use your position for targeting enemies instead of their own position, this should let them see better in enclosed spaces
- The Red Sprite and Space Squid now flee if you are not in space
- Added the Crabax and Crab Clock to Crabson's boss checklist entry
- The Mushroom Clam now requires 4 Crab Shells instead of 5
- Gave each temperature debuff a sprite
- Removed the Dedicated Item text on Narrizuul
- Increased the size of the Fizzing Fire's hitbox, and also made it look more like a flame
- Made the Glimmer Event less common after Omega Starite has been defeated, and also made it very slightly less common in general
- Made the Cosmicanon cheaper
* 80 gold -> 60 gold
- Resprited the Equivalence Machine
Fixes:
- The Celeste Torus no longer changes its knockback on its tooltip based on your movement speed
- Fixed a (previously undetectable) bug where Strider Crabs created an error when spawning their gore when eaten by a Chomper
- Greatly improved the performance related to getting textures from an array
- You can now properly teleport to the Dungeon and Temple using the Dungeon and Temple Marker
- Fixed projectiles with a temperature value accidentally resetting back to 0 right after being created
- White Slimes now have a proper temperature value
- Fixed a bug with the Encore Potion consistently giving an error once an NPC dies
- Encore Records now use string codes which should very slightly reduce the amount of data they save
- Greatly improved the syncing of Encore Records in multiplayer by fixing multiple errors in data syncing
- Fixed some particles not updating at all in multiplayer
- Fixed some errors regarding random packets being sent during singleplayer (curse you netcode!)
- Internally reworked the Equivalence Machine's function to work better in multiplayer and break less
####### 1.3.2 #######
Additions:
Studies of the Inkblot, an unobtainable post-ML weapon.
Crab Pot, a tool which lets you catch small fish while you're away!
Glow String, a yoyo string which makes your yoyo string emit light!
Resonance, an upgrade to Cascade (and the Starite Spinner)
Secret buried chests which can spawn in the dirt. However they are invisible to the Spelunker Potion and Metal Detector!
A world gen feature which clears out 1 tile high pools of water, can be disabled through a config
Now randomly during the night, a Life Crystal or Mana Crystal can fall down like a Fallen Star!
Omega Starite now has a new hit sound and also slightly shakes when hit
Added a sound for when you inflict enemies with the "Blue Fire" debuff
Changes:
- Rewrote a portion of the description
- Overhauled the internals of Omega Starite
- Omega Starite's bullets no longer collide with tiles
- The bullets shot from Omega Starite during the orbiting rings phase now increase in speed if you are far away
- The Exotic Torches and Exotic Corals now use the time of day in order to determine their brightness
- Removed the Cosmic Energy required to make the Mythic Starfruit
- The Space Shot is no longer dropped by Super Starite, and is now crafted
- Modified the visuals for the Starite Blade and Starite Spinner
- Made the White Slime's jump slightly smarter
- Removed the bullets required to craft the Terraroot
- Created recipe groups so most items now only have one recipe
- Made the Glimmer Event more common, and modified the way it spawns to be certain that it's common enough
* It should now take at most 9 days between Glimmers, and at minimum 4
- Increased the amount of Cosmic Energy required to craft Galactium
* 5 -> 10
- Nerfed the Starite Sword
* Damage: 38 -> 30
* Autoswing: False -> True
- Nerfed the Starite Spinner
* Damage: 20 -> 16
- Nerfed the Space Shot
* Use Time: 30 -> 36 (slower)
* Autoswing: False -> True
* The bullets shot from the star now have a slightly randomized velocity rotation
* The bullets from the Space Shot now deal half damage, except for the one that is going at the same velocity as the star
- Buffed the Starite Staff:
* Damage: 18 -> 24
* Minion moves x2 as fast
* Summons 1 star instead of 3
- Nerfed the Raygun
* Damage: 32 -> 28
* Knockback: 0.5 -> 1.5
* Use Time: 16 -> 18 (slower)
* Shoot Speed: 24 -> 52.5
- Nerfed the Crystal Dagger
Damage: 19 -> 12
Use Time: 8 -> 10 (slower)
Fixes:
- Baguettes can now burn in lava
- Fixed some localization errors with configs
- Hopefully fixed an issue with Event Progress Bars
- The Light emitted from the Hama Yumi is no longer bright green
- Many special tiles can no longer be placed on ice created by the Ice Rod
- Fixed the background starites from the Glimmer Event constantly respawning when they should be leaving
- Fixed the Ocean Ravines generating improperly
- Fixed quick buff eating a Vampire Squid every frame if you are a vampire
- Fixed an error regarding name tags net sending null strings in multiplayer
- Fixed The Fan and Gale Streams enemies not syncing their wind speed adjustments in multiplayer
- The Gale Streams event should now properly activate in multiplayer
- The clouds from the Red Sprite should no longer appear invisible in multiplayer
- Space Squid should no longer spawn extra projectiles in multiplayer
- Fixed various things related to the Glimmer Event in multiplayer
- Hopefully fixed an issue with Omega Starite spawning improperly during the Glimmer Event
- The Starite minion can no longer see through walls
- Fixed somes issues with incorrect sound folder paths, giving errors when playing sounds
- Meteor bullets shot by the Raygun should now properly pierce and bounce of tiles
####### 1.3.1 #######
Additions:
- Added the Depthscale, fishable in the Corruption after the Eater of Worlds has been defeated
- Added the Fleshscale, fishable in the Crimson after the Brain of Cthulhu has been defeated
- Added the Vampire Squid, fishable during the Blood Moon in Hardmode
- Added the Pale Pufferfish, and Blood Plasma, both fishable during the Blood Moon
- Added a new config which manages everything related to Starites and the Glimmer Event
Changes:
- Overhauled the Glimmer Event's background
- Renamed the Sparkling debuff to "Shimmering"
- Omega Starite's orbs now inflict Blue Fire
- Resprited Sparrow Wings, Blobfish, Combfish, Ultra Eel, Encore Buff, Harmony Buff, Opposing Buff, Prime Time Buff, Spectre Healing Buff,
Spoiled Buff, Supercharged Buff, Chomper Summon Buff, Crimson Hand Summon Buff, Monoxider Summon Buff, Starite Summon Buff, Omega Starite Pet Buff,
Heart Moth Buff, Grape Phanta Buff, Neutron Yogurt Buff, Peeled Carrot Buff, Red Licorice Buff, and Spicy Eel Buff
Fixes:
- Fixed the Corrupt Pot using Crimtane and Tissue Samples instead of Demonite and Shadow Scales
- Fixed the player still burning while dead when inflicted with the Blue Flames debuff
- Fixed the "Glimmer Event fades away" text not appearing when defeating Omega Starite during the Glimmer Event
####### 1.3.0.1 #######
Changes:
- Made the Vine Sword spawn naturally in wooden chests, and drop from the Crab enemy
- Made the Crystal Blade spawn naturally in ice chests
- Removed the crafting recipes for the Noble Mushrooms
- Overhauled Xenon basher
- Changed the Krypton Sword into a boomerang, and renamed it "Krypton Boomerang", and made it require a wooden boomerang to craft instead of the Vine Sword
- Changed the recipe for the Argon Spear to use a Spear instead of the Vine Sword
- Renamed the Vine Sword to "Turnblock Hammer"
- Modified the visuals on The Fan's wind
- Made the Jerry Claw (flail weapon) much faster and throw two claws
Fixes:
- Hopefully fixed a rare crash which can happen on mod initalization
- Fixed a very rare issue regarding the Wind from The Fan not rendering
- Fixed a crash which can happen when renaming items at the Balloon Merchant
- Space Squid now properly drops Frostbite Dye
- Fixed the boss checklist entry for the Gale Streams event to include Space Squid's loot
####### 1.3 #######
Additions:
- Added Frostbite Dye, a dye dropped from Space Squid
- Added a special seed
- Added a gift item which is given to the player if they are in the special seed during December 25th
Changes:
- Modified the rarities of some items
- Fizzlers can now be caught at night, instead of only being catchable during the Glimmer Event
####### 1.2.5.5 #######
Additions:
Space Squid, an miniboss which spawns during the Gale Streams event
Space Squid Banner, and Space Squid Trophy
Siphon Tentacle, a material dropped from the Space Squid
Heated Amulet, crafted using materials dropped from the Red Sprite, upgrade the Degeneration Ring
Freezing Amulet, crafted using materials dropped from the Space Squid, prevents you from getting multiple cold-related debuffs
Nimrod, a fishing rod dropped from Red Sprites
Shock Collar, an accessory dropped from Blue Jellyfishes
A secret item obtained from hell... maybe if you tortured one of your own town NPCs down there...
The Air Merchant now lets you rename items
Changes:
- Miner's Flashlight no longer costs mana
- The Miner's Flashlight is now sold by the Air Merchant instead of the Travelling Merchant
- Increased the health of the Red Sprite
- Modified the recipes for the Moonluna and Sunbask Mirror
- Some lights are now modified by dyes
Fixes:
- Hopefully fixed Red Sprites being super rare
- Fixed Red Sprites not spawning at all if the wind is going towards the west
- Fixed an issue where slimes spawned from the Streaming Balloons are sometimes invisible
- Fixed the progress bar for the Gale Streams event acting funky
- Fixed some minor bugs regarding the Balloon Merchant not being treated like a proper traveler NPC
- Fixed a minor bug where if you tried to name an item nothing, it would cost you money and not rename the item
- The Orbicular Stargaizar now counts as a Crystal Ball
- Fixed a rare localization error when you complete a Robster hunt
- Fixed an issue with the special item jingle creating an error instead of playing the sound
####### 1.2.5 #######
Additions:
Air Hunter, spawns during the Gale Streams event and flies around sky islands. May pay a visit to a sky island if it has town NPCs!
Quasicrystal, an upgrade to the Hyper Crystal, Star Cloak, and Magma Stone
Changes:
- The Description no longer states the amount of Tiles and Walls in the mod
- Removed the multiplayer warning since the mod is like, 1% more playable in multiplayer
- Gale Streams enemies no longer appear if you "safe"
* "safe" meaning if you are behind a friendly wall, or in a town
Fixes:
- Fixed an issue where the Glimmer Event didn't properly net-sync
- Fixed some net issues with Omega Starite
- Fixed some net issues with Jerry Crabson
- Hyper Starite's Arms should now spawn in properly in multiplayer
- Meteors should no longer be invisible in multiplayer
- Strider Crabs should no longer immediately despawn in multiplayer
- The real slime enemy on Streaming Balloons should now appear invisible in multiplayer, until it is released from the balloon
- Gave some items sell values that they were missing:
* Strider Carapace - 80 silver
* Strider Palms - 80 silver
* Hermit Shell - 50 silver
* Dwarf Starite - 10 silver
* Snobster - 5 Silver
####### 1.2.4.10 #######
Additions:
Equivalence Machine, an item sold by the Physicist which makes nearby items float instead of fall
Cosmicanon, an item sold by the Physicist which prevents Blood Moons, Eclipses, and Glimmers
- The Physicist now sells the Ultimate Sword if you have beaten Omega Starite during the Glimmer Event
- The Physicist now shoots a moon projectile instead of a Galactium projectile
- Added a boowomp sound to the White Slime when it glomps
- The White Slime can now drop the Umystick
Changes:
- Converted all sounds to ogg, this should make the mod MUCH smaller in size
- The Glimmer Event can no longer spawn naturally if a Blood Moon happens on the same night
- The Degeneration Ring now prevents more types of fire
- Increased the buy price of the Perpetuator:
* 50 gold -> 80 gold
- Increased the sell price of The Fan
* No Value -> 50 silver
Fixes:
- Fixed an error where client side effects did not unload
- The Ultimate Sword projectile spawned from Omega Starite when defeated during the Glimmer Event no longer goes through platforms below you
- Fixed an issue regarding the Glimmer Event constantly respawning every night
####### 1.2.4.8 #######
Warning:
- If you have placed down the "Rock from an Alternate Universe" painting before, it will now break itself due to it now having a new tile size
Additons:
White Slime, a new enemy which spawns during the Gale Streams event
Cinnamon Roll, a food item dropped from White Slimes... it's also glazed...
Temperature Hair Dye, changes your hair color blue when you're cold, and red when you are warm
Omega Starite Painting, sold by the Painter during the Glimmer Event after Omega Starite has been defeated
- Killing enemies spawned during the Gale Streams event now increases the speed of the wind
- If you are in space, and the Gale Streams event is active, the wind speed will no longer naturally change
- If the wind is above 100 mph, it will greatly decrease if you leave space
- The Dye Trader now sells some new dyes during the Glimmer Event, after Omega Starite has been defeated
- The Traveling Merchant now sells food items from Aequus depending on your progress
Changes:
- Streaming Balloons now have a 50% chance to not contain an item
- Killing a slime attached to a Streaming Balloon now rewards you with Atmospheric Energy
- Increased the size of the Umystick's projectile's hitboxes
- Red Sprites can now only spawn if the wind is greater than 60 mph
- Lowered the spawnrate of the Red Sprite compared to other Gale Streams enemies
- Spawnrates now lower when a Red Sprite is alive
- Ominous numbers no longer appear when you right click a Glimmering Statue
- Catching Combfish or Larva Eels now requires Queen Bee to be defeated
Fixes:
- Fixed an issue with Magmabubbles where they get stuck on Sloped tiles
- The Red Sprite banner now makes you have increased stats against Red Sprites instead of Vraines
- Fixed a small issue with The Fan where the world randomly decides to remove the wind speed you set
- Breaking a placed Red Sprite Trophy should now give the proper item
- Getting hit during Omega Starite's death animation no longer prevents you from "no-hitting" the boss, if you have "no-hit" it by then
- The vignette filter applied near the Ultimate Sword now goes away when you activate it and start the Omega Starite battle
####### 1.2.4.7 #######
Additions:
Umystick, a cool umbrella weapon dropped from Streaming Slimes
- The Gale Streams event now appears on Boss Checklist
- Added a slap sound when you hit an enemy with the Thunder Clap
- Gave the noble mushrooms custom hit/destroy sounds
- The Thunder Clap now uses a custom sound
Changes:
- Some enemies can no longer be affected by wind:
* Antlion
* Paladin
* Yeti
* Krampus
* Brain Scrambler
* Ray Gunner
* Martian Officer
* Gray Grunt
* Martian Engineer
* Gigazapper
* Scutlix (and the rider npc)
* Stargazer
* Twinkle Popper
* Twinkle
* Drakomire (and the rider npc)
* Sroller
* Selenian
* Evolution Beast
* Predictor
* Storm Diver
* Alien Hornet Queen
* Alien Hornet
* Alien Larva
* Vortexian
* Nailhead
* Eyezor
* Goblin Summoner
* Drakanian
* Martian Walker
* Strider Crab
- Some enemies can now be affected by wind:
* King Slime
* Eye of Cthulhu
* Brain of Cthulhu
* Eater of Worlds (specifically the head)
* Skeletron's Hands
* Devourer (specifically the head)
* Giant Worm (specifically the head)
* Hornets
* Man Eater
* Snatcher
* Eater of Souls
* Corruptor
* Crimera
* Ice Elemental
* Anomura Fungus
* Mushi Ladybug
* Ducks (the flying version)
- Increased the size of Red Sprite's hitbox
- The Red Sprite can no longer deal contact damage to players
Fixes:
- Fixed up the Enchanted Dye shader to support transparency, and be brighter
- The Hell Beams dye is less intense and no longer uses your x coordinate for stuff
- Perpetuator Color now properly saves
- Fixed Red Licorice giving you a practically permanent 60 HP boost
- Hovering over Crab Season, the Glimmer Event, or the Demon Siege now shows their event icons instead of a question mark
- The Lihzahrd Marker now properly works
####### 1.2.4.4 #######
Additions:
New item: Perpetuator, lets non-autoswing items gain autoswing!.. At a small price
New item: Red Sprite Trophy
New item: Red Sprite Staff, an item crafted from Fluorescence which summons thunderclouds!
New item: Thunder Clap, an item crafted from Fluorescence which summons thunderbolts from the sky!
New item: Red Sprite Dye
- All barbs now explicitly say "Your grappling hooks inflicts damage"
Changes:
- The Spoils Potion is now sold by Robster instead of the Merchant
- You can now stack Mythic Starfruits to 999
- Lowered the buy price of the Mythic Starfruit
* 20 gold -> 10 gold
- Red Sprites can now drop the Nimbus Rod (1/4 chance)
- Removed the recipes for the Flurry Boots and Sailfish Boots
- Removed the recipe for the Discount Card
Fixes:
- Fixed some localization errors with Recipe Groups
- The Crabax should no longer act weird on Palm Trees
- The Gale Streams event should actually happen during night now
####### 1.2.4.3 #######
Additions:
- Added a new NPC called the Physicist, she can move into town after Omega Starite has been defeated
- Robster now sells Aquatic Energy for 3 gold
Changes:
- The "Lobster" NPC is now called the Exporter
- Exotic Coral can now only grow on stone and dirt
- Exotic Coral can now only generate underground
Fixes:
- The Glimmer Event invasion progress should no longer show when you are underground
- Fixed a localization error with the Spicy Eel
####### 1.2.4 #######
Additions:
New item: Baozhu, an upgrade to the Molotov Cocktail
New item: Fluorescence, a material dropped from Red Sprites
New debuff: Pick Break, lowers your tool speed and halves your pickaxe power, inflicted by crab enemies
New NPC: Red Sprite, it can spawn naturally in Space during a windy day in hardmode (Gale Streams)
- Recipe for the Air Blade
- Neutron Yogurt, Peeled Carrots, and Red Licorice now give custom buffs instead of Well Fed
Changes:
- Vraines now have lower stats in pre-Hardmode
* They use the higher stats in Hardmode still
* Life: 550 -> 320
* Damage: 90 -> 64
- Crab Season now has its own downed flag, which gets triggered if you have kill a crab during crab season
- Increased the buff duration of multiple food items
- Lowered the damage of the Crystal Dagger
* 21 -> 19
- Increased the rarity of Demon Siege weapons
* Orange -> Light Red
- Nerfed the Sprinkler, and modified its recipe
* Damage: 26 -> 20
* Use Time: 12 -> 20
* Shoot Speed: 28 -> 24
* Knockback 4 -> 3.5
- Overhauled the Crabax
- Added localization values for multiple things
Fixes:
- Grape Phanta will no longer increase the speed of your wings
- Fixed an exploit where holding specific food items on your mouse meant you can eat them indefinitely
- Dying now resets your temperature
####### 1.2.3.5 #######
Additions:
Vrang, a boomerang-like weapon dropped from Vraines
Censor Dye, a dye which censors you, dropped from Vraines
Peeled Carrot, a food item dropped from Vraines