base xp cost + work penalty

This commit is contained in:
alexcrea 2025-03-17 09:34:35 +01:00
parent d2fdaace80
commit 2f30e19573
No known key found for this signature in database
GPG key ID: 43FD265DB0DBF91F
13 changed files with 222 additions and 154 deletions

View file

@ -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,18 +296,19 @@ 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
#
# Color code are prefixed by "&" and hexadecimal color by "#"
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
color:
allow_color_code: false
allow_hexadecimal_color: false
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
paper:
# Permission is ca.lore_edit.paper
@ -320,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
@ -332,18 +333,19 @@ 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
#
# Color code are prefixed by "&" and hexadecimal color by "#"
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
color:
allow_color_code: false
allow_hexadecimal_color: false
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
# Whether to show debug logging
debug_log: false

View file

@ -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,18 +296,19 @@ 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
#
# Color code are prefixed by "&" and hexadecimal color by "#"
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
color:
allow_color_code: false
allow_hexadecimal_color: false
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
paper:
# Permission is ca.lore_edit.paper
@ -320,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
@ -332,18 +333,19 @@ 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
#
# Color code are prefixed by "&" and hexadecimal color by "#"
# Color code will not be applied if it colors nothing. "&&" can be used to write "&"
color:
allow_color_code: false
allow_hexadecimal_color: false
allow_color_code: true
allow_hexadecimal_color: true
use_cost: 0
# Whether to show debug logging
debug_log: false