Skip to content

Commit

Permalink
new data
Browse files Browse the repository at this point in the history
  • Loading branch information
brofar committed Aug 1, 2022
1 parent ee30999 commit abab8ad
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 110 deletions.
22 changes: 22 additions & 0 deletions card-timer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

let options = {
base: 550,
width: 400,
recovery_width: 360,
counting_width: 100,
counting_frame_width: 40,
early_quistis: 'pingval',
autofire_speed: 12,
delay_frame: 285,
ranks_order: "ulrd",
strong_highlight_cards: [103, 105],
highlight_cards: [21, 48, 53],
order: 'reverse',
console_fps: 60,
game_fps: 60,
player: 'zellmama',
fuzzy: ['.', 'r', 'o', 'ro'],
forced_incr: 10,
accept_delay_frame: 3,
prompt: "> ",
}
74 changes: 74 additions & 0 deletions json/card-players.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"fc01": {
"name": "Trepe Groupie #1",
"rares": [
103
],
"rare_limit": 30,
"levels": [
2,
5
]
},
"fc02": {
"name": "Trepe Groupie #2",
"rares": [
103
],
"rare_limit": 20,
"levels": [
1,
3,
5
]
},
"fc03": {
"name": "Trepe Groupie #3",
"rares": [
103
],
"rare_limit": 10,
"levels": [
1,
2,
4,
5
]
},
"zellmama": {
"name": "Ma Dincht",
"rares": [
105
],
"rare_limit": 10,
"levels": [
1,
2,
4,
5
]
},
"running_boy1": {
"name": "Running Boy (DISC 1)",
"rares": [
80
],
"rare_limit": 20,
"levels": [
1,
2,
3
]
},
"watts": {
"name": "Watts",
"rares": [
77
],
"rare_limit": 30,
"levels": [
1,
4
]
}
}
Loading

0 comments on commit abab8ad

Please sign in to comment.