Skip to content

Commit 73f1e9a

Browse files
authored
Merge pull request #133 from Taurenkey/fixMoon
Fix moon alias
2 parents 1a88723 + 0dcca06 commit 73f1e9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Lifestream/Data/StaticAlias.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static class StaticAlias
4646
public static readonly CustomAlias IslandSanctuary = JsonConvert.DeserializeObject<CustomAlias>("""{"ExportedName":"Island","Alias":"","Enabled":true,"Commands":[{"Kind":0,"Point":{"X":0.0,"Y":0.0,"Z":0.0},"Aetheryte":10,"World":0,"CenterPoint":{"X":0.0,"Y":0.0},"CircularExitPoint":{"X":0.0,"Y":0.0,"Z":0.0},"Clamp":null,"Precision":20.0,"Tolerance":1,"WalkToExit":true,"SkipTeleport":15.0},{"Kind":5,"Point":{"X":0.0,"Y":0.0,"Z":0.0},"Aetheryte":0,"World":0,"CenterPoint":{"X":156.11499,"Y":673.21277},"CircularExitPoint":{"X":169.34451,"Y":14.095893,"Z":670.086},"Clamp":null,"Precision":7.0,"Tolerance":3,"WalkToExit":true,"SkipTeleport":15.0}],"GUID":"00000000-0000-0000-0000-000000000000"}""");
4747

4848
public static readonly CustomAlias CosmicExploration = JsonConvert.DeserializeObject<CustomAlias>("""
49-
{"ExportedName":"Cosmic","Alias":"cosmic","Enabled":false,"Commands":[{"Kind":0,"Aetheryte":175,"SkipTeleport":35.0},{"Kind":6,"DataID":175,"InteractDistance":10.0},{"Kind":9,"SelectOption":["<QuestDialogueText:transport/AetheryteBestwaysBurrow:2:Value>","<QuestDialogueText:transport/AetheryteBestwaysBurrow:1:Value>"],"StopOnScreenFade":true}]}
49+
{"ExportedName":"Cosmic","Alias":"cosmic","Enabled":false,"Commands":[{"Kind":0,"Aetheryte":175,"SkipTeleport":35.0},{"Kind":6,"DataID":175,"InteractDistance":10.0},{"Kind":9,"SelectOption":["<QuestDialogueText:transport/AetheryteBestwaysBurrow:3:Value>","<QuestDialogueText:transport/AetheryteBestwaysBurrow:2:Value>","<QuestDialogueText:transport/AetheryteBestwaysBurrow:1:Value>"],"StopOnScreenFade":true}]}
5050
""");
5151

5252
public static readonly CustomAlias OccultCrescent = EzConfig.DefaultSerializationFactory.Deserialize<CustomAlias>("""

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lifestream
2-
Lifestream is a plugin that helps with navigation between data centers, worlds, instances, residential areas. Visit another world, data center or house with just a single command.
2+
33
## Become a Supporter!
44
If you like Lifestream, please consider becoming a supporter on Patreon or via other means! This will help me to continue updating Lifestream and work on new plugins and features and you will receive benefits such as early progress updates, priority support, prioritized feature requests, early testing builds and private tools.
55
- [Subscribe on Patreon (Starts from $1)](https://subscribe.nightmarexiv.com/) - eligible for Discord role
@@ -8,7 +8,7 @@ If you like Lifestream, please consider becoming a supporter on Patreon or via o
88

99
### Also:
1010
- [Explore other plugins I maintain or contributed to](https://explore.nightmarexiv.com/)
11-
- [Join NightmareXIV Discord server to receive fast support and pings about plugin updates](https://discord.gg/m8NRt4X8Gf)
11+
- [Join NightmareXIV Discord server to receive fast support and pings about plugin updates](https://discord.gg/BeeRFKDJD3)
1212
## Key features
1313
- Visit another world with one command, even if on another data center
1414
- One-click to travel between aetherytes

0 commit comments

Comments
 (0)