Adds LV-426 and The Sun

This commit is contained in:
Swept
2020-08-23 12:58:03 -07:00
parent 1f62047e41
commit 16f520f1b9
4 changed files with 50 additions and 0 deletions

View File

@@ -82,6 +82,18 @@
icon: "maltesefalcon"
description: "Play it again, sam."
- type: barSign
id: TheSun
name: "The Sun"
icon: "thesun"
description: "Ironically bright for such a shady bar."
- type: barSign
id: LV426
name: "LV-426"
icon: "lv426"
description: "Drinking with fancy facemasks is clearly more important than going to medbay."
- type: barSign
id: WiggleRoom
name: "The Wiggle Roomm"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -32,6 +32,44 @@
]
]
},
{
"name": "thewiggleroom",
"directions": 1,
"delays": [
[
0.4,
0.8,
0.4,
0.8
]
]
},
{
"name": "thesun",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1,
0.1
]
]
},
{
"name": "lv426",
"directions": 1,
"delays": [
[
1,
1
]
]
},
{
"name": "emergencyrumparty",
"directions": 1,

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB