mr:lloyds_beacon_item
Table of Contents
Lloyds Beacon Item - Code References
Java Classes
- LloydsBeacon.java - Main implementation
- Extends: Item
- Image: ItemSpriteSheet.BEACON
- Usage time: 1 turn
- Actions: SET, RETURN
- Cannot be used on boss levels
- Cannot be used when adjacent creatures are present
- Teleports user to previously set location
- Resets after use
JSON Configuration
This entity is implemented in Java, no JSON configuration exists.
String Resources (All Languages)
-
- LloidsBeacon_Name: “lloyd's beacon”
- LloidsBeacon_Info: “Lloyd's beacon is an intricate magic device, that allows you to return to a place you have already been.”
- LloidsBeacon_ACSet: “SET”
- LloidsBeacon_ACReturn: “RETURN”
- LloidsBeacon_Preventing: “Some kind of strong magic aura present here prevents you from using the lloyd's beacon!”
- LloidsBeacon_Creatures: “The psychic aura of neighbouring creatures doesn't allow you to use the lloyd's beacon at this moment.”
- LloidsBeacon_Return: “The lloyd's beacon is successfully set at your current location, now you can return here anytime.”
-
- LloidsBeacon_Name: “Маяк Ллойда”
- LloidsBeacon_Info: “Маяк Ллойда - это сложный магический прибор, который позволяет вам вернуться в место, где вы уже были.”
- LloidsBeacon_ACSet: “УСТАНОВИТЬ”
- LloidsBeacon_ACReturn: “ВЕРНУТЬСЯ”
Lua Scripts
This entity is implemented in Java, no Lua script exists
Entity Implementation Details
- Implementation: Java class (com.watabou.pixeldungeon.items.LloydsBeacon)
- Base Class: Item
- Entity Kind: LloidsBeacon
- Type: Utility/Teleportation item
- Slot: Inventory
- Identified: Yes (always)
- Upgradable: No
- Special Properties:
- Can set a return point on any non-boss level
- Can teleport back to the set return point
- Cannot be used when adjacent to creatures
- Cannot be used on boss levels
- Resets after teleportation
- Plays sound effect (Assets.SND_BEACON) when set
Related Files
- Item.java - Base item class
- ItemSpriteSheet.java - Sprite definitions
- ItemFactory.java - Item registration
Related mr Entities
- Teleportation Mechanic (not yet documented)
mr/lloyds_beacon_item.txt · Last modified: by 127.0.0.1
