57b3a5b9b3
feat: clan vault ( #1093 )
...
Build / build (22) (push) Successful in 37s
Build / build (18) (push) Successful in 56s
Build / build (20) (push) Successful in 51s
Build Docker image / docker (push) Successful in 32s
Closes #1080
Reviewed-on: #1093
2025-03-06 21:24:25 -08:00
95dedaf976
chore(webui): update Russian translation ( #1096 )
...
Build / build (20) (push) Successful in 39s
Build / build (18) (push) Successful in 56s
Build / build (22) (push) Successful in 51s
Build Docker image / docker (push) Successful in 36s
Reviewed-on: #1096
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-03-06 20:43:09 -08:00
519cb26044
fix(webui): remove unnecessary elements when changing language ( #1095 )
...
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Fixes #1094
Reviewed-on: #1095
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
2025-03-06 20:42:30 -08:00
77aa1caa8f
feat: dojo room destruction stage ( #1089 )
...
Build / build (20) (push) Successful in 38s
Build / build (18) (push) Successful in 57s
Build / build (22) (push) Successful in 56s
Build Docker image / docker (push) Successful in 39s
Closes #1074
Based on what I could find, apparently only rooms need 2 hours to destroy and decos are removed instantly.
Reviewed-on: #1089
2025-03-06 07:19:01 -08:00
6daa8ab5da
chore(webui): fixup french translation
Build / build (18) (push) Successful in 41s
Build / build (20) (push) Successful in 54s
Build / build (22) (push) Successful in 1m2s
Build Docker image / docker (push) Successful in 33s
2025-03-06 09:29:57 +01:00
c4ab496aa3
feat: dojo decorations ( #1079 )
...
Build / build (22) (push) Successful in 37s
Build / build (20) (push) Successful in 55s
Build / build (18) (push) Successful in 52s
Build Docker image / docker (push) Successful in 32s
Closes #525
Reviewed-on: #1079
2025-03-05 23:54:47 -08:00
97b61b51b7
feat(webui): french translation ( #1085 )
...
Build / build (18) (push) Successful in 39s
Build / build (20) (push) Successful in 54s
Build / build (22) (push) Successful in 37s
Build Docker image / docker (push) Successful in 33s
Reviewed-on: #1085
Co-authored-by: Vitruvio <vitruvio@noreply.localhost>
Co-committed-by: Vitruvio <vitruvio@noreply.localhost>
2025-03-05 22:26:00 -08:00
0de0416ba3
chore: remove unused strings
Build / build (20) (push) Successful in 36s
Build Docker image / docker (push) Successful in 32s
Build / build (22) (push) Successful in 1m3s
Build / build (18) (push) Successful in 56s
2025-03-05 16:31:13 +01:00
0a2b2f5218
chore: update URL to avoid needing a redirect ( #1084 )
...
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Successful in 55s
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Because it obviously doesn't bring you anywhere currently and it could be used by a third party unfortunately.
Reviewed-on: #1084
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
2025-03-05 07:30:19 -08:00
bafc6322c2
fix: proper response for fusionTreasures.php ( #1078 )
...
Build / build (18) (push) Successful in 47s
Build / build (20) (push) Successful in 52s
Build / build (22) (push) Successful in 1m6s
Build Docker image / docker (push) Successful in 1m33s
Fixes #1077
Reviewed-on: #1078
2025-03-05 03:51:48 -08:00
0869bbfb27
feat: rush dojo component ( #1075 )
...
Build / build (20) (push) Successful in 37s
Build / build (18) (push) Successful in 54s
Build Docker image / docker (push) Successful in 33s
Build / build (22) (push) Successful in 1m4s
Closes #1072
This whole system is a bit weird to me. It seems the RushPlatinum is not used by the client at all, so the server just adjusts the CompletionTime. We seem to be about 1% off, but I'm not quite sure why.
Reviewed-on: #1075
2025-03-04 10:33:38 -08:00
fba1808b07
fix: failure to create a new dojo
Build / build (18) (push) Successful in 40s
Build / build (22) (push) Successful in 52s
Build Docker image / docker (push) Successful in 32s
Build / build (20) (push) Successful in 1m9s
2025-03-04 19:31:23 +01:00
2ec110733f
note
Build / build (20) (push) Successful in 39s
Build / build (22) (push) Successful in 52s
Build / build (18) (push) Successful in 58s
Build Docker image / docker (push) Successful in 32s
2025-03-04 08:34:42 +01:00
f3f1bfc890
chore: simplify rngService ( #1073 )
...
Build / build (20) (push) Successful in 33s
Build / build (18) (push) Successful in 51s
Build / build (22) (push) Successful in 33s
Build Docker image / docker (push) Successful in 31s
getRandomWeightedReward now takes any object with lowercase 'rarity', and the only alternative to it is the 'uc' variant which takes any object with uppercase 'Rarity'
usage of IRngResult is now also optional
Reviewed-on: #1073
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-03 12:48:46 -08:00
67a275a009
feat: dojo component "collecting materials" stage ( #1071 )
...
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Closes #1051
Reviewed-on: #1071
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-03 12:48:39 -08:00
77cadc732c
chore: give baro his entire stock (from TennoCon 2024) ( #1067 )
...
Build Docker image / docker (push) Waiting to run
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
given that his offers are currently not rotating
Reviewed-on: #1067
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-03 12:48:24 -08:00
f97bdea447
fix: send heart of deimos email when quest is given ( #1065 )
...
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Fixes #1061
Reviewed-on: #1065
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-03 12:48:11 -08:00
3442f15c6d
fix(starter-bat): don't start if build step has failed ( #1069 )
...
Build / build (20) (push) Successful in 38s
Build / build (22) (push) Successful in 56s
Build Docker image / docker (push) Successful in 32s
Build / build (18) (push) Successful in 51s
Reviewed-on: #1069
2025-03-03 05:48:54 -08:00
b3003b9fb3
feat: resource extractor drones ( #1068 )
...
Build / build (18) (push) Waiting to run
Build / build (20) (push) Waiting to run
Build / build (22) (push) Waiting to run
Build Docker image / docker (push) Waiting to run
Closes #793
Reviewed-on: #1068
2025-03-03 05:48:46 -08:00
36d12e08c7
chore: turn guild DojoComponents into a DocumentArray ( #1070 )
...
Build / build (22) (push) Successful in 35s
Build / build (18) (push) Successful in 53s
Build / build (20) (push) Successful in 57s
Build Docker image / docker (push) Successful in 32s
and use .id for setDojoComponentMessage
Reviewed-on: #1070
2025-03-03 05:46:16 -08:00
d7ec259e2d
chore: fix inventorySchema transform for projection
Build / build (18) (push) Successful in 40s
Build / build (20) (push) Successful in 52s
Build / build (22) (push) Successful in 57s
Build Docker image / docker (push) Successful in 31s
2025-03-02 16:09:18 +01:00
0798d8c6b4
chore: update cert ( #1056 )
...
Build / build (20) (push) Successful in 52s
Build / build (22) (push) Successful in 47s
Build / build (18) (push) Successful in 59s
Build Docker image / docker (push) Successful in 29s
The *.p2ptls.com cert expires on April 16, so I'm changing it for *.viatls.com which expires on August 3.
Reviewed-on: #1056
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-02 04:22:20 -08:00
8a6f36a9b0
feat(webui): add relics via "add items" ( #1066 )
...
Build / build (22) (push) Waiting to run
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Closes #1062
Reviewed-on: #1066
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-02 04:21:59 -08:00
9158209059
feat: handle acquisition of EmailItems ( #1064 )
...
Build / build (18) (push) Successful in 53s
Build / build (22) (push) Successful in 48s
Build / build (20) (push) Successful in 1m2s
Build Docker image / docker (push) Successful in 34s
Fixes #1063
Reviewed-on: #1064
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-03-02 04:18:59 -08:00
70cd088ffa
chore: exclude markdown files from prettier
Build / build (18) (push) Successful in 39s
Build / build (20) (push) Successful in 50s
Build / build (22) (push) Successful in 58s
Build Docker image / docker (push) Successful in 31s
2025-03-02 12:04:22 +01:00
bbc40d5534
feat: updateSongChallenge ( #1024 )
...
Build / build (18) (push) Waiting to run
Build / build (20) (push) Waiting to run
Build / build (22) (push) Waiting to run
Build Docker image / docker (push) Waiting to run
Closes #707
untested but should be correct based on all the information I could find
Reviewed-on: #1024
2025-02-28 18:18:33 -08:00
da2b50d537
feat: collectible series ( #1025 )
...
Build / build (20) (push) Successful in 41s
Build / build (22) (push) Successful in 52s
Build / build (18) (push) Successful in 56s
Build Docker image / docker (push) Successful in 34s
Closes #712
a bit unsure about the inbox messages, but otherwise it should be working
Reviewed-on: #1025
2025-02-28 18:09:37 -08:00
32cc8dc61b
fix: preinstall potatoes on non-crafted equipment ( #1037 )
...
Build / build (22) (push) Successful in 36s
Build / build (18) (push) Successful in 49s
Build / build (20) (push) Successful in 54s
Build Docker image / docker (push) Successful in 37s
Fixes #1028
Reviewed-on: #1037
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-02-28 12:39:51 -08:00
c971a484ef
feat: updateAlignment ( #1039 )
...
Build / build (22) (push) Successful in 36s
Build / build (18) (push) Successful in 49s
Build / build (20) (push) Successful in 51s
Build Docker image / docker (push) Successful in 31s
Closes #1038
may need some more information about how this endpoint works. had to make a few assumptions.
Reviewed-on: #1039
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-02-28 12:36:49 -08:00
8c662fa1ec
feat: derelict vault rewards ( #1049 )
...
Build / build (22) (push) Successful in 36s
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build Docker image / docker (push) Has been cancelled
Closes #1045
Reviewed-on: #1049
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-02-28 12:36:01 -08:00
4205364bd8
feat: noDojoResearchCosts & noDojoResearchTime ( #1053 )
...
Build / build (22) (push) Successful in 36s
Build / build (20) (push) Successful in 48s
Build Docker image / docker (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Closes #1052
Reviewed-on: #1053
Co-authored-by: Sainan <sainan@calamity.inc>
Co-committed-by: Sainan <sainan@calamity.inc>
2025-02-28 12:35:14 -08:00
caec5a6cbf
feat: recipes that consume weapons ( #1032 )
...
Build / build (18) (push) Successful in 39s
Build / build (22) (push) Successful in 50s
Build / build (20) (push) Successful in 57s
Build Docker image / docker (push) Successful in 32s
Closes #720
Reviewed-on: #1032
2025-02-28 06:47:34 -08:00
79147786f6
chore: handle a FusionTreasures entry being 0 or less ( #1050 )
...
Build / build (22) (push) Successful in 37s
Build / build (20) (push) Successful in 47s
Build / build (18) (push) Successful in 1m1s
Build Docker image / docker (push) Successful in 32s
Closes #1043
Reviewed-on: #1050
2025-02-28 06:08:46 -08:00
cfaafc2cc3
chore: remove undefined as a possible argument when committing inventory change ( #1047 )
...
Build / build (18) (push) Successful in 38s
Build / build (20) (push) Successful in 47s
Build / build (22) (push) Successful in 55s
Build Docker image / docker (push) Successful in 31s
Reviewed-on: #1047
2025-02-28 03:05:32 -08:00
1468c6b1d2
chore: update PE+ to 0.5.38 ( #1048 )
...
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Fixess #1041
Reviewed-on: #1048
2025-02-28 03:04:59 -08:00
28b9e35d8d
chore: remove string[] from combineInventoryChanges
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
2025-02-28 12:04:43 +01:00
05c0a91f82
chore: make this reference more future proof
Build / build (22) (push) Successful in 35s
Build / build (20) (push) Successful in 49s
Build Docker image / docker (push) Successful in 31s
Build / build (18) (push) Successful in 59s
2025-02-28 07:11:54 +01:00
08a4dba80b
fix: put ayatan statues in FusionTreasures instead of MiscItems ( #1046 )
...
Build / build (18) (push) Successful in 40s
Build / build (20) (push) Successful in 50s
Build Docker image / docker (push) Successful in 32s
Build / build (22) (push) Successful in 49s
Fixes #1044
Reviewed-on: #1046
2025-02-27 21:54:31 -08:00
d63bab1bf4
fix: logic error in addCrewShipHarness
Build / build (18) (push) Successful in 38s
Build / build (22) (push) Successful in 47s
Build / build (20) (push) Successful in 56s
Build Docker image / docker (push) Successful in 32s
2025-02-28 03:51:08 +01:00
526ce1529b
feat: unveiling rivens by doing the challenge ( #1031 )
...
Build / build (18) (push) Successful in 38s
Build / build (20) (push) Successful in 48s
Build / build (22) (push) Successful in 49s
Build Docker image / docker (push) Successful in 34s
Closes #722
Reviewed-on: #1031
2025-02-27 18:01:06 -08:00
9267c9929e
feat(webui): acquire flawed mods & imposters via add mods ( #1040 )
...
Build Docker image / docker (push) Waiting to run
Build / build (22) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Closes #1033
Reviewed-on: #1040
2025-02-27 18:00:37 -08:00
a8c7eebf6d
chore: note for mirror lookers
Build / build (18) (push) Successful in 38s
Build / build (20) (push) Successful in 48s
Build / build (22) (push) Successful in 57s
Build Docker image / docker (push) Successful in 32s
2025-02-27 10:13:29 +01:00
fac3d2f901
fix: only run docker workflow on the main repository
Build / build (22) (push) Successful in 39s
Build / build (18) (push) Successful in 51s
Build / build (20) (push) Successful in 59s
Build Docker image / docker (push) Successful in 34s
2025-02-27 10:01:00 +01:00
550ad360d7
Revert "remove .coderabbit.yaml"
...
Build / build (20) (push) Successful in 38s
Build / build (18) (push) Successful in 52s
Build / build (22) (push) Successful in 53s
Build Docker image / docker (push) Successful in 36s
This reverts commit 0f250c61033ba76615ddf28b67224ed75dc1876e.
2025-02-27 09:58:48 +01:00
ca55b21a2a
fix: display bug when activating riven via mods console ( #1034 )
...
Build / build (20) (push) Successful in 35s
Build / build (18) (push) Successful in 50s
Build / build (22) (push) Successful in 53s
Build Docker image / docker (push) Successful in 30s
Reviewed-on: #1034
2025-02-26 15:42:25 -08:00
08f4137d71
fix: propagate relic reward's itemCount ( #1030 )
...
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Preemptive fix for a visual bug after completing a non-endless fissure.
Reviewed-on: #1030
2025-02-26 15:42:13 -08:00
58ec63f7b9
chore: update mongoose ( #1036 )
...
Build Docker image / docker (push) Waiting to run
Build / build (20) (push) Has been cancelled
Build / build (18) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Reviewed-on: #1036
2025-02-26 15:41:36 -08:00
a5c45bb646
fix: consume a slot when item is crafted instead of bought via plat ( #1029 )
...
Build Docker image / docker (push) Waiting to run
Build / build (18) (push) Has been cancelled
Build / build (20) (push) Has been cancelled
Build / build (22) (push) Has been cancelled
Reviewed-on: #1029
2025-02-26 15:41:07 -08:00
4471b2d64d
fix(webui): typo ( #1035 )
...
Build / build (20) (push) Successful in 39s
Build / build (18) (push) Successful in 51s
Build / build (22) (push) Successful in 56s
Build Docker image / docker (push) Successful in 38s
Reviewed-on: #1035
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost>
2025-02-26 15:15:32 -08:00
e2ee1172ed
chore: fix most eslint warnings in itemDataService
Build / build (20) (push) Successful in 36s
Build Docker image / docker (push) Successful in 36s
Build / build (22) (push) Successful in 49s
Build / build (18) (push) Successful in 58s
2025-02-26 12:16:31 +01:00