Increase crayon charges from 5 to 15 (#19922)

This commit is contained in:
csqrb
2023-09-10 00:45:38 +06:00
committed by GitHub
parent 79b9ec8675
commit e773d8c09f

View File

@@ -16,7 +16,7 @@
- key: enum.CrayonUiKey.Key
type: CrayonBoundUserInterface
- type: Crayon
capacity: 5
capacity: 15
- type: Food
- type: SolutionContainerManager
solutions:
@@ -43,7 +43,6 @@
heldPrefix: white
- type: Crayon
color: white
capacity: 5
- type: Tag
tags:
- Write
@@ -66,7 +65,6 @@
heldPrefix: mime
- type: Crayon
color: white
capacity: 5
- type: Tag
tags:
- Write
@@ -112,7 +110,6 @@
heldPrefix: black
- type: Crayon
color: black
capacity: 5
- type: Tag
tags:
- Write
@@ -135,7 +132,6 @@
heldPrefix: red
- type: Crayon
color: red
capacity: 5
- type: Tag
tags:
- Write
@@ -158,7 +154,6 @@
heldPrefix: orange
- type: Crayon
color: orange
capacity: 5
- type: Tag
tags:
- Write
@@ -181,7 +176,6 @@
heldPrefix: yellow
- type: Crayon
color: yellow
capacity: 5
- type: Tag
tags:
- Write
@@ -204,7 +198,6 @@
heldPrefix: green
- type: Crayon
color: green
capacity: 5
- type: Tag
tags:
- Write
@@ -227,7 +220,6 @@
heldPrefix: blue
- type: Crayon
color: lightblue
capacity: 5
- type: Tag
tags:
- Write
@@ -250,7 +242,6 @@
heldPrefix: purple
- type: Crayon
color: purple
capacity: 5
- type: Tag
tags:
- Write