wavelovers/public/assets/patterns.json

235 lines
4.2 KiB
JSON
Raw Normal View History

2022-06-22 20:52:09 +03:00
[
{
"name": "Constant Weak",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "😏",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 0,
"duration": 1000,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 0.0
}
]
},
{
"name": "Constant Strong",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "🤩",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 0,
"duration": 1000,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 0.0,
"strongMagnitude": 1.0
}
]
},
{
"name": "Constant Max",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "😍",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 0,
"duration": 1000,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 1.0
}
]
},
{
"name": "Constant AC",
"type": "Complex",
"icon": "😵",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 0,
"duration": 1000,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 0.0
},
{
"startDelay": 0,
"duration": 1000,
"weakMagnitude": 0.0,
2022-06-22 20:52:09 +03:00
"strongMagnitude": 1.0
}
]
},
2022-06-22 20:52:09 +03:00
{
"name": "Long Dashed Weak",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "😋",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 500,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 0.0
}
]
},
{
"name": "Long Dashed Strong",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "😜",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 100,
"duration": 500,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 0.0,
"strongMagnitude": 1.0
}
]
},
{
"name": "Long Dashed Max",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "🤪",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 500,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 1.0
}
]
},
{
"name": "Long Dashed AC",
"type": "Complex",
"icon": "😝",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 500,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 0.0
},
{
"startDelay": 200,
"duration": 500,
"weakMagnitude": 0.0,
2022-06-22 20:52:09 +03:00
"strongMagnitude": 1.0
}
]
},
{
"name": "Short Dashed Weak",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "🙂",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 250,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 0.0
}
]
},
{
"name": "Short Dashed Strong",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "😇",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 250,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 0.0,
"strongMagnitude": 1.0
}
]
},
{
"name": "Short Dashed Max",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "😊",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 250,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 1.0
}
]
},
{
"name": "Short Dashed AC",
"type": "Complex",
"icon": "🤤",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 250,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 0.0
},
{
"startDelay": 200,
"duration": 250,
"weakMagnitude": 0.0,
2022-06-22 20:52:09 +03:00
"strongMagnitude": 1.0
}
]
},
{
"name": "Dotted Weak",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "😌",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 100,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 0.0
}
]
},
{
"name": "Dotted Strong",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "😉",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 100,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 0.0,
"strongMagnitude": 1.0
}
]
},
{
"name": "Dotted Max",
2022-06-22 20:52:09 +03:00
"type": "Simple",
"icon": "🙃",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 100,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 1.0
}
]
},
{
"name": "Dotted AC",
"type": "Complex",
"icon": "🤨",
2022-06-22 20:52:09 +03:00
"pattern": [
{
"startDelay": 200,
"duration": 100,
2022-06-22 20:52:09 +03:00
"weakMagnitude": 1.0,
"strongMagnitude": 0.0
},
{
"startDelay": 200,
"duration": 100,
"weakMagnitude": 0.0,
2022-06-22 20:52:09 +03:00
"strongMagnitude": 1.0
}
]
}
]