rework shop
This commit is contained in:
@@ -450,13 +450,13 @@ def upgrade() -> None:
|
||||
'item_type': 'consumable',
|
||||
'code': 'boost',
|
||||
'name': 'Буст x1.5',
|
||||
'description': 'Множитель очков x1.5 на следующие 2 часа',
|
||||
'description': 'Множитель очков x1.5 на текущее задание',
|
||||
'price': 200,
|
||||
'rarity': 'rare',
|
||||
'asset_data': {
|
||||
'effect': 'boost',
|
||||
'multiplier': 1.5,
|
||||
'duration_hours': 2,
|
||||
'one_time': True,
|
||||
'icon': 'zap'
|
||||
},
|
||||
'is_active': True,
|
||||
|
||||
Reference in New Issue
Block a user