Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: map update, victory dips #56

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 75 additions & 1 deletion testdata/victory.nv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_fileformat": 0.4,
"_fileformat": 0.5,
"adjustments": {
"Standard Adjustments": {
"06": {
Expand Down Expand Up @@ -72,6 +72,80 @@
}
}
},
"dip_switches": {
"1-5": {
"label": "Left Coin Chute",
"value": "9 credits/coin"
},
"14": {
"label": "Left/Right Coin Chute Control",
"value": "separate"
},
"15-16": {
"label": "Maximum Credits",
"value": 10
},
"17-21": {
"label": "Center Coin Chute",
"value": "incentive: 1@2, 2@4"
},
"22": {
"label": "Playfield Special",
"value": "special"
},
"23-24": {
"label": "High Score Awards",
"value": "3 replays"
},
"25": {
"label": "Balls/Game",
"value": 3
},
"26": {
"label": "Match",
"value": "on"
},
"27": {
"label": "Replay Limit",
"value": 1
},
"28": {
"label": "Novelty",
"value": "score 500K instead of extra ball/special"
},
"29": {
"label": "Game Mode",
"value": "extra ball"
},
"30": {
"label": "3rd Coin Chute Credits",
"value": "add 9 credits"
},
"31": {
"label": "Extra Ball Control",
"value": "liberal: hole value held between balls; both EB lamps lit"
},
"32": {
"label": "Outlane Special",
"value": "liberal: outlane lit after first race (qualifying heat) completed"
},
"6": {
"label": "High Games To Date",
"value": "no effect"
},
"7": {
"label": "Attract Mode Sound",
"value": "off"
},
"8": {
"label": "Auto-Percentage Control",
"value": "Disabled (normal high score mode)"
},
"9-13": {
"label": "Right Coin Chute",
"value": "9 credits/coin"
}
},
"game_state": {
"credits": {
"label": "Credits",
Expand Down
Loading