mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-02-04 18:24:14 +02:00
added mocks for saperpage
This commit is contained in:
30
luckydiamond/src/mocks/SaperNumbers.js
Normal file
30
luckydiamond/src/mocks/SaperNumbers.js
Normal file
@@ -0,0 +1,30 @@
|
||||
export default [
|
||||
{
|
||||
crystals: 1,
|
||||
diamonds: 1,
|
||||
steps: 'x1.2'
|
||||
},
|
||||
{
|
||||
crystals: 5,
|
||||
diamonds: 5,
|
||||
steps: 'x1.5'
|
||||
},
|
||||
{
|
||||
crystals: 10,
|
||||
diamonds: 10,
|
||||
steps: 'x1.8'
|
||||
},
|
||||
{
|
||||
crystals: 24,
|
||||
diamonds: 50,
|
||||
steps: 'x2'
|
||||
},
|
||||
{
|
||||
diamonds: 100,
|
||||
steps: 'x2.2'
|
||||
},
|
||||
{
|
||||
diamonds: 'max',
|
||||
steps: 'x2.5'
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user