You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"type": "origins:night_vision",
|
|
"strength": 0.5,
|
|
"name": "Darkvision",
|
|
"description": "You can see in the dark. Somewhat.",
|
|
"badges": [
|
|
{
|
|
"type": "origins:tooltip",
|
|
"sprite": "minecraft:textures/item/coal.png",
|
|
"text": "You gain weak night vision when standing in the dark."
|
|
}
|
|
],
|
|
"condition": {
|
|
"type": "origins:brightness",
|
|
"comparison": "<=",
|
|
"compare_to": 0.3
|
|
}
|
|
}
|