From 94ea31659d56b918b2f7b71d73c29eaf103483d2 Mon Sep 17 00:00:00 2001 From: KittenColony Date: Tue, 5 Mar 2024 22:22:36 +1300 Subject: [PATCH] added De' Jure and Sugar Rush cigarettes --- .../Smokeables/Cigarettes/cartons.yml | 16 ++++++++ .../Smokeables/Cigarettes/cigarette.yml | 35 ++++++++++++++++++ .../Smokeables/Cigarettes/packs.yml | 29 +++++++++++++++ .../Cigarettes/Cartons/purple.rsi/closed.png | Bin 0 -> 253 bytes .../Cartons/purple.rsi/inhand-left.png | Bin 0 -> 289 bytes .../Cartons/purple.rsi/inhand-right.png | Bin 0 -> 295 bytes .../Cigarettes/Cartons/purple.rsi/meta.json | 25 +++++++++++++ .../Cigarettes/Cartons/purple.rsi/open.png | Bin 0 -> 280 bytes .../Cigarettes/Packs/pink.rsi/closed.png | Bin 0 -> 248 bytes .../Packs/pink.rsi/equipped-BELT.png | Bin 0 -> 159 bytes .../Cigarettes/Packs/pink.rsi/inhand-left.png | Bin 0 -> 289 bytes .../Packs/pink.rsi/inhand-right.png | Bin 0 -> 295 bytes .../Cigarettes/Packs/pink.rsi/meta.json | 32 ++++++++++++++++ .../Cigarettes/Packs/pink.rsi/open.png | Bin 0 -> 262 bytes .../Cigarettes/Packs/pink.rsi/trash.png | Bin 0 -> 258 bytes .../Cigarettes/Packs/purple.rsi/closed.png | Bin 0 -> 248 bytes .../Packs/purple.rsi/equipped-BELT.png | Bin 0 -> 159 bytes .../Packs/purple.rsi/inhand-left.png | Bin 0 -> 289 bytes .../Packs/purple.rsi/inhand-right.png | Bin 0 -> 295 bytes .../Cigarettes/Packs/purple.rsi/meta.json | 32 ++++++++++++++++ .../Cigarettes/Packs/purple.rsi/open.png | Bin 0 -> 270 bytes .../Cigarettes/Packs/purple.rsi/trash.png | Bin 0 -> 261 bytes 22 files changed, 169 insertions(+) create mode 100644 Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml create mode 100644 Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml create mode 100644 Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/closed.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/open.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/closed.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/equipped-BELT.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/open.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/trash.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/closed.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/equipped-BELT.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-left.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-right.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/open.png create mode 100644 Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/trash.png diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml new file mode 100644 index 00000000000..243c9bc1e16 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cartons.yml @@ -0,0 +1,16 @@ +- type: entity + id: CigCartonPurple + parent: CigCartonGreen + name: De Jure carton + description: A carton containing 6 packets of De' Jure. + components: + - type: Sprite + sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi + layers: + - state: closed + - type: Item + sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi + - type: StorageFill + contents: + - id: CigPackPurple + amount: 5 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml new file mode 100644 index 00000000000..deba5ea0509 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/cigarette.yml @@ -0,0 +1,35 @@ +- type: entity + id: CigaretteOlive + suffix: olive + parent: Cigarette + name: cigarette + components: + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 20 + reagents: + - ReagentId: Nicotine + Quantity: 10 + - ReagentId: OilOlive + Quantity: 10 + +- type: entity + id: CigaretteCandy + suffix: candy + parent: FoodLollipop + name: cigarette + components: + - type: Sprite + sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi + state: unlit-icon + - type: Clothing + sprite: Objects/Consumable/Smokeables/Cigarettes/cigarette.rsi + slots: [ mask ] + - type: SolutionContainerManager + solutions: + smokable: + maxVol: 10 + reagents: + - ReagentId: Sugar + Quantity: 10 diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml new file mode 100644 index 00000000000..d236b4d6193 --- /dev/null +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml @@ -0,0 +1,29 @@ +- type: entity + id: CigPackPurple + parent: CigPackBase + name: De Jure packet + description: Your divine right to smoke. Tastes like olives and fake gold. + components: + - type: Sprite + sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi + - type: Item + sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi + - type: StorageFill + contents: + - id: CigaretteOlive + amount: 5 + +- type: entity + id: CigPackCandy + parent: CigPackBase + name: Sugar Rush packet + description: It's sweetened! + components: + - type: Sprite + sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi + - type: Item + sprite: DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi + - type: StorageFill + contents: + - id: CigaretteCandy + amount: 5 \ No newline at end of file diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/closed.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/closed.png new file mode 100644 index 0000000000000000000000000000000000000000..dde70af18006b186d216cf89e1f805a43d89efef GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCiji0(?STr+GJ)Dg|9xZ+>}K!IS5&rmsJ;v|Sr0`FOuNACTfG3Gxg64*?AK zn)gNm#W)K*B8wRq_zr_G%C6WB85@uNd?hSMgtz6`Sz?+T})|EexKnelF{r5}E++sb8l6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-left.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..2101a8c94b5c7eee57d3733e65cb15b609513389 GIT binary patch literal 289 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~O1^9%xmMR5J^KQJd-u(0D&xZ~j0t)kp%HIG|Y$ZW{!T&*kVe|ea`+*{y z1s;*b3=DjSL74G){)!Z!V4J6lV@QPi+iTW*2MjovFZ|i@e`>UfSVwzA==5uGT>>_m z!nxlJm{=-UI6mxQ3eb?qv+WYPbFcB5dx+&}=x?ZJDs5!lRw;Djzih?>yNxeTUGiVCeLm~9+y2a@&Fo$*H4Fy3 Z8KfrpN2$KJv<2uQ22WQ%mvv4FO#qkBXz~C6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-right.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4953a234babe1fba29d9871ccc16ca5cb36596d3 GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~O1^9%xmMR5J^KQJd-u(0D&xZ~j0t)kp%HIG|Y$ZW{!T&*kVe|ea`+*{y z1s;*b3=DjSL74G){)!Z!V2`JZV@QPi+i8w`4GKIgjko^SN6uQXMIgC*-idRpe0L*l zt{#zZWME=s;%KR7)i#@aGR`?K{isXV^$EKj)wzDMZeOS_6li(tFYnbQTEdl|*QkA+ zJ@@_k6>9Y_7&#OK6dD{F61*KFELaz{W#0SSf5G5!%C~j=#(L6rGvw_QH$2pDJCyO? gD~X|rm*tGQ&~*Q(^6DCIpt~46UHx3vIVCg!0LP1I&j0`b literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json new file mode 100644 index 00000000000..f9c76c2ea2e --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "open" + }, + { + "name": "closed" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/open.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Cartons/purple.rsi/open.png new file mode 100644 index 0000000000000000000000000000000000000000..8c6d21d23c1f6a531155a8c54a15bdde4109f1a5 GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil&0(?STi-Pi}c{gU%&YQmeNU2iLmG$PAcNIK&{%UEvHc$zNpZjqj#Z?mI z7yKUv7&e{JIS&-&EbxddW?-J978Pp-(I-Q*Py`BkjVe=;otZj z4$B&*mfrrgeokF7U$}TJhsF9LMVB{13NIf?ewf{<&o;w~wP9;Ab3#MUz2hw=t%vXZ zQ9M0OL7gp$|Ia0F_JHn3)q=X07^0XN<`(PBVAC>wxK4hH*n(@a37IlWS~`Un0WD_m MboFyt=akR{0PqKAb^rhX literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/closed.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/closed.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b688720f2df5d91cfcd65b92bc0d019287681e GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij?1AIbU|4%-*O0xIK^H={*ewn`hNJi~Epp4<;aDO1hUJ~RN{2vS$q`aBk zfI^%F9+AZi419+{nDKc2iWHz=q^FBxh=u>#^NxH66gXT0B_{lq-`SLND}uB7f8UeT zoReL85nCBt&&(;m!ptDEXWm_%3-6m;ik054_{uwh>j3BGXR@^i{_tKiZjfu}Xg2)R h7sY*BFGBRd8^-h;F|kE^t3YmI@O1TaS?83{1OWL-S}Fhl literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/equipped-BELT.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/equipped-BELT.png new file mode 100644 index 0000000000000000000000000000000000000000..d49b6f112c062ca4deab896a5acd022e4f6faeaa GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=X`U{QAr*7p-rC4}KtX`TF=Z!% z)^cvG#cWA3R%TW+Q!&FNfuKXy64h3+TD zk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~O1^9%x{-1pA|H&^uR>*(;{Q1zKLqK7J+Yc`RDYlXzzu^BMz_5A$lKnst z&H|6fVg?4j!ywFfJby(BP_WI@#W5tp{p~etz5@mv%oqOb_&+sTMXaMeB6Rw-xGn)3 zP2t>c223m!EF2&9Fa>BxFeyW#y^jiL)0 zdAGXq`R1uAIW)L8F!VRnGnF>7ZmSf!@n1IMf!)TJr!M)g*gl_i+iid5(q?uqmKp|w a-3(Hb{G(J~T-pM35re0zpUXO@geCw-dTnk1 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-right.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..6fede8b03736ab8d17e2d76e20c6d15c430f49f7 GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~O1^9%x{-1pA|H&^uR>*(;{Q1zKLqK7J+Yc`RDYlXzzu^BMz_5A$lKnst z&H|6fVg?4j!ywFfJby(BP_W0-#W5tp{p~bIz6J#zmd0EE>mz3^*dmbJJ@3RhR=&HD zHdl|xH!?6WGI6xjvuc}7J{jknmwwcx>-vPzopr0FoVUO8@`> literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json new file mode 100644 index 00000000000..11810896d48 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/meta.json @@ -0,0 +1,32 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "closed" + }, + { + "name": "open" + }, + { + "name": "trash" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/open.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/open.png new file mode 100644 index 0000000000000000000000000000000000000000..9db23a7d148dad03c996766cb25e4492570e66ec GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij?1AIbU|DXJ_O0swQ`Xd>&^PW6^^?&j?pp4j=A}b)pUJ~RN{2vS$q`aBk zfI^%F9+AZi419+{nDKc2iWHz=x~Gd{h=u>#^NxH66gXT06OR0r-|3X8v~p_6`}@A1 zoTgM=WGv^LaQw{1wKa|gw;J7#Y)ZSp;3(|KYO-xRgO&V=1DC(Fuv|Gk|AhDorn4NI xk9>>E513{vasLmS3tPjDd+WJR^KGcw&tNlOtgOU%njX+f22WQ%mvv4FO#n}|V7veT literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/trash.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/pink.rsi/trash.png new file mode 100644 index 0000000000000000000000000000000000000000..b1e4bb99b3b7564255013c2d8784aa450a8b127d GIT binary patch literal 258 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCikt0(?ST|4%;m$c?47>;2vB&zdPy@N#a0sJ7yKUt7&h-;vL7hI zS>O>_%)r2R7=#&*=dVZs3Z{FyIEGmGzdh&8*I>ZGazS&;_x+oiFTJ?pKV7fn5^JNo z#w`{58=trsmXtHi@psTvVkuxbtgEr{HJhk=LhOOfM>#g^c=*ic+ZX=VycYL`JH8%f uWfUou;9uaj>7Ag%#G`Vo;y+n3av4vU2(4XpGmHmlC4;A{pUXO@geCyT6}K!IS5&rmsJ;v|Sr0`FOuNACTfG3Gxg64*?AK zn)gNm#W)K*B8wRq_zr_G!&FNfuKXy64h3+TD zk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~O1^9%xmMR5J^KQJd-u(0D&xZ~j0t)kp%HIG|Y$ZW{!T&*kVe|ea`+*{y z1s;*b3=DjSL74G){)!Z!V4J6lV@QPi+iTW*2MjovFZ|i@e`>UfSVwzA==5uGT>>_m z!nxlJm{=-UI6mxQ3eb?qv+WYPbFcB5dx+&}=x?ZJDs5!lRw;Djzih?>yNxeTUGiVCeLm~9+y2a@&Fo$*H4Fy3 Z8KfrpN2$KJv<2uQ22WQ%mvv4FO#qkBXz~C6 literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-right.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..4953a234babe1fba29d9871ccc16ca5cb36596d3 GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~O1^9%xmMR5J^KQJd-u(0D&xZ~j0t)kp%HIG|Y$ZW{!T&*kVe|ea`+*{y z1s;*b3=DjSL74G){)!Z!V2`JZV@QPi+i8w`4GKIgjko^SN6uQXMIgC*-idRpe0L*l zt{#zZWME=s;%KR7)i#@aGR`?K{isXV^$EKj)wzDMZeOS_6li(tFYnbQTEdl|*QkA+ zJ@@_k6>9Y_7&#OK6dD{F61*KFELaz{W#0SSf5G5!%C~j=#(L6rGvw_QH$2pDJCyO? gD~X|rm*tGQ&~*Q(^6DCIpt~46UHx3vIVCg!0LP1I&j0`b literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json new file mode 100644 index 00000000000..11810896d48 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/meta.json @@ -0,0 +1,32 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Sprites by Github KittenColony / Discord kittencolony (297865728374210561)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "closed" + }, + { + "name": "open" + }, + { + "name": "trash" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "equipped-BELT", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/open.png b/Resources/Textures/DeltaV/Objects/Consumable/Smokeables/Cigarettes/Packs/purple.rsi/open.png new file mode 100644 index 0000000000000000000000000000000000000000..da246d4c16f35f0b6426698401c6574d88e91b75 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCil21AIbUr+GJ)Dg{knf21fV|H<=LSJsmz|;n%jfe2s?c3;Tca&Jf-5?DntH#G8z>PVg45la0P8d@BeIx*f$uN~Gak=hkpdJ<^K@|xvG9L;?lfP60*}i@O_6{9C(CYeW0TM6{dkNu zv!C&br~Qp8b%vBOraS%(GdUPL>(lQvP2sR{cID3z{~%$=c`%Y2 vUNm4zqHV*auFvxrx-4Wgcf8+`OCMGPZDjCt^>bP0l+XkKvgTa` literal 0 HcmV?d00001