mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
base xp cost + work penalty
This commit is contained in:
parent
d2fdaace80
commit
2f30e19573
13 changed files with 222 additions and 154 deletions
|
|
@ -282,10 +282,10 @@ lore_edit:
|
|||
fixed_cost: 1
|
||||
# Cost used for every lore line added
|
||||
per_line_cost: 0
|
||||
# Use left item cost penalty if any
|
||||
use_cost_penalty: false
|
||||
# Increase left item cost penalty
|
||||
increase_cost_penalty: false
|
||||
# Use left item vanilla cost penalty if any
|
||||
shared_increase: false
|
||||
# Increase shared left item cost penalty
|
||||
shared_additive: false
|
||||
# If adding the lore consume the book & quil
|
||||
do_consume: false
|
||||
|
||||
|
|
@ -296,10 +296,10 @@ lore_edit:
|
|||
fixed_cost: 1
|
||||
# Cost used for every lore line removed
|
||||
per_line_cost: 0
|
||||
# Use left item cost penalty if any
|
||||
use_cost_penalty: false
|
||||
# Increase left item cost penalty
|
||||
increase_cost_penalty: false
|
||||
# Use left item vanilla cost penalty if any
|
||||
shared_increase: false
|
||||
# Increase shared left item cost penalty
|
||||
shared_additive: false
|
||||
|
||||
# Allow using color code and hexadecimal color when editing lore via book & quil
|
||||
#
|
||||
|
|
@ -321,10 +321,10 @@ lore_edit:
|
|||
enabled: false
|
||||
# Cost used every time
|
||||
fixed_cost: 1
|
||||
# Use left item cost penalty if any
|
||||
use_cost_penalty: false
|
||||
# Increase left item cost penalty
|
||||
increase_cost_penalty: false
|
||||
# Use left item vanilla cost penalty if any
|
||||
shared_increase: false
|
||||
# Increase shared left item cost penalty
|
||||
shared_additive: false
|
||||
# If adding the lore line consume the paper
|
||||
do_consume: false
|
||||
|
||||
|
|
@ -333,10 +333,10 @@ lore_edit:
|
|||
enabled: false
|
||||
# Cost used every time
|
||||
fixed_cost: 1
|
||||
# Use left item cost penalty if any
|
||||
use_cost_penalty: false
|
||||
# Increase left item cost penalty
|
||||
increase_cost_penalty: false
|
||||
# Use left item vanilla cost penalty if any
|
||||
shared_increase: false
|
||||
# Increase shared left item cost penalty
|
||||
shared_additive: false
|
||||
|
||||
# Allow using color code and hexadecimal color when editing lore via book & quil
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue