__________________________________________________________

= OBTAINMENT =

Meteor Structure crashed on Earth containing a Starheart core inside, Damages player while in Inventory unless forged into a Lantern.

Interacting with this Lantern will prompt the player to construct a ring. 

25% chance for ring creation to be successful. Creates a small explosion around the player sends a message saying
"You failed to construct a ring properly." and then puts player on a ingame day cooldown.
__________________________________________________________

= OATH =

And I shall shed my light over dark and evil, for the dark things cannot stand the light of the Green Lantern!!!
__________________________________________________________

= ABILITIES = 

- Ring Modes - Beam, Blast, Scan
- Construct Wheel
- Teleportation/Long Distance Teleportation
- Phasing/Invisiblity
- Hypnosis
__________________________________________________________

= CONSTRUCTS =

- Kingdom Come Sword
- Giant Hand
- Cage: Traps people caught in it
- Block: Can be turned into Slabs and Stairs
- Emerald Armour
- War Hammer: Attack Damage Range increased
__________________________________________________________

= Passives =

- Willpower Bound
- Requires Charge every Minecraft day
- Depending on the scaling of the charge the more benifits the player gets.
- Hopefully a wood weakness system, Player is resistant to metal based attacks but wood attacks deal extra damage.
- When in dark areas the glow starts for people with Dynamic Lights mod
-

"bubble": {
      "type": "foi1ys_lanterns:construct_bubble",
      "icon": "minecraft:apple",
      "title": "Bubble",
      "bar_color": "light_gray",
      "hidden": true,
      "hidden_in_bar": false,
      "list_index": 0,
      "gui_position": "null",
      "description": "null",
      "conditions": {
        "enabling": [
          {
            "type": "palladium:toggle",
            "cooldown": 0,
            "key_type": "key_bind",
            "needs_empty_hand": false
          }
        ],
        "unlocking": [
          {
            "type": "palladium:not",
            "conditions": [
              {
                "type": "palladium:or",
                "conditions": [
                  {
                    "type": "palladium:has_tag",
                    "tag": "Lanterns_Blast"
                  },
                  {
                    "type": "palladium:has_tag",
                    "tag": "Lanterns_Scan"
                  },
                  {
                    "type": "palladium:has_tag",
                    "tag": "Lanterns_Telekinesis"
                  },
                  {
                    "type": "palladium:has_tag",
                    "tag": "Lanterns_Beam"
                  },
                  {
                    "type": "palladium:has_tag",
                    "tag": "Lanterns_MinigunConstruct"
                  }
                ]
              },
              {
                "type": "palladium:crouching"
              }
            ]
          },
          {
            "type": "palladium:integer_property",
            "property": "willpower",
            "min": 1,
            "max": 20001
          }
        ]
      }
    },

    "ring_mode_bubble": {
          "type": "palladium:command",
          "icon": "foi1ys_lanterns:textures/icons/green_lantern/laser_blast.png",
          "title": "Mode - Bubble",
          "bar_color": "light_gray",
          "hidden": false,
          "hidden_in_bar": false,
          "list_index": 0,
          "gui_position": [
            -1,
            -2
          ],
          "description": "null",
          "first_tick_commands": [
            "tag @s add Lanterns_Bubble",
            "tag @s remove Lanterns_Beam",
            "tag @s remove Lanterns_Telekinesis",
            "tag @s remove Lanterns_Blast",
            "tag @s remove Lanterns_Scan"
          ],
          "last_tick_commands": [],
          "commands": [],
          "conditions": {
            "enabling": [
              {
                "type": "palladium:ability_wheel",
                "cooldown": 0
              }
            ]
          }
        },

        "ring_mode_bubble"