mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
40 lines
625 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |