From 4586a3479173869779386e35acb51b4b59669df6 Mon Sep 17 00:00:00 2001 From: Salvantrix <149609610+Salvantrix@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:17:46 -0400 Subject: [PATCH] Pirate Uplink and New Drip. (#1476) * Pirate Uplink and New Drip. Adds in a fully operational pirate coconut uplink, as well as new drippy drip. Listed as draft as awaiting updated icon sprites. * Added fixed textures. Drip is good, uplink is FUBAR. * Fix? Added tags and currency yml? FIX * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA Uplink is working now. * aaaaaaaaaaaaaaaaaa * Test Test * test test * Fix? Fix? * AAAAAA AAAAAA fixed * Update Resources/Locale/en-US/_NF/store/uplink-catalog.ftl Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com> * Update Resources/Locale/en-US/_NF/store/uplink-catalog.ftl Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com> * Update Resources/Prototypes/Catalog/Fills/Crates/antag.yml Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com> * Update meta.json * Update meta.json * Update meta.json * Update pirate_uplink_catalog.yml * Update Resources/Prototypes/_NF/Entities/Clothing/Uniforms/jumpsuits.yml Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com> * Update Resources/Prototypes/_NF/Entities/Clothing/Neck/cloaks.yml Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com> * Update meta.json * Update meta.json * Update meta.json * Update meta.json * Blinky pirate uplink * Pirate HardSuit->Pirate Hardsuit * Mofuckin Yeet This ish is done. GG no RE * pirate cleanup (spelling, slugs, and s-grammar) * Pirate uplink: rework text, use lethal shells * Fix lethal shotgun entity ID --------- Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com> Co-authored-by: Whatstone Co-authored-by: Whatstone --- Resources/Locale/en-US/_NF/store/currency.ftl | 1 + .../Locale/en-US/_NF/store/uplink-catalog.ftl | 42 +++ .../Prototypes/Catalog/Fills/Crates/antag.yml | 33 -- .../Structures/Storage/Crates/crates.yml | 4 +- .../_NF/Catalog/Fills/Crates/pirate.yml | 67 ++++ .../_NF/Catalog/pirate_uplink_catalog.yml | 302 ++++++++++++++++++ .../_NF/Entities/Clothing/Head/hats.yml | 30 ++ .../_NF/Entities/Clothing/Neck/cloaks.yml | 11 +- .../Entities/Clothing/OuterClothing/coats.yml | 11 + .../_NF/Entities/Clothing/Shoes/boots.yml | 26 +- .../Entities/Clothing/Uniforms/jumpsuits.yml | 22 ++ .../_NF/Entities/Objects/Specific/pirate.yml | 111 +++++++ .../Objects/Weapons/Melee/piratehook.yml | 14 + .../_NF/Stacks/Materials/crystals.yml | 7 + Resources/Prototypes/_NF/Store/categories.yml | 25 ++ Resources/Prototypes/_NF/Store/presets.yml | 12 + Resources/Prototypes/_NF/currency.yml | 7 + Resources/Prototypes/_NF/tags.yml | 3 + .../Hats/pirate_hat.rsi/equipped-HELMET.png | Bin 0 -> 867 bytes .../Head/Hats/pirate_hat.rsi/icon.png | Bin 0 -> 379 bytes .../Head/Hats/pirate_hat.rsi/inhand-left.png | Bin 0 -> 384 bytes .../Head/Hats/pirate_hat.rsi/inhand-right.png | Bin 0 -> 383 bytes .../Head/Hats/pirate_hat.rsi/meta.json | 26 ++ .../pirate_hat_luffy.rsi/equipped-HELMET.png | Bin 0 -> 498 bytes .../Head/Hats/pirate_hat_luffy.rsi/icon.png | Bin 0 -> 378 bytes .../Hats/pirate_hat_luffy.rsi/inhand-left.png | Bin 0 -> 474 bytes .../pirate_hat_luffy.rsi/inhand-right.png | Bin 0 -> 457 bytes .../Head/Hats/pirate_hat_luffy.rsi/meta.json | 26 ++ .../pirate_parrot.rsi/equipped-NECK.png | Bin 0 -> 409 bytes .../Neck/Cloaks/pirate_parrot.rsi/icon.png | Bin 0 -> 695 bytes .../Cloaks/pirate_parrot.rsi/inhand-left.png | Bin 0 -> 257 bytes .../Cloaks/pirate_parrot.rsi/inhand-right.png | Bin 0 -> 268 bytes .../Neck/Cloaks/pirate_parrot.rsi/meta.json | 26 ++ .../equipped-OUTERCLOTHING.png | Bin 0 -> 1524 bytes .../Misc/pirate_captain.rsi/icon.png | Bin 0 -> 622 bytes .../Misc/pirate_captain.rsi/inhand-left.png | Bin 0 -> 461 bytes .../Misc/pirate_captain.rsi/inhand-right.png | Bin 0 -> 460 bytes .../Misc/pirate_captain.rsi/meta.json | 26 ++ .../Shoes/Boots/pirate.rsi/equipped-FEET.png | Bin 0 -> 408 bytes .../Clothing/Shoes/Boots/pirate.rsi/icon.png | Bin 0 -> 716 bytes .../Shoes/Boots/pirate.rsi/inhand-left.png | Bin 0 -> 324 bytes .../Shoes/Boots/pirate.rsi/inhand-right.png | Bin 0 -> 332 bytes .../Clothing/Shoes/Boots/pirate.rsi/meta.json | 26 ++ .../Boots/pirate_luffy.rsi/equipped-FEET.png | Bin 0 -> 287 bytes .../Shoes/Boots/pirate_luffy.rsi/icon.png | Bin 0 -> 577 bytes .../Boots/pirate_luffy.rsi/inhand-left.png | Bin 0 -> 389 bytes .../Boots/pirate_luffy.rsi/inhand-right.png | Bin 0 -> 392 bytes .../Shoes/Boots/pirate_luffy.rsi/meta.json | 26 ++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1187 bytes .../Jumpsuit/pirate_luffy.rsi/icon.png | Bin 0 -> 466 bytes .../Jumpsuit/pirate_luffy.rsi/inhand-left.png | Bin 0 -> 277 bytes .../pirate_luffy.rsi/inhand-right.png | Bin 0 -> 276 bytes .../Jumpsuit/pirate_luffy.rsi/meta.json | 26 ++ .../equipped-INNERCLOTHING.png | Bin 0 -> 1305 bytes .../Jumpsuit/pirate_slops.rsi/icon.png | Bin 0 -> 463 bytes .../Jumpsuit/pirate_slops.rsi/inhand-left.png | Bin 0 -> 441 bytes .../pirate_slops.rsi/inhand-right.png | Bin 0 -> 417 bytes .../Jumpsuit/pirate_slops.rsi/meta.json | 26 ++ .../pirate_uplink.rsi/icon-overlay.png | Bin 0 -> 231 bytes .../Devices/pirate_uplink.rsi/icon.png | Bin 0 -> 772 bytes .../Devices/pirate_uplink.rsi/inhand-left.png | Bin 0 -> 261 bytes .../pirate_uplink.rsi/inhand-right.png | Bin 0 -> 262 bytes .../Devices/pirate_uplink.rsi/meta.json | 32 ++ .../Pirate/pirate_doubloon.rsi/doubloon.png | Bin 0 -> 482 bytes .../pirate_doubloon.rsi/inhand-left.png | Bin 0 -> 150 bytes .../pirate_doubloon.rsi/inhand-right.png | Bin 0 -> 155 bytes .../Pirate/pirate_doubloon.rsi/meta.json | 22 ++ .../Weapons/Melee/pirate_hook.rsi/icon.png | Bin 0 -> 621 bytes .../Melee/pirate_hook.rsi/inhand-left.png | Bin 0 -> 447 bytes .../Melee/pirate_hook.rsi/inhand-right.png | Bin 0 -> 468 bytes .../Weapons/Melee/pirate_hook.rsi/meta.json | 22 ++ 71 files changed, 975 insertions(+), 37 deletions(-) create mode 100644 Resources/Prototypes/_NF/Catalog/Fills/Crates/pirate.yml create mode 100644 Resources/Prototypes/_NF/Catalog/pirate_uplink_catalog.yml create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Specific/pirate.yml create mode 100644 Resources/Prototypes/_NF/Entities/Objects/Weapons/Melee/piratehook.yml create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat.rsi/icon.png create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat.rsi/meta.json create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat_luffy.rsi/equipped-HELMET.png create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat_luffy.rsi/icon.png create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat_luffy.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat_luffy.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat_luffy.rsi/meta.json create mode 100644 Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/equipped-NECK.png create mode 100644 Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/icon.png create mode 100644 Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/meta.json create mode 100644 Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/equipped-OUTERCLOTHING.png create mode 100644 Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/icon.png create mode 100644 Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/meta.json create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/equipped-FEET.png create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/icon.png create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/meta.json create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/equipped-FEET.png create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/icon.png create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/meta.json create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/icon.png create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/meta.json create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/icon.png create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/icon-overlay.png create mode 100644 Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/icon.png create mode 100644 Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/doubloon.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/meta.json create mode 100644 Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/icon.png create mode 100644 Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/inhand-left.png create mode 100644 Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/inhand-right.png create mode 100644 Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/meta.json diff --git a/Resources/Locale/en-US/_NF/store/currency.ftl b/Resources/Locale/en-US/_NF/store/currency.ftl index e6bb8966930..b09b85ff6a6 100644 --- a/Resources/Locale/en-US/_NF/store/currency.ftl +++ b/Resources/Locale/en-US/_NF/store/currency.ftl @@ -1 +1,2 @@ store-currency-display-security-telecrystal = FUC +store-currency-display-pirate-telecrystal = DB diff --git a/Resources/Locale/en-US/_NF/store/uplink-catalog.ftl b/Resources/Locale/en-US/_NF/store/uplink-catalog.ftl index f097436a231..2330732b66a 100644 --- a/Resources/Locale/en-US/_NF/store/uplink-catalog.ftl +++ b/Resources/Locale/en-US/_NF/store/uplink-catalog.ftl @@ -152,3 +152,45 @@ uplink-security-emp-ammo-desc = A a box containing 4 EMP projectile grenades. uplink-security-trackingdart-ammo-name = Tracking Darts Ammo uplink-security-trackingdart-ammo-desc = A a box containing 4 tracking darts. +store-category-piratehardsuits = EVA Suits +store-category-pirateweapons = Weapons +store-category-pirateutility = Utility +store-category-pirateammo = Ammunition +store-category-pirateexplosives = Explosives + +uplink-pirate-hardsuit-name = Pirate Hardsuit +uplink-pirate-hardsuit-desc = A heavy space suit that provides some basic protection from the cold harsh realities of deep space. +uplink-pirate-hardsuit-captain-name = Pirate Captain's Hardsuit +uplink-pirate-hardsuit-captain-desc = An ancient armored hardsuit, perfect for defending against space scurvy and toolbox-wielding scallywags. +uplink-pirate-crate-captain-name = Pirate Captain's Chest +uplink-pirate-crate-captain-desc = A chest filled with the necessary goodies for a pirate captain. +uplink-pirate-crate-name = Pirate Chest +uplink-pirate-crate-desc = A chest filled with the necessary goodies for a pirate. +uplink-pirate-magboots-name = Pirate Magboots +uplink-pirate-magboots-desc = Pirate magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle. +uplink-pirate-hoverbike-name = Pirate Hoverbike +uplink-pirate-hoverbike-desc = Yarr! Dis be me sovereign space shuttle. Now, whaur me rum? +uplink-pirate-blunderbuss-name = Blunderbuss +uplink-pirate-blunderbuss-desc = Deadly at close range, an illegal shotgun often found at the side of a pirate. +uplink-pirate-revolver-name = Pirate Revolver +uplink-pirate-revolver-desc = An odd, illegal, old-looking revolver, favoured by pirate crews. Uses .45 magnum ammo. +uplink-pirate-cannon-name = Pirate Cannon +uplink-pirate-cannon-desc = Kaboom! +uplink-pirate-cannonball-name = Cannonball Chest +uplink-pirate-cannonball-desc = A chest full of balls made to be shot from a cannon. +uplink-pirate-grapeshot-name = Grapeshot Chest +uplink-pirate-grapeshot-desc = A chest full of cluster balls made to shoot a wide spread of small projectiles. +uplink-pirate-glassshot-name = Glassshot Chest +uplink-pirate-glassshot-desc = A chest full of brittle glass balls that will fire multiple projectiles in a tight spread. +uplink-pirate-satchel-name = Pirate Satchel +uplink-pirate-satchel-desc = An inconspicuous satchel filled with pirate goodies. +uplink-pirate-flintlock-name = Flintlock Pistol +uplink-pirate-flintlock-desc = A pirate captain's companion. Yarrr! Uses .60 anti-materiel ammo. +uplink-pirate-shotgunammo-name = Blunderbuss Shell Box +uplink-pirate-shotgunammo-desc = A box of .50 shotgun shells, used in the blunderbuss. +uplink-pirate-revolverammo-name = Pirate Revolver Ammo Box +uplink-pirate-revolverammo-desc = A box of .45 magnum rounds, used in the pirate revolver. +uplink-pirate-flintlockammo-name = Flintlock Pistol Ammo Box +uplink-pirate-flintlockammo-desc = A box of .60 anti-materiel rounds, used in the flintlock pistol. +uplink-pirate-ecutlass-name = Energy Cutlass +uplink-pirate-ecutlass-desc = An energy cutlass! diff --git a/Resources/Prototypes/Catalog/Fills/Crates/antag.yml b/Resources/Prototypes/Catalog/Fills/Crates/antag.yml index fd1af8a3b98..8b137891791 100644 --- a/Resources/Prototypes/Catalog/Fills/Crates/antag.yml +++ b/Resources/Prototypes/Catalog/Fills/Crates/antag.yml @@ -1,34 +1 @@ -- type: entity - id: CratePirateChestCaptain - name: captains pirate chest - suffix: Filled - parent: CratePirate - components: - - type: StorageFill - contents: - - id: ClothingNeckCloakPirateCap - - id: Cutlass # Frontier EnergyCutlassPx&14%?dRCt{2n$K$*K@`W|1e1!%CZu~2dP8U{| zQ#=SeTDB7y%jh|dXnG-W@#Ap&gGhWCga-7+Uckle-4Xx*vb8PtpSX%5lJI$ zKv=+{R%F&hXRR3N?r?a*ljEa6tNQHxVy;gg>?BRsw|6Ab4HDb=SDwDH7Wv-4X(G(^?HvhM!YucA+|CgH zhKw*yrwcdMy_5lS{|hhyS|%OXJn^Gt$KD1ql@Vq*8pBr32*i}xEFpum0cYnIB>dnB z<8-?GeE;B(B=y&|e{e{?ef=WbAH)p tt&L}q0000EWmrjOO-%qQ00008000000002eQx~uJk;}FOp784mTT>eA zf3~>O^WL8K!uL2bOr(0B-7&nyG$m;3*6q_>a|4CaEc%M08jBvT^)XCLW^mXvwO;I{ ztkjQRe^$Jh(7?wzEt`=cqEkX!FnOogiSJj=Pk%J$|M~-e-nl(x{XX%1eSO>4eWn*~ zH7&nAb5bUo(TnDbf(!|Vj#d2cIPii)>1IM%X{3nw$z>L|7mK$&uRP9q$A7){cE#qp z-y*u!F#{kNM@7yE~NjHHb#rYk#z1rZaP1Y4W(71o;Ue(Wf;QiE-`#=-yZ zw`@pBo8jXp$q6(O1U?i`zIegT`hV$~^*iPq^lNW_wm0}geq#57P!@g9T|4G&Jy%*+ zmNO~j=n^e8&mf;=t8dm`t6J*AE5ZLu&GVk6t^Ty^^1Vtc#G6!JF01)tcK_tXM$b!H zZfjTVC<{L~f0Oxw6M`ulYckLM-hKNuXVdiWe)qPnuFX&PKIx+w`T1M+)0)pw_NQ)L zJeiSUxVJw?bn>2Jue4eBY`2^-Ln`LH zy=Cit#6hI>;pCY*KU$T_nifc;3W~BGJT^Z+`FXhF>J{||oHpD(6Vp9G>79U*hR=iA zRZrRu%-lIyE1U^vBnX)3_4DhN&fR=JO)u!^>dh-XgJc)I5>WM2oRws9_iWtc_fHXK@^0;f!>) zUp!oP-)1)2aerpiOr8%E-jSRgu!=?ENV+E5(fVYF<2NwSmGMrqD`UjX72ne$@DypdL zVd(h#a@Sg4{iH1=j7+&<91p)2?tS}mr}gg8=LhV=PY7Mfu}C|nb?o|Kg_Q40roN2b zKi9tW!og!*j5F3pe2m&H&#FXxflTz*WrL}Bz z9@~wj@-t4UKivFhVxRbvS@AB&;NLzU-XnXzKHXs|y>-=d?Q8wKo+i?LooP&q+B6P4 zJevFJ&(ZbrGq*g|+4uV+gR}jTn+0du9fLu>c+vi`w21%Y-rDe0KN%XzUJDvbF`V$? zBKuXLy<7B8Klu5F?Yyk-nw=saGz?B;+c6xwsvDj&srJ{B$m*IIX>XLci^XQUhX?g1^f2!}|KQn!1KmG3>^cm0^6m1D=I~P$iPBS5 z;rr&#anf@6^Zy!889afYe$8al?p2#!)O>88zWqhr@{Qc{-skUmcD!gdgU#L8a)zyW z>Xy=*O=mOP+>5j9&Aw}OJ?5<%14ESbluHNq1WB#+_3_@cwAJ_W7lE*#u6q?THgBEH zBolZ4CliZ8;VmIN#7C-8?Js}jp$fdxn|D$ZCc&$9)GUh)M|7-d<$FZoxLYE z^_=c5PLK0pa}O1ZU3>c`b83(MJa&iH6BC0ri0?kR;gg>p_eJ}YU6*rx*Va69Y!EnM zIAi0>IUki81TMtA*-+k4m~+-%QBza%<^NaWHJW{Qj;jPo0)vb%HNrE^*Ox&H$mRfI T5V#aP8AN%y`njxgN@xNA6DpkN literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat_luffy.rsi/inhand-left.png b/Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat_luffy.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..377e65156baf9c0fbc45d0a5d6ecbbf914085b49 GIT binary patch literal 474 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zt2|vCLn`LH zy|vKaDNyA2M}5D0cQ5d=F`9KJIBTeMU(87_HZksf!lN>4X4*&n5B&;}S6v+k9WYd*6>UeCa#y^P2T=K7-HwmJKf|XZ5e+{@j5CmL%mR1nN8!^oehqlw#UH z;S}$NIqn`$*&6QJG@Yz*xTN!3@XY+#lP~3)Gc)MVPA%TcQgcSx;ZOL>D|rkz&L}VW zCe5(zGl!DWC;7e1dqkT=jNVQ828gTe~DWM4f DU@X&s literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat_luffy.rsi/inhand-right.png b/Resources/Textures/_NF/Clothing/Head/Hats/pirate_hat_luffy.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..853847e597e14f2e28ac504780748721aa3c9c77 GIT binary patch literal 457 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zGd*1#Ln`LH zy|v%#aDd41kMXWTE1bNoHFo?+4_@x4*LTjYv84FjGnI39=lo`{YvjKed*`U5OTam=j<=*j|aHr7VeUJ;w_j{e{@gS z*JaB@6@wc-7EJiIOIG$>Zn~aXwVmk0r;pwD=D9z9ctCRVXBLU?=IJj#RTVFe&2KT? zZE@E#_O;FH)6$6&8eK_y>*`kD&(s%r`17szq%OHpgAhqbN4Lyxjk?H$30J$ zHq|%mJgK6;_S@|Ev`2bgauDY;Fid$KJb8b`X=cQyvvr01V*g=h%)oG9 rQM_*L#MF&3#xg()_);T0(|mmyw18|5sD+n;Cxcj?u6{1-oD!Muzv?q0cYg?-1uhtC!)D=5;Ob$IJa|G>3k zM_A9P&N;pRW!~QFm(E>&Zf?0}pWS=q_g~mMIy%I-9y=Ven2`EBV#&5SnG?OEp7iQJ zc=>bbuQ{AN8*RdM&QIk?OZJvHJdI3;me+C93~Y=Q_7$lX%7K`8mtttGB{)1Gfz#<2Fxqnl@HnPi{;(EFMftl4`! zoo#WPZSwQbhd-P<6HZB#Wv^@4#B%Js~M{Qui9OI?_+yXzD)W12QE->CCL7F pVcbMVv#JhYi1MXIc&7RKGH3zW96$^Lmx3pQC{I^Emvv4FO#nXGw7>uW literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/icon.png b/Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fb821672ae65dcdedc2934562ef47dee5ae22060 GIT binary patch literal 695 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|4g~mwxHkN6 z5Rix#l$%n|BO&h`DeJ$0-+cj(p!j+QP98DQK2Zi)yYNMA-h#3{J9lz^ELU@?)4Gz# ztL7Q9Oh+_ywpGAnb3WNgM~)nk*Vf&#Ws9_3AiwLZ`@g<1a0#sM^}IVaifw+^m{e7Z2HS>UeaVQD$3ugFF z84%WW7cPaJDI7Ij^T z`cNX$Aqwu6g?w zYuA3cE4(oNwZox(A`*)ZeyFnOVBp>_KZ}u}P^q-DK>f`q~@Nhe8RMn@vrO&dqPP-?hJBwjKPu`WX>F>5>Id6WJ zUg!60Md`VqY0poc)ce73C06t3lv}&LEaLzE;NACE8_s`So!i&`r68x2QBICKbc+Al zf1kYrr-laZ-Nu;uby?&0RXNOl@dsA!J;JH=lb&aMbXo!e1-%O9U+ z$U0YjM_g^fZ^vjJ+vR%qvO&f$Ff_d9{J#6nt@B@bzO8zx+;U}8zd+DyJEw@Xzd0Bf t{&Y+CGdtgxes6LKsFW`?!ZXd+mq82221TipNv literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/inhand-right.png b/Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..60d93726e5dcd48c364d961815cfe1727b86bf9b GIT binary patch literal 268 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|)_A%&hE&XX zduuQ6Ap-%nfbA0tggM(BPccX~tlh-uoT9SLW8$$8krs~!AEZCWWu8>Oe{=4B0iec) z{o=FrYJc;*|4pZ7XBaN}~W+6ehoH^q5?1_D9(luyBXB3909)KN`k6Vuc*-f$zz zm|1`8wKG7;7;9!BXXpFRcE$z+d3>o6o@u_m3|c@o2M~k6rQpdR%G1@)Wt~$(695;; BVb%Zu literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/meta.json b/Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/meta.json new file mode 100644 index 00000000000..de0bdfe5c1d --- /dev/null +++ b/Resources/Textures/_NF/Clothing/Neck/Cloaks/pirate_parrot.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Created by GentleButter for Frontier Station", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..c05d68330d0acebf78f5933059af5d740aca5b01 GIT binary patch literal 1524 zcmVPx)lu1NERCt{2nn7qAM-+ztk=9-bZ7oNtsa?^=iA{+ib?2r&CY1&0TB@q5fKp)5fLvZ#ILek*a85g^TPmu3u9@PRP0;6 z{rHi4?}y)OR+vL=|m`7f^hFaR~~bwZ~M zMvY-{x`O2KV{EW*%~x1iMEf5sYsjcEsBwa%LR{NLqmFy;??~GZB*3%n6YTQcI4ILl zV|8TIn5UjQaOJ)Rg;@CRqZ91a>|b3Ip=3?4i?=K&M1vXw%4YpQ8#M-8UC}_9h5Oeh z0*laAfXTU0mQC8tc=SE4n4UI|D<;wj#jU@5H;!$6l&#KgbSwh5FGjvXfNh<+|8xI% z-KE=BVEeIl4MeteiW+NPS7TnMx{Xn{zn?nxvq{A*06-o4#=+q5#a94v^!+;b^XEzT znzzd)6->^Jwva0rqWv9%BH8aBu*rS}JBFNnUjfbxC6Ln;WD;@kaEdnxs;LFt{d{$H zgJcqMhh6)rz8KbvRnpA1NSpxc#VSel#a#RC@D*VGd?}E#KYh~N zv-$I-LobKr!qx%%JBB?4X~VcuW=}yr`l9`IwA}}!^TTc@ZsbQ;8Vvn_TTB2uygdlM zF8o7){q?ug{XnCA6@Xp5DwqJOAoxXjDHDXi`+&*0QKqS_^{P5kqtm6Y6=RtM z1H7GW?7Y}6C{i0Cs}Ahdn%5cVJRI9Wg-wna3C-$*5?FxsVwD&cZE3`WEx>xQ+SMOI zqJ4|n_N}@-;=EXOyYm*M()OhyfIHC&vt>=^lnYy~eZ!*IG4_jLQMdE5t52Z!0YSKy zA7QV9VYaZ0)*{A*hB(^?LgQ> z0)*{A*hB(^?LgSP^a32}=kR;C-(viTyji}$Q6T0d0QL#>%4dH{`yl;7q{2=!0I*6r z%WT(h2WoY>F_3-;iU*VYC|rrz<>Axb9*zLE4Q@~L;jl=a3-tc@ zs~uu4LL-#P`zRH&MvdXMR1AYoj!>#EhO$xjgkrCmTF^ZyF^w3lQdn9b?fT+$#l3FK z7CQ>WTm)JN-W=#hPE(N66l4?fBOw(5Q$+)(?tqjFkKE7rnf-v1H_&Uo|DuX_g&c)n z#?o%x;&cV`cjN{|N`PlLxHl*P7z9uO!N3t5k(U5G1wqcSb??(ZJU!mSNbi=xW>D-O ziBiq>sl<=Xks^ zT`dd|cv6&@DI$xM0Q`);YEkGG#jZ(FHug)ek|Ua7Iz{ZfNxivCL6Ck1IJtMB&HmNd z4Z`z~_5kdf)KeFhUq{XjfL#I!|Hny0M8pfte?GvFJ*T!X_W%F@4rN$LW=%~1DgXcg a2mk;800000(o>TF0000Px%4oO5oR9J=Wls#|LU=)QP*G}z7Rs#-^T6G{*7Fas;Cm;qSBqYYNF_tY7YgjVC zfRvH3BO?jDjB4urs@?q#Cyc?DQfE@^LdLw07?kZ?`RE|0qT>3Y~{`8HL*E{H{ zLNJviZU=%J3NP-CDPO-TS4!_w8!If}>)=3+PgMdj31y0(XuYGevCWQ5j=k2gHp# zfg}eYlv%teQWZ8VBk4XaZt5BnH(=t03Gdw#lY1SXi96%W=k$h7>KmyJ9M%l>O%2OX ziS1OEl)LrJPVT#{zG4|F`=-WW%}6VsE#T?x%gh1*ZyzmhGEaWy9;h^TlbL?p+>;8z zHYCRbCNUp{=bbMKWY2$$%qfT;CwgoYY1ZdB-y<>llDxGnq8LA;Qv!ZOcO}3FYRIaz z^$F-&I@Pkqz+RjJb6e&9+-fd@+?gu1Vi zU$~8xA?24~Ry4!PI+l;0zhzH);Vxh+x8JO@t|dy`VG&S4HG{(a{($N??hF3xW7OI- oZ>P{7mwCWg;7g70O!M_+&;qhKfEWZW1y2T1p00i_>zopr0N{kd!vFvP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/inhand-right.png b/Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ec854071166d1a3af6decd972b0d7f653f20cc GIT binary patch literal 460 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zb39!fLn`LH zy=9ws$UuVafqCX4r@3Vft2B~QoRbnB3dP%MJVhgjb4mS7NAe)aw|F$KSFVe#Va zTlV+n>FHm1ZxvZBt@>#DG!uh;!MBRnu9@_AU32W3jWstrif<(t1>D-mczv6|QYpt7 z4}L!Oj@hit+jDll zy+Tp_gI8al59|N_wsf`mzm4~IuX^>y{98ga+uv#>1o)*LY|I>bWcosz%f`%;Zm}|) zImhFXC4S(`nT917Cof+)vr+5O=L$)nWU7?t1N#)VPg1c>YUym}nr1Q@-8X+GJb$y1 llyo3468KUhJkxxA8MJ_G4j=}BOTm*tl&7no%Q~loCIIx^!KMHJ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/meta.json b/Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/meta.json new file mode 100644 index 00000000000..bf80b86ee5e --- /dev/null +++ b/Resources/Textures/_NF/Clothing/OuterClothing/Misc/pirate_captain.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Content created by GentleButter for Frontier Server", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/equipped-FEET.png b/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..a9673adc1acb16a7338c1bcd9643fa71fa589976 GIT binary patch literal 408 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zEj(QuLn`LH zy>-y*u!8{GgZi}QsSYhs8$@ir?5v5t?-DS9Yg>YXiHY@N#n{ZF&O$v~f7NezlX~;! z-I=%f99)pV7k!WUN4J{?n;Y-2J|nZ*SMzh`!&OXzjvS2rt4r70`pd?*%RT$I&Suv6 z(C61@#m83)E6=)-cHnMc*jACBM_h05q&QA&ZMgdD?d{bGYkthtO4vDL=gfm=7XD6X zcVW?DGH#!lxN}D3`QLMO>aL|;)N^Cu4G7#}{eUmrwNpx5Q6W{KH@3%i{g2&`g$0qo z#h=n&dgsm(YWRD8jn=$4v&E)vHBUE0G97R~>~g=B&D`UUX!EA9C&KIuSHJz;v_RvN zH^YI$pI@(-I^o~H(^=hWQVa*y%ssv8-%T!$#@QL}>{6GXN4(^5-pl+rPx%Y)M2xR9J=WRy}JJQ4~G*zM08}HLC;^*fos9^4o2#_~Y@Y4i1041SLjXf-D@t%>`2qkS zO$Dh;dR!EzrDQK3E#brGBV6kM`vamUZv;>8GS)7u_C~+fNDZT=($q3#)C8W@=qs0nT&Q8gufQ#4fp_SUUO{ zMOX*|0NK%CmvmZ0laSia&?Ohih*QakZEeUQbDyn`jcLkj!M0IYW1UkSh)^^c-!q_@ zouDkj-aX$lXtx#$hd7xCuw5<9iz`z8D6DVb8?+aLl8y6|(Vmc=Qxms4a^Ow6u}eM+ z%v97d@J&H@9=JS~okSEwl%L<(PX|#pYs%kUsAm2EY#dG7xv*#P?D&i5Z;75`j(-=w y09tnnI4%RR-2eap4rN$LW=%~1DgXcg2mk;800000(o>TF0000z+$l=91&Zibs#0)cLSqY4zzNRt8b$w(bd8bm`84 zhao)s+ET;B&l~CZJBbR;^nLHI#V6hz7kzq-T^jR=$pPNa<@&CcZoZehrzZ2^w8--_ zco(dCeY@;I^`*L4*OyC5t{&e6a{xnweZoaWgZJz`Z}0Lo{`~)Kgy)Qt)ID%hT1*Wt~$( F69C2@hDrbc literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/inhand-right.png b/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..0cd7d126fb6a34aae916d934c670798c96e33d44 GIT binary patch literal 332 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|-gvq=hE&XX zd()S@$w8#`;q0h@ge0$tTVMYFzh}_}xBTvX963SSMUQI3tQH@BcxX)@2T&6TIHXKg z-8JucRc-v4WxGxaZTJJyJOo9}(;6IF7r-%aqYGcn@&*0!1K+s<0ZWEbkV z>a*v6-}&{oUB>L2)!R0DDT@k9^1c`LS>(BXy~Fe~TbU!4P82(4vnKTF&pD|=--bP0l+XkKu)2pI literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/meta.json b/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/meta.json new file mode 100644 index 00000000000..762c194a368 --- /dev/null +++ b/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Content created by GentleButter for Frontier Server", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/equipped-FEET.png b/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/equipped-FEET.png new file mode 100644 index 0000000000000000000000000000000000000000..28466deed5135afc9e652217acbf0e68b29b787c GIT binary patch literal 287 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|_ItWGhE&XX zd&`io$w8p?;dZkHVj&_bVlfBiiSa#f+`+Up{DZ=rLyIezS|fUnimADU8%U`B++U{l zK6k$|BhUaSc=u_|CKFBFEtA!jK8+N;Gc$X?O6KN!Y=`fk{lD=(Z{)4_DU(Xx{rRW&91Ok1sXCGtJkRK?}&{fSPkD Qcru9P>FVdQ&MBb@0ND6y{r~^~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/icon.png b/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..348714efeda515ea24be8b45cbc49b5f90ae7cd4 GIT binary patch literal 577 zcmV-H0>1r;P)Px$;Ymb6R9J=WmAy~GKp4iK(pm{%O$fTVVZ_0Op(ex#gMWYt(TO;)G4hu<5<}u( zoJ>qibYu{tCNi)%SdE*T5)&&BKKkKM4_bOHB_V;Kzv;Mp?|GiS<$8dRkB`rcVZ0O- zQk>pZhQCj13UyyzcHGA?1s69>?aR0Q2-}chCz_mEbY#VoF3#gu#BfSIzB)#!|UcJr_odB zV;a$jieiSRc46WUOdH1l;UG6P6F05-?Z8X}+`JtCu(z($XV7)|wsaK+oxXLQXb??L z0W`IR@4##sbiXX`5_HWZA}nBX#xOFs!8gm>-vVLIkN`Q9EIA?VushRo_C=s zztH+J0N`-@6&FudlaKZb0|0BGP0JZK*9H~@1h^&aZ{6YewrBHm46q^?nx#tIww@Iw zG-MX%b>k0_OLBTlP;psH*lG)V?*M==nV|+4d)SFUsS?N0jx@NCXk(qYN0OlY+Z4JQi z(it@$4Z;6=FNXq-#y&oC!ykFRv2FcEH(dY#01jnXNoGw=04e|g00;m8000000Mb*F P00000NkvXXu0mjfm;mu} literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/inhand-left.png b/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..5e9775df2eff5ecbf14dcc5e1ee85c27e50fbf53 GIT binary patch literal 389 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zRXtrCLn`LH zy=9oiImt)`4 z`O zRrcSkLPC{$#M}eV&l@=w!r(yN|Bl-8;8Pgio49$2fTQuUGgSmf=?~O+jkl} zB35pDT2>?=)ugKG`}hAe?(ao<^6k6tDl-CY0D=R8nyRuc3v=V{+m-yz@S0@8qf`8> z_LS|`lFuLJMND5lKgG^-cZo!V+Uo`TmqwO9sW!bEyW4G&-g)g$duPomRo|$#k@5Ta z@JUOSPw(Day8XYnZg})r@$93UdsQ^&<(kB=*&358oGm16@XFt$&su8B@<~e^t5+4? zxwyjqq(xcTD!<6M#f#!jPg40BHEoZZYv}Sh#YPa9fyheh7xVXb7&B)EJ!jq*ykush z3A^b6Ab)0;)9oL5*Wbh)Fxb%ZzRXwT*8gX&3=9P>`xrJ^MEmrLC%p#h=1Yz6O!M_+ Z&;qhKK*j;VrQpdR%G1@)Wt~$(69Dt-ntK2M literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/meta.json b/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/meta.json new file mode 100644 index 00000000000..762c194a368 --- /dev/null +++ b/Resources/Textures/_NF/Clothing/Shoes/Boots/pirate_luffy.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Content created by GentleButter for Frontier Server", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..f1f944d2256c7ffb9bcb88c7a59594037aff6067 GIT binary patch literal 1187 zcmV;U1YG-xP)Px(LrFwIRCt{2n$K$-Wf;dl?`CG(q=N>fW}vL&wRWH*`Yz8+@Y-FIhyKC?Sps_zGu z?7Z{N`+eT;`|M&;98;=a2F`Uk7XWi9 z^m7vNYAmz{+CH}iIsmG1KS=-*{jzmDZM_WT6#7FMux?ErU}Y7;@=a}Crk^okeat2p z^KGiuE7>kFVW0u)@#+RZEzYiuQun?!6sGUEOt8&2`azby9=q;<|i=X_KnL^V!PjZ=R4s!U-a&odvK<&VF&Gc(}g+;bWrilLRfCJul* z<=Y~C(MLe%JiL75e0b`2oNsvfj<#{4a~@M?XJY+U%A1(#wIlJELw^^5$Y~m3NBhBk zXImENoQJAMTE3@HjS%097F^ZCwyYQy(G^je`SJUZyZ3LYr!Tyq-z!}Lpy6fmJ*bV- zFoZBN;qKn1TAW{MiDqrUYj0g4e=hnmdJ+U&|Na)QFF)VWmKB{^n=HTa(n$KEkATDB za5x+ehr{7;I2;bge*y6?xb{}Hy$M;&urQ(ssq{x6>+9!X;%C=rb6IpWx)n>x3@OqH}|0Is> zZIFIN6XV7%j7V<9Bx4-J$iE5?Dx1lYemlg&GO_{3aUhe-0AkIwH32rFjgdJN#kRe7 z%?e6GlmS;i8AC)ulC=O)Jj36MMH$eo9wZ>jf=On8S^aLsP}1TokpcboUW=uPJ_q$g zx=kyJ`qxjN)KAQM%_4-qu3ym5Dptt7xib+L8b2)R{d*@A7V`Y|V}%z#uP77W(P5qC zuOAK_hd5xnNWw7VH(<(V`}dzFV!-7~uWITcTi@-ny&3R!@p7|ZV`pzOyGLPwoxM#J zRb*JnHo?gQk=9hS0J8-@_2eOCk(4P%0opR*QDMg;C6xh5;iK9pqom`gR_Ee}^UWC2 znvlwXSFSAKPtP<969B&X_UBXqq~)D=Uv9oX2?E0E5qECh7LPO1li*1(&XVZIHwK5p z@%ZvDk2A8QCYE5(0000EWmrjOO-%qQ00008000000002eQB>ArY-_ zr`mcS4iIUZFFk2NiO@3J8=W8(1D_fw?y1^3GWG7b|PRX$33ocp)_hR{a_ zSALD@CVSrB%j)V0ka+HBiz)7uIqK_5?)slH@* zs2dQ-5jf%1`)!wNKPyEsincZ+-(u8XyX@AT8`qcLGh>*j`%m%|kIX!o2hWNadTQt2 z-mP}ry?W)oo*o{~`F#y_HLR|M9l)sIOO5bM^YvxW0`sSTm z_gSvq>cPH6#rERcwC`8eZU1NWTXyEwd!Fw>h5^Be=^LFd{K;5TR&uX~Ve4-WU-k(b z`!AF*2!8#|@$&Px_|q92m77sEIE%!ZXd+mq822<^Y)j1eby* OgD6i|KbLh*2~7YN0cL0b literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/inhand-right.png b/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..1c388e4e486323823ed9f00bd3a4b64246bd018c GIT binary patch literal 276 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|ws^WYhE&XX zd+Q)?lY;>3g^NZ#y*Ij2Z!~OVJiUQo)&{}HoqQG#BB$KdIo8tpJ?~9p&A)TKoj{EY z3>_WCF7`EY^Uj`~a_06V@oNiAiZ?Yp)?Ac5dtdhKRb3i0uU%x)6P$hf>*qJyGyZ?o zjn^wKW16OS^ITndh4kX%pY2|Ac4(ZRGY4!K1H-jd$L2Q9c@&?#wf;juA>-C}JUyCP z3qWF?!W&eMZV!Ka&Y|lsLxX8GW7B5y|8`tin}9m`QX@Rme0>?TfNTz^Ntc2rgIJ!f KelF{r5}E*OU~NnQ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/meta.json b/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/meta.json new file mode 100644 index 00000000000..4aa590794c0 --- /dev/null +++ b/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_luffy.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Created by GentleButter for Frontier Station", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..e2a14fbd838f772770df7072f7291d5142a97c81 GIT binary patch literal 1305 zcmV+!1?KvRP)Px(xk*GpRCt{2n$2(AL>R^&r}1WYopwW$Z9=0!qLv(*MQW5o5~M&*C>58U5Epu( zs(Rsskl@-2kx)wFHPx@yoL!h)$il3zx5BX?~hrxO}~7yLLcy3Zhdd-2MIYa&DvOv<*vB5ACkq zaMn|H^%;gvq%e{ma6DZs6Py^*93%cHRZuSOAT#x<(?=^&;MTwWT^2759d-Kl&o;Ml zyIjS>Tba=MO(P(w9d&+l=dUz$#0T$Y?)(+SeP1i^KB_ww&Rx9b(dUEq&-S^C*Ocmx z6anP7`E88(>G*wXwo8%$|zaVEpG zWP;6RCOh&H)Jc7z2uSqB5LbH;kEx#ecuYlH?Lne1{L4xd5`8fYruv~J6VQ@Lr(R1Y zFqrC(q%Y)vcua+=_F|7(P}TbO;V%0f({AE16>9Ghn3fG{QAgjjY^c3QBIyh70RUi_ z6qMT7qZTZy2E%Oci%&C%VW7H8Jo?pL0%91E`itZM08kVK-~O2G*q2|o^o1Ni3=@WF zgIYH1{d%3f4^Yd7VcH;u*{VHV*B5etVN%$&eVCRFyH=|kP^DYrIcM+W>Zt60D#riElf>~1}02&1GaUOaT~ZjnYTX?vPGzIc4e8R zhX(@B1c7?a!0n$NchngRXU{NyJ_4s$CMXpuLQaVMrzlYOxSLK7K1joFgD64{*!;EN z5l#<#6C)PRp6TexP>@D?c);TXw~b+l6antj;bNJfSgxPm9u%7Gglo8U{Wgiv^mO6v+Ypqy)q4PKulxx3)WB zLX>C@_=hAV1SL#JBoc`Te*xLwUWr7@(mtqcqy(v03ZYj62IBw~I#o?ytCV zEN;1<%~D1NySQ16j&Wy#rK;xcn&P6A_4s7qwfgh#ieu)^7c`%=;SKAi-!@zFS2Ml7 zW4^wyrchYg=C0@Z+NmepFUb2QoNbj4&*lyBs$6wVs_xt@?l11bnvFAjiq{7(Kiq6v z@&C}1%b%|2pJlzbJlYSWn*3}k$mo%b%E zet&1fTb=(NJnX?Y&J`&$YIdddRh(K-ba08!tl*_nmIKM12}1soAtuGUcXKix@W{Fl zDYNSsQ)O&2kl_|Id9J?tf^421)dw8nJ%8^duKu{|#x+(sx%tTq3HmH85r+izV!lg% zb7FbL)#|ix!bA2(sotAMB^Evh#sgn!glC$sFM}44%>l$9a4C2)i1Kvxb6Mw<&;$Ud C^1THB literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/inhand-left.png b/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..7ba6421c21475779798ee7f5e6a71ced25914122 GIT binary patch literal 441 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zBRyRlLn`LH zy|vfxP=Lg-kL-&L4>&|{sPG*-D3Scf!)K1nUiNp5XL-ZlH59P(#5Kk=Xy>TNc61*+ z=aZ4tb^N8k6)v&(PTv3buT1`8V_AF2uT~Xk1qd7{in&pymt(#EU71wgjqF{O)%%R! zn8t3uJmcNmvs)Fv$y;(gk zeY=*nNTNtgkL@KcuNfW;Rhtfww|`Y~yyXhBWr z`6IR&1{|Slw;FkFTD3JS=i2`1=TqW?AAEUtU)?enxUbOcpCEr=YhEkQQCE}V z}}u7?bbCwDaNr*+uOwhZScQsQ@hifrgYv7iL(PZ2nwu!Tdb`^bQV1~<4(lY6r)g+KJT7L-RVFvnK|E^*34d1xTgE`>;-!|uFkeDUVhi;`0m@w zF6Yg>{8!f4I()*$5Le^pbxf0{sI2@N;|^qt8PwKtU;5%a>B~HoNlPw14t^V7FK^5Y zaW6xI)TdJ8gyg@b-{!ub-Dq=;)g;k)!qJ@!D0!W!ZXd+mjT4)fSP+Lcru9P>FVdQ&MBb@0L5an AMF0Q* literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/meta.json b/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/meta.json new file mode 100644 index 00000000000..4aa590794c0 --- /dev/null +++ b/Resources/Textures/_NF/Clothing/Uniforms/Jumpsuit/pirate_slops.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Created by GentleButter for Frontier Station", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/icon-overlay.png b/Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/icon-overlay.png new file mode 100644 index 0000000000000000000000000000000000000000..f73d8198c90ec9989912e9f161039177c3ca9eb7 GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRS>pWc?Ln`LHy|a<`fB^@K!xW|8 z{%=wmr)cEQ+|7DV&!>4I*S}4#>YluR>Lm|U4hFN{+?d|(7?v8pphi>xBGmWkEB~Q7 zs64|ipZVwg@7vEkU-9y1$xkh)@YzeX89%=mdKI;Vst0HuIRtpET3 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/icon.png b/Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..a5ee33dd75973940f4dccd98597322f0b351f37a GIT binary patch literal 772 zcmV+f1N;1mP)A!}OCgc9&_;|_nqW*cghFC^6H1_oEA4Vw>>V8jU^pBCu)e;&toyAQFrrQq1z-Q(ru zaS}2Egb-=nZ=3U08UVCfEp>f;EldDw`u$)WO;~R;>d?P1=LYgt8dNG30IJn0rBX=& z0xa9mMz1%UYkc{~4PaXJ-TP=f@#lDogJ!DtOQjN?=P^G&&+X2ebO3V^J-rKaqj^6_ z`fWC_0Bskx(*Z&V9b{q7E~5LV&DPHCPBborltsre8a85@O(Wdv^-wC=>p1`cVi4HV zl_p?j$u!q`-EKD;7a+a|UD?RmjJo*m);`dn-|usBazd?EOPm9Vk6k6nA{^RK!uhv- z02ZIU67BYQP5`{DM9;AzWrc91d?;Zi2e%TTfbSOuKnNifPFP{yD0VidiV%5*$mjE1pN znAw;{Sl7_&o(f<_6PeQ0!T+Vs>}GdY0T80^f; z0^7_^3ElL5x=eDnM)LQ^u6{St+UDxb%zW)p+pzz-dEl>S{?#C*K%n#bc4x`e!xyEF zf6To1R{4zVqOiZr%f1Po+g>So)y|>!w8YD{Z>92y`)A)5HruJXc76V$nD^&DKaBWa x%fJx!nc-)KqU}bma6O<=e5nzhX}-P;T0l0~B|!R8@MIv#;OXk;vd$@?2>_8CVGRHP literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/inhand-right.png b/Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..8ddfd55cfad1fbb2e9d5435ff3294ee25b3211c9 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|mU+53hE&XX zd&`jPkb?m0g}@EdMP4$QX%;u#`7d(s;2|%^2&u`8WOIN_27*h$lR=cHtDnm{r-UW|Qcz;# literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/meta.json b/Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/meta.json new file mode 100644 index 00000000000..7a97353ba2c --- /dev/null +++ b/Resources/Textures/_NF/Objects/Devices/pirate_uplink.rsi/meta.json @@ -0,0 +1,32 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Created by GentleButter for Frontier Station, icon-overlay by Whatstone (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "icon-overlay", + "delays": + [ + [0.1, 0.2, 0.1, 0.1, + 0.1, 0.1, 0.1, 0.05, + 0.1, 0.05, 0.075, 0.075, + 0.05, 0.2, 0.1, 0.1] + ] + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/doubloon.png b/Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/doubloon.png new file mode 100644 index 0000000000000000000000000000000000000000..89fc1d2a1f74d8e9e8dccdc56b1ef7175356830e GIT binary patch literal 482 zcmV<80UiE{P)Px$f=NU{R9J=Wl)Fj-|=iWtyK=$i;AZ3h6;LbV3W3=!@{ln0@Aw1P??O@Og!;Ph_|c<-`U z2t{>i0EVZae#!8n4@n6rzO_DjFcvp9fXcpJJwW{uWYQ6j&IKjEU4b~VGGO)wMk>gc z!hkw^{UM%8I^s67#Z-^>Rx%SMjW;S-)^3@d*6s)ayg)X%Wfc9CF`9)$2Tni zR8qv!1fthMyqiH}z2UcE(`;z^x4Rp~4#x+-OtjrJ#wHK|000hUSV?A0O#mtY000O8 Y00000007cclK=n!07*qoM6N<$f{_Koq5uE@ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/inhand-left.png b/Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..0c28a2e3b99761eed069bf1010ea18b4882414ee GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|%sgEjLn`LH zy=BPDz`$|9An%W~qhiH_rX`{VtldC)hK8-{-t^~!SU~W=>^_h@aEKw4gF|Q4nd1pS h9$#vNXPU1sgBFm@0mLA1DR?r7@^tlcS?83{1OU@cC7}QS literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/inhand-right.png b/Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..11fbf058e329a417177d906d5f3259f3270760fd GIT binary patch literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D$|tUX;ELn`LH zy=lnHV8Fw&@ytX2B^<#_lDk6nZ*t`A*8(bGh&cQ5=iLuVONBukAPB1X2qYKkZJf@b m!zU7u4dn2pMtG+A`Z9pja{w_2Tne5HqC8#wT-G@yGywq5!zU2{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/meta.json b/Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/meta.json new file mode 100644 index 00000000000..5380caa3c82 --- /dev/null +++ b/Resources/Textures/_NF/Objects/Specific/Pirate/pirate_doubloon.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Made by GentleButter for Frontier Station 14", + "states": [ + { + "name": "doubloon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/icon.png b/Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..09f53492df512b893ade1c9b45d27a3579d4f559 GIT binary patch literal 621 zcmV-z0+RiSP)Px%4M{{nR9J=Omb-2mK^TR<+1;73u#jv;qDVsur*WSu?_klz?LI(Scn4mBCJ%u8 zI4N^cB$SPVky+Twj0?s1vJkar{V@YeP9=sgIH$^ zoQLo=EVlq4NfNK`9xUK)IJB_x0AC|ISipMeeSbYT7||}Q8xZ*Q{U`$J4&63twO}w9 zR8E&9iI?*oEMQ5#?fG>@c$Myb`>hRxAf3<2ijq9b04U9h`|o6W+AT14K^6!>7%fI9 z4C?!tvw-WXwgoW8U=hsb8AVZI5!DCaqS^3jg?9z=qQDx%nN}zzEBdIWqa18Rk(31C zYMV=Q0s+@oZEK9dn9b~YmQmz6rYtt@o9FIra5kc{EUWXkFCSq13#MZLzJ8zcvH#$j zs-A!iJd^((7yNlB`7z3CrSTRJ1dEQn`}`AQEa_}kJzMtzubi%dQp&wCz60niAPU3k ztd&}w9saN$MZglvDrlt$p50GtO(Z2s?XS>FaQ4uPX2XVoKx>7P5*e+=Coc*nk11Kc z*p$hm-}~U7;t61P^R^he+*<$u01jnXNoGw=04e|g00;m8000000Mb*F00000NkvXX Hu0mjf_VgB5 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/inhand-left.png b/Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..d80d0337159cab327b35bd278fa68e048a49549f GIT binary patch literal 447 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%z<2_v*Ln`LH zy=Cit*g=Nv!}7H&O|J_XT9kOSKM;tSbL8OFlLsCDNSyPl>)v%=s7plrpyyu&KBca_ zeGeB*-B)lY&^-r zXls<{SDT*OKL6c)q)T#|?RfjIC>mUd?Mi-OTB?UA{%_ccxzdg|i`! zKSgzP`PLS-Ef&1SZ*TA;#A&jq3eObJM<+Z|)|T8-RvD{MgCx9WHrmq zdwk+2U&=L3(Wz~^^oBtpdj0~Dc*eC`13$}cEBkh&y2Zt1={MF4o$$90*4bl$9a4C2)i1Kvxb6Mw<&;$U755UL( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/inhand-right.png b/Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..891b7911b50288009677896638f766fd6f383c07 GIT binary patch literal 468 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=jKx9jP7LeL$-D%zOFUg1Ln`LH zy|v%(kOKqT2Y!L5>IqVu&g>E$%=!s3HO%hw4&OX!@q=qed1i;Ao|@ka?jLM^d|8hI z{vT-!`uB9st_jZ;Jj~hg@4)fv=63aN zr=D+jyek@H!8a#Xn&HEjKda8fgz$!)O0}7zTTuOJnc<`R(q+zf=J!3kmZd%aZXmB; zy0OeWcZuUp(K~Ep*qIJ#Ce-Ke`kBJ6>whg)(R{w9eQEd!zuha;Umd#Bl_*Xq|!uD`=r=342NXRG^@{jbBXefd}XKGeqZ{b~%H+1UXH zMH7DR+kZLlRE7*QgInN~?DPdsO`n{uUQxPtYI*bNoYRLMFKtaUzcMpf*Yl<0@-yY` zA5)qZcXPT0{+qsRTk6w&X{)APH&|!9VCu@bjV3eCGaR^cu0d>BIoq_<|J)MyBrhB~ ya*jbzaOn@$^2Q{|-pQ_Nz{ucBjqptK^<~fkvN?bl1TF$k( literal 0 HcmV?d00001 diff --git a/Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/meta.json b/Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/meta.json new file mode 100644 index 00000000000..974e9b22839 --- /dev/null +++ b/Resources/Textures/_NF/Objects/Weapons/Melee/pirate_hook.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CC-BY-NC-SA-4.0", + "copyright": "Created by GentleButter for Frontier Station", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}