mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-12 18:20:09 +01:00
b686f99723
## About The Pull Request This GAGsification is a request from Fitz Sholl, using their wonderful sprites to breathe some new life into a mostly forgotten outfit. EDIT: I increased the available amount from 1 to 4. Meaning that a robust Sensei can have a class of three  ~~there's also a second version which is a rendition of the prexisting one which I couldn't bring myself to delete completely, DBZ was a massive part of my childhood and will never leave me.~~  ## Why It's Good For The Game As Bruce Lee was reported saying, "Be like water, water can flow, or water can crash" What does that mean? I don't know exactly, but it's cool as hell, look like water while handing out an absolute savage beating? You can now. ## Changelog 🆑 image: modified gi sprites, making them more customisable. /🆑
37 lines
795 B
JSON
37 lines
795 B
JSON
{
|
|
"martial_arts_gi": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "gi_base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [1]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "gi_belt",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [2]
|
|
}
|
|
],
|
|
|
|
"martial_arts_gi_goku": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "gi_base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [1]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "gi_belt",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [2]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "gi_goku",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|