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.
16 lines
450 B
JSON
16 lines
450 B
JSON
{
|
|
"name": "Night Vision",
|
|
"description": "Able to see in the dark at will. The effort does make you hungry more quickly though and requires certain level of hunger to be used!",
|
|
"type": "origins:toggle",
|
|
"key": {
|
|
"key": "key.origins.primary_active",
|
|
"continuous": false
|
|
},
|
|
"retain_state": false,
|
|
"condition": {
|
|
"type": "apoli:food_level",
|
|
"comparison": ">",
|
|
"compare_to": 6
|
|
}
|
|
}
|