Equipment cost can be a range

Issue #32 resolved
Marino Sergo created an issue

Define data structure for riverboat travel cost (1-8 silverthalers). Core book page 382.

Comments (3)

  1. Bernhard Jung repo owner

    It is now possible to give a range for equipment cost. It is done like this in the JSON file "kreutzers": { "minkreutzers": "100", "maxkreutzers": "800" } When buying equipment it is now possible to select the cost per unit in a spin box. So if the cost of something is 1 to 8 silverthalers you can choose 5 in the spinbox and the hero will be charged 5 silverthalers for every item he buys of this type.

  2. Bernhard Jung repo owner

    Just a notice about he riverboat example. I noticed this when translating the equipment.json to Gemran. In case of riverboat travel the cost is not a range but differs between upstream/downstream 8/1 silverthalers. I split the entry into one for upstream and one for downstream, but other items in the equipment list do have a cost range.

  3. Log in to comment