Automatically calculate gold price of spells #18

Closed
opened 2023-06-20 18:18:18 +02:00 by migration-script · 0 comments

Story

As a ds4 user, I want spell prices to be calculated automatically so that I don't have to track this data manually.

Description

Currently, spell prices are tracked manually (persisted data). However, there is a formula to automatically calculate it from the minimum levels and cooldown duration. The formula can be found here: http://s176520660.online.de/dungeonslayers/forum/index.php?topic=8645.0

Acceptance criteria

  1. The scroll price in the spell sheet is just displayed, it is not an editable input field anymore.
  2. The scroll price is calculated automatically according to the above mentioned formula.
  3. The scroll price is not part of the persisted data model anymore.
  4. There is a data migration the removes the persisted scroll price from any existing spells.
# Story As a ds4 user, I want spell prices to be calculated automatically so that I don't have to track this data manually. # Description Currently, spell prices are tracked manually (persisted data). However, there is a formula to automatically calculate it from the minimum levels and cooldown duration. The formula can be found here: http://s176520660.online.de/dungeonslayers/forum/index.php?topic=8645.0 # Acceptance criteria 1. The scroll price in the spell sheet is just displayed, it is not an editable input field anymore. 2. The scroll price is calculated automatically according to the above mentioned formula. 3. The scroll price is not part of the persisted data model anymore. 4. There is a data migration the removes the persisted scroll price from any existing spells.
saluu was assigned by migration-script 2023-06-20 18:18:18 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dungeonslayers/ds4#18
No description provided.