17 lines
247 B
JSON
17 lines
247 B
JSON
|
{
|
||
|
"test_word1":{
|
||
|
"name":"百分比加成测试词条",
|
||
|
"introduction":"体质+5%",
|
||
|
"percent":{
|
||
|
"CON":0.05
|
||
|
}
|
||
|
},
|
||
|
"test_word2":{
|
||
|
"name":"百分比加成测试词条",
|
||
|
"introduction":"敏捷+5%",
|
||
|
"percent":{
|
||
|
"AGI":0.05
|
||
|
}
|
||
|
}
|
||
|
}
|