Skip to content

Commit

Permalink
add rgb feature level_up for Global and JP
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Mar 24, 2024
1 parent ace27f9 commit b15e829
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/rgb_feature/rgb_feature_Global.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"fighting_feature": [[[773, 693], [782, 678], [811,681]],[[0,82,0,66, 0, 150],[0,57, 57,92,120, 200],[0,57, 57,92,120, 200]]],
"total_assault_rank_info":[[[131,167],[613,174],[673,174],[1115,183]],[[245,255,245,255,245,255],[245,255,245,255,245,255],[159,179,214,234,234,254],[159,179,214,234,234,254]]],
"total_assault_accumulated_point_reward": [[[131,167],[613,174],[673,174],[1115,183],[121,242],[352,235],[109, 308],[370, 306]],[[159,179,214,234,234,254],[159,179,214,234,234,254],[245,255,245,255,245,255],[245,255,245,255,245,255],[245,255,245,255,245,255],[245,255,245,255,245,255],[41,61,64,84,95,115],[41,61,64,84,95,115]]],
"total_assault_rank_reward": [[[131,167],[613,174],[673,174],[1115,183],[121,242],[352,235],[109, 308],[370, 306]],[[159,179,214,234,234,254],[159,179,214,234,234,254],[245,255,245,255,245,255],[245,255,245,255,245,255],[41,61,64,84,95,115],[41,61,64,84,95,115],[245,255,245,255,245,255],[245,255,245,255,245,255]]]
"total_assault_rank_reward": [[[131,167],[613,174],[673,174],[1115,183],[121,242],[352,235],[109, 308],[370, 306]],[[159,179,214,234,234,254],[159,179,214,234,234,254],[245,255,245,255,245,255],[245,255,245,255,245,255],[41,61,64,84,95,115],[41,61,64,84,95,115],[245,255,245,255,245,255],[245,255,245,255,245,255]]],
"level_up": [[704, 357], [643, 295], [574, 366], [643, 427], [1262, 324], [1266, 388], [1, 324], [1, 388], [523, 219],[760, 218],[558, 214], [1,1],[1000, 700], [235,255,235,255,235,255],[235,255,235,255,235,255],[235,255,235,255,235,255],[235,255,235,255,235,255],[50,70,79,99,111,131],[50,70,79,99,111,131],[50,70,79,99,111,131],[50,70,79,99,111,131],[200, 255,200,255,200,255],[200, 255,200,255,200,255],[200, 255,200,255,200,255],[0, 127, 0, 127, 0 ,127],[0, 127, 0,127,0,127]]
}
}
4 changes: 3 additions & 1 deletion src/rgb_feature/rgb_feature_JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"fighting_feature": [[[773, 693], [782, 678], [811,681]],[[0,82,0,66, 0, 150],[0,57, 57,92,120, 200],[0,57, 57,92,120, 200]]],
"total_assault_rank_info":[[[131,167],[613,174],[673,174],[1115,183]],[[245,255,245,255,245,255],[245,255,245,255,245,255],[159,179,214,234,234,254],[159,179,214,234,234,254]]],
"total_assault_accumulated_point_reward": [[[131,167],[613,174],[673,174],[1115,183],[121,242],[352,235],[109, 308],[370, 306]],[[159,179,214,234,234,254],[159,179,214,234,234,254],[245,255,245,255,245,255],[245,255,245,255,245,255],[245,255,245,255,245,255],[245,255,245,255,245,255],[41,61,64,84,95,115],[41,61,64,84,95,115]]],
"total_assault_rank_reward": [[[131,167],[613,174],[673,174],[1115,183],[121,242],[352,235],[109, 308],[370, 306]],[[159,179,214,234,234,254],[159,179,214,234,234,254],[245,255,245,255,245,255],[245,255,245,255,245,255],[41,61,64,84,95,115],[41,61,64,84,95,115],[245,255,245,255,245,255],[245,255,245,255,245,255]]]
"total_assault_rank_reward": [[[131,167],[613,174],[673,174],[1115,183],[121,242],[352,235],[109, 308],[370, 306]],[[159,179,214,234,234,254],[159,179,214,234,234,254],[245,255,245,255,245,255],[245,255,245,255,245,255],[41,61,64,84,95,115],[41,61,64,84,95,115],[245,255,245,255,245,255],[245,255,245,255,245,255]]],
"level_up": [[704, 357], [643, 295], [574, 366], [643, 427], [1262, 324], [1266, 388], [1, 324], [1, 388], [523, 219],[760, 218],[558, 214], [1,1],[1000, 700], [235,255,235,255,235,255],[235,255,235,255,235,255],[235,255,235,255,235,255],[235,255,235,255,235,255],[50,70,79,99,111,131],[50,70,79,99,111,131],[50,70,79,99,111,131],[50,70,79,99,111,131],[200, 255,200,255,200,255],[200, 255,200,255,200,255],[200, 255,200,255,200,255],[0, 127, 0, 127, 0 ,127],[0, 127, 0,127,0,127]]

}
}

0 comments on commit b15e829

Please sign in to comment.