Skip to content

Commit

Permalink
Misc book fixes
Browse files Browse the repository at this point in the history
Fix a few copy errors with armor updates
Update pockets slot count
Correct protection's encyclopedia description
  • Loading branch information
KnightMiner committed Sep 29, 2022
1 parent 4b27429 commit 3fc2949
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"modifier_id": "tconstruct:pockets",
"text": [
{
"text": "Grants an extra 9 slots that can be accessed by sneaking and pressing the leggings interact key or while holding the pants."
"text": "Grants an extra 18 slots that can be accessed by sneaking and pressing the leggings interact key or while holding the pants."
}
],
"more_text_space": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"modifier_id": "tconstruct:protection",
"text": [
{
"text": "Grants +6% resistance against all damage for the first level, and +4% at consecutive levels. Caps at 80% across the whole set, or 10 levels."
"text": "Grants +6% resistance against all damage for the first level, and +4% at consecutive levels. Caps at 80% across the whole set, including other types of protection."
}
],
"more_text_space": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"modifier_id": "tconstruct:tool_belt",
"text": [
{
"text": "Allows swapping the first 4 hotbar slots using the leggings interact. Second level allows swapping up to 8 hotbar slots. Also apply pocket chain to get all 9 slots."
"text": "Allows swapping the first 4 hotbar slots using the leggings interact. Each consecutive level adds an additional slot until reaching the max 9 slots at level 6."
}
],
"more_text_space": true,
"effects": [
"Requires 1 ability slot",
"Max 2 levels"
"First level requires 1 ability slot",
"Max 6 levels",
"Different recipe each level"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
},
{
"type": "tconstruct:modifier",
"data": "abilities/armor/shield_strap.json"
"data": "upgrades/armor/shield_strap.json"
},
{
"type": "tconstruct:modifier",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"effects": [
"Adds more inventory space",
"Access with sneaking and leggings interact",
"Multiple levels, each level gives +9 slots",
"Multiple levels, each level gives +18 slots",
"Requires 1 ability slot"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
}
],
"effects": [
"Grants +4 slots per level",
"Slots can be swapped with hotbar slots",
"Max 2 levels",
"Requires 1 ability slot"
"Grants +4 slots first level",
"Grants +1 slots for consecutive levels",
"Different recipe per level",
"First level requires 1 ability slot"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
},
{
"type": "tconstruct:modifier",
"data": "abilities/armor/shield_strap.json"
"data": "upgrades/armor/shield_strap.json"
},
{
"type": "tconstruct:modifier",
Expand Down

0 comments on commit 3fc2949

Please sign in to comment.