Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 10, 2024
1 parent b929f00 commit 39bdf62
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/plugins/tweak.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,18 @@ Commands
(:bug:`4914`)
``realistic-melting``
Makes amortized metal bar returns for melting uniform across all item types.
Affects weapons, shields, armor parts, tools, and trap components. The target
amount of metal produced by melting is 95% of the metal used for production
of the item. Each level of wear decreases melt return by a further 10%. The game
has a fixed granularity of 0.3 for metal bar returns, so individual items will
randomly return an amount that may be above or below the target. For example
a metal cap with item size 1 will produce 0.9 of a bar with a 16.6% chance of
producing an additional 0.3 of a bar. Over time, the average return for melting
these types of caps will be ~0.95 of a bar. Calculations for melting return are
done for items with base game production cost. Melting return might not be
calculated correctly for modded items or items created in custom reactions
that don't respect vanilla production costs. (:bug:`6027`)
Affects weapons, shields, armor parts, tools, and trap components. The
target amount of metal produced by melting is 95% of the metal used for
production of the item. Each level of wear decreases melt return by a
further 10%. The game has a fixed granularity of 0.3 for metal bar returns,
so individual items will randomly return an amount that may be above or
below the target. For example a metal cap with item size 1 will produce 0.9
of a bar with a 16.6% chance of producing an additional 0.3 of a bar. Over
time, the average return for melting these types of caps will be ~0.95 of a
bar. Calculations for melting return are done for items with base game
production cost. Melting return might not be calculated correctly for
modded items or items created in custom reactions that don't respect
vanilla production costs. (:bug:`6027`)
``named-codices``
Displays titles for books instead of the default material description.
``partial-items``
Expand Down

0 comments on commit 39bdf62

Please sign in to comment.