固定座標の設定
"id": 5000001,
"name": "ファミリービジネス",
"text": "人々は今でもあなたの庇護のもとに集まり、言葉を交わし、約束を交わし、そして機会を分かち合います。",
"tips": "",
"mapping_id":8001002,
"once_new":1,
"round_number": 1,
"waiting_round":0,
"waiting_round_end_action":[
],
"method_settlement": "",
"auto_begin": 1,
"auto_result":1,
"location": "自宅:1", // 自宅の座標1にのみ生成されます
ランダム座標の設定
"id": 5000016,
"name": "夜間の戦闘",
"text": "読書は自己を向上させることができます。読書の習慣を身につけましょう",
"tips": "",
"mapping_id":8001005,
"once_new":0,
"round_number": 1,
"waiting_round":1,
"waiting_round_end_action":[
],
"method_settlement": "",
"auto_begin": 0,
"auto_result":0,
"location": "自宅:[2,12]", // 自宅の座標2〜12の範囲でランダムに生成されます
"id": 5006531,
"name": "復讐の味",
"text": "誰かがあなたの寝室の前に置いたこの本には、どんな物語が記録されているのか?",
"tips": "",
"mapping_id":8001005, //スロット数を増やす場合は、このパラメータを削除することを推奨します
"once_new":1,
"round_number": 1,
-------------------サンプル---------------------------------
{
"id": 5300002,
"text": "神殿に助けを求める",
"is_replay": 0,
"auto_start": false,
"start_trigger": true,
"on":{
"round_begin_ba": 1 //各ターンの開始時
},
"condition":{
"table_have.2000021":1 //卓上に司祭が待機中
},
"settlement": [ //効果
{
"tips_resource":"",
"tips_text":"",
"action":{
"rite":5000508
}
}
]
}
-------------------サンプル---------------------------------
{
"id": 5300002,
"text": "神殿に助けを求める",
"is_replay": 0,
"auto_start": false,
"start_trigger": true,
"on":{
"round_begin_ba": 1 //各ターンの開始時
},
"condition":{
},
"settlement": [ //効果
{
"tips_resource":"",
"tips_text":"",
"action":{
"card":[2000771,"すでに所有+1"]
}
}
]
}