Files
turnbasedgamedata/Config/ConfigPointQuery/PointQueryConfig.json
2025-05-20 21:34:22 -03:00

40 lines
625 B
JSON

{
"WeightMappingTemplates": {
"Default": {
"WeightConfig": [
{},
{
"Distance": 1,
"Weight": 100
},
{
"Distance": 2,
"Weight": 100
},
{
"Distance": 4,
"Weight": 50
}
]
},
"Qyery_Target_Point": {
"WeightConfig": [
{},
{
"Distance": 7
},
{
"Distance": 7.5,
"Weight": 100
},
{
"Distance": 9.5,
"Weight": 100
},
{
"Distance": 10
}
]
}
}
}