69 lines
1.7 KiB
JavaScript
69 lines
1.7 KiB
JavaScript
module.exports = {
|
|
mouse: {
|
|
baseCost: 100,
|
|
earning: 1,
|
|
emoji: 'mouse2',
|
|
description: 'A mouse to steal coins for you.'
|
|
},
|
|
accountant: {
|
|
baseCost: 1_100,
|
|
earning: 8,
|
|
emoji: 'male-office-worker',
|
|
description: 'Legally make money from nothing!'
|
|
},
|
|
whale: {
|
|
baseCost: 12_000,
|
|
earning: 47,
|
|
emoji: 'whale',
|
|
description: 'Someone to spend money on your HVAC Coin mining app.'
|
|
},
|
|
train: {
|
|
baseCost: 130_000,
|
|
earning: 260,
|
|
emoji: 'train2',
|
|
description: 'Efficiently ship your most valuable coins.'
|
|
},
|
|
fire: {
|
|
baseCost: 1_400_000,
|
|
earning: 1_400,
|
|
emoji: 'fire',
|
|
description: 'Return to the roots of HVAC.'
|
|
},
|
|
boomerang: {
|
|
baseCost: 20_000_000,
|
|
earning: 7_800,
|
|
emoji: 'boomerang',
|
|
description: 'Your coin always seems to come back.'
|
|
},
|
|
moon: {
|
|
baseCost: 330_000_000,
|
|
earning: 44_000,
|
|
emoji: 'new_moon_with_face',
|
|
description: 'Convert dark new-moon energy into HVAC Coins.'
|
|
},
|
|
butterfly: {
|
|
baseCost: 5_100_000_000,
|
|
earning: 260_000,
|
|
emoji: 'butterfly',
|
|
description: 'Create the exact worldly chaos to bit-flip HVAC Coins into existence on your computer.'
|
|
},
|
|
mirror: {
|
|
baseCost: 75_000_000_000,
|
|
earning: 1_600_000,
|
|
emoji: 'mirror',
|
|
description: 'Only by gazing inward can you collect enough Coin to influence the thermostat.'
|
|
},
|
|
quade: {
|
|
baseCost: 1_000_000_000_000,
|
|
earning: 10_000_000,
|
|
emoji: 'quade',
|
|
description: 'Has thumbs capable of physically manipulating the thermostat.'
|
|
},
|
|
hvacker: {
|
|
baseCost: 14_000_000_000_000,
|
|
earning: 65_000_000,
|
|
emoji: 'hvacker_angery',
|
|
description: 'Harness the power of the mad god himself.'
|
|
}
|
|
}
|