swade-mb-helpers/config/torch_swade.json
2023-12-26 22:09:51 -06:00

112 lines
3.6 KiB
JSON

{
"swade": {
"system": "swade",
"topology": "standard",
"quantity" : "quantity",
"aliases": {
"Candle (1 hr, 2\" radius)": "Candle",
"Torch (1 hour, 4\" radius)": "Torch",
"Lantern, bullseye (10\" cone)": "Lantern, bullseye",
"Lantern, hooded (6\" radius)": "Lantern, hooded"
},
"sources": {
"Candle (1 hr, 2\" radius)": {
"states": 2,
"light": [
{
"bright": 0.5, "dim": 2, "angle": 360, "color": "#e68805", "alpha": 0.15,
"animation": { "type": "torch", "speed": 2, "intensity": 4, "reverse": false }
}
]
},
"Everburning Torch": {
"states": 2,
"light": [
{
"bright": 0.5, "dim": 4, "angle": 360, "color": "#4dfbc2", "alpha": 0.15,
"animation": { "type": "torch", "speed": 2, "intensity": 4, "reverse": false }
}
]
},
"Lantern, bullseye (10\" cone)": {
"states": 3,
"light": [
{
"bright": 4, "dim": 10, "angle": 180, "color": "#e68805", "alpha": 0.15,
"animation": { "type": "torch", "speed": 2, "intensity": 4, "reverse": false }
},
{
"bright": 0, "dim": 3, "angle": 180, "color": "#e68805", "alpha": 0.15,
"animation": { "type": "torch", "speed": 2, "intensity": 4, "reverse": false }
}
]
},
"Lantern, hooded (6\" radius)": {
"states": 2,
"light": [
{
"bright": 3, "dim": 6, "angle": 360, "color": "#e68805", "alpha": 0.15,
"animation": { "type": "torch", "speed": 2, "intensity": 4, "reverse": false }
}
]
},
"Torch (1 hour, 4\" radius)": {
"states": 2,
"light": [
{
"bright": 0.5, "dim": 4, "angle": 360, "color": "#e68805", "alpha": 0.15,
"animation": { "type": "torch", "speed": 2, "intensity": 5, "reverse": false }
}
]
},
"Sunrod": {
"states": 2,
"light": [
{
"bright": 6, "dim": 12, "angle": 360, "color": "#f9e380", "alpha": 0.15,
"animation": { "type": "sunburst", "speed": 1, "intensity": 3, "reverse": false }
}
]
},
"Lamp, Small (3\" radius)": {
"states": 2,
"light": [
{
"bright": 1, "dim": 3, "angle": 360, "color": "#e9c40c", "alpha": 0.15,
"animation": { "type": "torch", "speed": 1, "intensity": 3, "reverse": false }
}
]
},
"Light / Darkness": {
"states": 3,
"light": [
{
"bright": 1, "dim": 3, "angle": 360, "color": "#e9c40c", "alpha": 0.15,
"animation": { "type": "torch", "speed": 1, "intensity": 3, "reverse": false }
},
{
"bright": 3, "dim": 10, "angle": 120, "color": "#e68805", "alpha": 0.15,
"animation": { "type": "torch", "speed": 2, "intensity": 4, "reverse": false }
}
]
},
"Lantern of Revealing": {
"light": [
{
"bright": 1, "dim": 5, "angle": 360, "color": "#a80092", "alpha": 0.15,
"animation": { "type": "starlight", "speed": 1, "intensity": 3, "reverse": false }
}
]
},
"Robe of Scintillating Colors": {
"light": [
{
"bright": 3, "dim": 5, "angle": 360, "color": "#888888", "alpha": 0.15,
"animation": { "type": "rainbowswirl", "speed": 1, "intensity": 2, "reverse": false }
}
]
}
}
}
}