User Tools

Site Tools


mr:lloyds_beacon_item

Lloyds Beacon Item - Code References

Lloyd's Beacon

Java Classes

  • LloydsBeacon.java - Main implementation
    1. Extends: Item
    2. Image: ItemSpriteSheet.BEACON
    3. Usage time: 1 turn
    4. Actions: SET, RETURN
    5. Cannot be used on boss levels
    6. Cannot be used when adjacent creatures are present
    7. Teleports user to previously set location
    8. Resets after use

JSON Configuration

This entity is implemented in Java, no JSON configuration exists.

String Resources (All Languages)

    1. LloidsBeacon_Name: “lloyd's beacon”
    2. LloidsBeacon_Info: “Lloyd's beacon is an intricate magic device, that allows you to return to a place you have already been.”
    3. LloidsBeacon_ACSet: “SET”
    4. LloidsBeacon_ACReturn: “RETURN”
    5. LloidsBeacon_Preventing: “Some kind of strong magic aura present here prevents you from using the lloyd's beacon!”
    6. LloidsBeacon_Creatures: “The psychic aura of neighbouring creatures doesn't allow you to use the lloyd's beacon at this moment.”
    7. LloidsBeacon_Return: “The lloyd's beacon is successfully set at your current location, now you can return here anytime.”
    1. LloidsBeacon_Name: “Маяк Ллойда”
    2. LloidsBeacon_Info: “Маяк Ллойда - это сложный магический прибор, который позволяет вам вернуться в место, где вы уже были.”
    3. LloidsBeacon_ACSet: “УСТАНОВИТЬ”
    4. 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:
    1. Can set a return point on any non-boss level
    2. Can teleport back to the set return point
    3. Cannot be used when adjacent to creatures
    4. Cannot be used on boss levels
    5. Resets after teleportation
    6. Plays sound effect (Assets.SND_BEACON) when set
  • Teleportation Mechanic (not yet documented)
mr/lloyds_beacon_item.txt · Last modified: by 127.0.0.1