test: trace monthly unique and inheritance actions
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"action": "LostUniqueItem",
|
||||
"args": [0.2],
|
||||
"environment": {
|
||||
"year": 210,
|
||||
"month": 1,
|
||||
"startyear": 180
|
||||
},
|
||||
"setup": {
|
||||
"syncEnvironment": true,
|
||||
"resetGenerals": true,
|
||||
"deleteOtherGenerals": true,
|
||||
"keepGeneralIds": [1, 2],
|
||||
"general": [
|
||||
{
|
||||
"id": 1,
|
||||
"values": {
|
||||
"name": "갑",
|
||||
"npc": 0,
|
||||
"horse": "che_명마_12_옥란백용구",
|
||||
"weapon": "che_무기_15_의천검",
|
||||
"book": "che_서적_01_효경전",
|
||||
"item": "che_저지_삼황내문"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"values": {
|
||||
"name": "을",
|
||||
"npc": 1,
|
||||
"horse": "che_명마_12_사륜거",
|
||||
"weapon": "che_무기_01_단도",
|
||||
"book": "None",
|
||||
"item": "che_부적_태현청생부"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"observe": {
|
||||
"generalIds": [1, 2]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"action": "MergeInheritPointRank",
|
||||
"environment": {
|
||||
"year": 210,
|
||||
"month": 1,
|
||||
"startyear": 180
|
||||
},
|
||||
"setup": {
|
||||
"resetGenerals": true,
|
||||
"deleteOtherGenerals": true,
|
||||
"keepGeneralIds": [1],
|
||||
"clearInheritanceOwnerIds": [100],
|
||||
"gameEnvironment": {
|
||||
"isunited": 0
|
||||
},
|
||||
"general": [
|
||||
{
|
||||
"id": 1,
|
||||
"values": {
|
||||
"name": "갑",
|
||||
"nation": 1,
|
||||
"owner": 100,
|
||||
"npc": 0,
|
||||
"belong": 3,
|
||||
"dex1": 1000,
|
||||
"dex2": 0,
|
||||
"dex3": 0,
|
||||
"dex4": 0,
|
||||
"dex5": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"inheritancePoints": [
|
||||
{"ownerId": 100, "key": "previous", "value": 999},
|
||||
{"ownerId": 100, "key": "lived_month", "value": 2},
|
||||
{"ownerId": 100, "key": "max_domestic_critical", "value": 4},
|
||||
{"ownerId": 100, "key": "active_action", "value": 15},
|
||||
{"ownerId": 100, "key": "unifier", "value": 6},
|
||||
{"ownerId": 100, "key": "tournament", "value": 7}
|
||||
],
|
||||
"rankData": [
|
||||
{"generalId": 1, "type": "warnum", "value": 2},
|
||||
{"generalId": 1, "type": "firenum", "value": 1},
|
||||
{"generalId": 1, "type": "betwin", "value": 2},
|
||||
{"generalId": 1, "type": "betgold", "value": 4000},
|
||||
{"generalId": 1, "type": "betwingold", "value": 2000},
|
||||
{"generalId": 1, "type": "inherit_earned_dyn", "value": 999},
|
||||
{"generalId": 1, "type": "inherit_earned_act", "value": 11},
|
||||
{"generalId": 1, "type": "inherit_earned", "value": 999},
|
||||
{"generalId": 1, "type": "inherit_spent_dyn", "value": 9},
|
||||
{"generalId": 1, "type": "inherit_spent", "value": 999}
|
||||
]
|
||||
},
|
||||
"observe": {
|
||||
"generalIds": [1],
|
||||
"ownerIds": [100],
|
||||
"inheritanceKeys": [
|
||||
"previous",
|
||||
"lived_month",
|
||||
"max_domestic_critical",
|
||||
"active_action",
|
||||
"unifier",
|
||||
"tournament"
|
||||
],
|
||||
"rankGeneralIds": [1],
|
||||
"rankTypes": [
|
||||
"inherit_earned",
|
||||
"inherit_earned_act",
|
||||
"inherit_earned_dyn",
|
||||
"inherit_spent",
|
||||
"inherit_spent_dyn"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user