25 lines
348 B
JSON
25 lines
348 B
JSON
{
|
|
"monsterName": "Metal Head",
|
|
"monsterType": "MetalHead",
|
|
"editableInGame": false,
|
|
"texture": null,
|
|
"barColor": {
|
|
"B": 5,
|
|
"G": 123,
|
|
"R": 220,
|
|
"A": 255
|
|
},
|
|
"borderColor": {
|
|
"B": 255,
|
|
"G": 255,
|
|
"R": 255,
|
|
"A": 255
|
|
},
|
|
"hpColor": {
|
|
"B": 0,
|
|
"G": 0,
|
|
"R": 255,
|
|
"A": 200
|
|
},
|
|
"heigth": 3
|
|
} |