challenge-editor/json/word.json
2024-10-04 18:08:33 +08:00

17 lines
247 B
JSON

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