tModLoader
57 人が評価
Shell Phone
   
アワード
お気に入り
お気に入り
お気に入りから削除
ファイルサイズ
投稿日
更新日
33.654 KB
2021年9月5日 19時39分
2023年1月16日 13時32分
4 項目の変更履歴 ( 表示 )

サブスクライブしてダウンロード
Shell Phone

解説
Adds a recipe for combining all the various teleport items into one, consolidated, Shell Phone.

Bugs:
- Fix instant teleportation (or add it to a configuration option)

Future Intentions (in no particular order):
- Add custom conches
* Prison Shell - Dungeon
* Nautilus Shell - Desert
- Add ability to modularly add items without initially requiring every teleportation item in crafting recipe.
- Add inventory right-click menu to choose the teleportation type.
- Add wormhole support.
- Add random teleport support.
- Add pylon support.
- Other modded biome support
46 件のコメント
Canard  [作成者] 1月26日 19時41分 
Sorry for the hiatus. I do still intend on updating, but I've been inundated with work. I do cherish the appreciation however and will seek to provide a new version as soon as I can.
PBL 1月8日 15時56分 
any chance this could get updated to the new version. its a must have to be honest. great work so far.
faolyn 2024年12月31日 14時30分 
If you're still working on this, I've noticed what might be an annoying bug: When I use the wormhole potion, I get the actual wormhole floating over my head wherever I go. While that's OK and all, it *never goes away.* I have no ability to turn it off and it constantly gets in the way. I have to completely quit my game in order to get rid of it.
Joe 2024年4月3日 6時08分 
still working on this?
AlanWang 2023年9月19日 20時00分 
It's September 20th. I'm really looking forward to getting a more wonderful phone which includes more transport support like transporting to the wormhole and dungeon. lol
Canard  [作成者] 2023年8月2日 21時06分 
Hey all that still watch this mod,

I'm still here. And with 1.4.4 I do still intend to add some additional functionality to this mod, expanding upon the now in-game Shell Phone. I'm not yet sure when I'll have a minute to tackle that as I am both a dad and a full-time developer but I'm hoping to work on these new features in the very near future. i.e. less than a month
... 2023年7月24日 23時30分 
this mod predicted the shellphone from terraria 1.4.4, since this mod was uploaded more than a year before 1.4.4 came out
Hicak_024 2023年3月22日 21時40分 
the "Add ability to modularly add items without initially requiring every teleportation item in crafting recipe." will require adding every possible combination to recipes or some clever code I do not understand
Aleftal-null 2023年1月21日 21時41分 
tips:
Do this:

player.PotionOfReturnOriginalUsePosition = new Vector2?(player.Bottom);
this.Teleport(player);
player.PotionOfReturnHomePosition = new Vector2?(player.Bottom);
Canard  [作成者] 2023年1月21日 17時42分 
Excellent idea. I'd been working on support for the other types of teleport potions and admittedly forgot about potions of return. I will definitely add that functionality at some point.