challenge-editor/json/special.json
TsubakiLoL 5a7ebda44a add
Signed-off-by: TsubakiLoL <2789646812@qq.com>
2024-11-11 16:28:00 +08:00

42 lines
710 B
JSON

{
"#":"特质json字典",
"human":{
"name":"人类",
"introduction":"开局:随机能力等级+1",
"type":"start_game",
"triger":[{
"type":"human",
"data":""
}],
},
"minrui":{
"name":"敏锐",
"introduction":"调查时:感知+5",
"type":"identfication",
"triger":[{
"type":"character_data_process",
"data":{
"type":"attribute_change",
"attribute_name":"WIS",
"change_normal":5
}
}]
},
"tanlan":{
"name":"贪婪",
"introduction":"贪欲挑战时:意志-10",
"type":"identfication",
"triger":[{
"type":"character_data_process",
"data":{
"type":"attribute_change",
"attribute_name":"WIS",
"change_normal":5
}
}]
}
}