PGRData/Resources/Share/Team/Team.json

23 lines
608 B
JSON
Raw Normal View History

2022-12-19 17:21:16 +00:00
[
{
2022-12-20 07:23:11 +00:00
"Id": 1,
"IsCaptain": 1,
"IsFirstFight": 1,
"EffectPath": "Assets/Product/Effect/Prefab/FxUi/FxUiCommon/FxUiRoleEffect1.prefab",
"Color": "FF1111FF"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 2,
"IsCaptain": 0,
"IsFirstFight": 0,
"EffectPath": "Assets/Product/Effect/Prefab/FxUi/FxUiCommon/FxUiRoleEffect2.prefab",
"Color": "4F99FFFF"
2022-12-19 17:21:16 +00:00
},
{
2022-12-20 07:23:11 +00:00
"Id": 3,
"IsCaptain": 0,
"IsFirstFight": 0,
"EffectPath": "Assets/Product/Effect/Prefab/FxUi/FxUiCommon/FxUiRoleEffect3.prefab",
"Color": "F9CB35FF"
2022-12-19 17:21:16 +00:00
}
]