Files
Bubberstation/code/datums/greyscale/json_configs/gi.json
T
xXPawnStarrXx b686f99723 Request GaGsification - Gis (#82040)
## 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

![image](https://github.com/tgstation/tgstation/assets/53197594/f52f4021-49a9-4ac6-880f-860735766afe)

~~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.~~


![image](https://github.com/tgstation/tgstation/assets/53197594/111c88ff-280e-4e9f-8aa5-114cb9d73bf1)
## 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.
/🆑
2024-03-17 21:46:27 +01:00

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"
}
]
}