Files
eveship.fit.data/patches/timing.yaml
Patric Stout 82a9749ae7 feat: move hard-coded attributes to YAML patches (#63)
This allows for easier modification of how attributes are calculated, and doesn't require a new dogma-engine for any attribute change.
2024-07-06 11:57:25 +00:00

12 lines
270 B
YAML

description: |
For some millisecond -> second calculations, the value "1000" is needed. This
patch introduces that value, so other patches can use it.
attributes:
- new:
name: thousand
published: true
defaultValue: 1000
highIsGood: true
stackable: true