Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bot/src/HexBug/resources/lang/en-US/main.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ choice_HexBug-cogs-app-commands-info-InfoMessage =
.gtp-itemdrop_text_description =
When someone casts Greater Teleport on themself, each item in their inventory (except for those in their hands and any slots added by mods) has a random chance to drop at their destination.
For items in the main three inventory rows, the chance is N/10,000. For items in their hotbar, the chance is N/20,000. For items in their armor slots, the chance is N/40,000.
N is the length of the offset vector supplied to GTP. When the vector is over 32,768 meters long, the spell will fail to teleport the target, but items can still drop.
N is the length of the offset vector supplied to GTP. If you are in 1.19.2 or below, there is a range limit of 32,768 meters, beyond which point the spell will fail to teleport the target, but your items can still drop.

.patterns =
patterns.csv
Expand Down
Loading