mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-12 18:20:09 +01:00
62edfdf85b
## About The Pull Request Tin The bundle includes revolver, holster, armored cowboy outfit, horse, apples to tame said horse, and a complimentary lighter. It costs 18tc, so it's a little more expensive than getting the revolver & holster on their own, but you also get a horse so it's worth it. ## Why It's Good For The Game This was intended as a lone-ops bundle so we can finally have some lone rangers but I think having a crew of cowboy outlaws doing a "train heist" for a nuke is really funny. ## Changelog 🆑 Wallem add: Nuclear Operatives now have ready access to ancient cowboy technology in the form of the Outlaw Bundle. Now you too can roll into town on your horse. /🆑
31 lines
492 B
JSON
31 lines
492 B
JSON
{
|
|
"pony": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pony",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pony_hair",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
}
|
|
],
|
|
"pony_dead": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pony_dead",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pony_hair_dead",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
}
|
|
]
|
|
}
|