Packing Justice's lunch (#2111)

* Pack justice a lunch.

* Did you know the clerk's the only one with a custom locker

* pro
This commit is contained in:
Monotheonist 2024-11-07 05:35:18 -04:00 committed by GitHub
parent 91afa8f68a
commit 5c9edabb69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 42 additions and 1 deletions

View File

@ -11,4 +11,5 @@
- id: BoxEncryptionKeyJustice
- id: ClerkIDCard
- id: RubberStampNotary
- id: LunchboxJusticeFilledRandom

View File

@ -410,3 +410,29 @@
map: [ "openLayer" ]
- type: Item
heldPrefix: syndicate
- type: entity
parent: LunchboxGeneric
id: LunchboxJustice
suffix: Justice
components:
- type: Sprite
layers:
- state: justice
- state: justice-open
map: [ "openLayer" ]
- type: Item
heldPrefix: justice
- type: entity
parent: LunchboxGenericFilledRandom
id: LunchboxJusticeFilledRandom
suffix: Justice, Filled, Random
components:
- type: Sprite
layers:
- state: justice
- state: justice-open
map: [ "openLayer" ]
- type: Item
heldPrefix: justice

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

View File

@ -1,7 +1,7 @@
{
"version":1,
"license":"CC-BY-SA-3.0",
"copyright":"made by noctyrnal (github) from the honkbox sprite made by brainfood1183 (github)",
"copyright":"made by noctyrnal (github) from the honkbox sprite made by brainfood1183 (github), justice lunchboxes edited from the generic lunchbox by Monotheonist",
"size":{
"x":32,
"y":32
@ -132,6 +132,20 @@
{
"name":"syndicate-inhand-right",
"directions":4
},
{
"name":"justice"
},
{
"name":"justice-open"
},
{
"name":"justice-inhand-left",
"directions":4
},
{
"name":"justice-inhand-right",
"directions":4
}
]
}