turnbasedgamedata/Config/ConfigPointQuery/PointQueryConfig.json
2025-02-24 07:50:34 -03:00

21 lines
312 B
JSON

{
"WeightMappingTemplates": {
"Default": {
"WeightConfig": [
{},
{
"Distance": 1,
"Weight": 100
},
{
"Distance": 2,
"Weight": 100
},
{
"Distance": 4,
"Weight": 50
}
]
}
}
}