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:
parent
91afa8f68a
commit
5c9edabb69
|
|
@ -11,4 +11,5 @@
|
|||
- id: BoxEncryptionKeyJustice
|
||||
- id: ClerkIDCard
|
||||
- id: RubberStampNotary
|
||||
- id: LunchboxJusticeFilledRandom
|
||||
|
||||
|
|
|
|||
|
|
@ -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 |
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue