42 lines
710 B
JSON
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
|
|
}
|
|
}]
|
|
}
|
|
|
|
|
|
}
|