Skip to content

Commit

Permalink
Add shield pages to books
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed Feb 12, 2023
1 parent fc4ea83 commit 728164d
Show file tree
Hide file tree
Showing 11 changed files with 90 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"390 Durability",
"+2 Armor",
"+2 Toughness",
"1 Upgrade Slots",
"1 Upgrade Slot",
"4 Defense Slots",
"1 Ability Slot"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"+7 Armor",
"+2 Toughness",
"40% Unarmed Attack",
"1 Upgrade Slots",
"1 Upgrade Slot",
"4 Defense Slots",
"1 Ability Slot"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"330 Durability",
"+2 Armor",
"+2 Toughness",
"1 Upgrade Slots",
"1 Upgrade Slot",
"4 Defense Slots",
"1 Ability Slot"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"450 Durability",
"+5 Armor",
"+2 Toughness",
"1 Upgrade Slots",
"1 Upgrade Slot",
"4 Defense Slots",
"1 Ability Slot"
]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"tool": "tconstruct:plate_shield",
"text": [
{ "text": "The plate shield is a highly defensive shield, granting high blocking power at the cost of speed while blocking." }
],
"properties": [
"500 Durability",
"Blocks 100 damage per hit",
"90 degree block angle",
"20% speed while blocking",
"+2 Toughness",
"1 Upgrade Slot",
"4 Defense Slots",
"1 Ability Slot"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"tool": "tconstruct:travelers_shield",
"text": [
{ "text": "Traveler's Shield is a lightweight shield with limited blocking potential but quick movement while blocking." }
],
"properties": [
"200 Durability",
"Blocks 10 damage per hit",
"60 degree block angle",
"80% speed while blocking",
"+4 Armor",
"3 Upgrade Slots",
"2 Defense Slots",
"1 Ability Slot"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"type": "tconstruct:tool",
"data": "armor/travelers/boots.json"
},
{
"name": "travelers_shield",
"type": "tconstruct:tool",
"data": "armor/travelers/shield.json"
},

{
"name": "plate_helmet",
Expand All @@ -46,6 +51,11 @@
"type": "tconstruct:tool",
"data": "armor/plate/boots.json"
},
{
"name": "plate_shield",
"type": "tconstruct:tool",
"data": "armor/plate/shield.json"
},

{
"name": "slimeskull",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"tool": "tconstruct:plate_shield",
"text": [
{ "text": "Shiny blue shield for shiny blue adventures." },
{
"text": "A powerful shield for blocking the strongest of attacks.", "paragraph": true
}
],
"properties": [
"High Durability",
"High Block Potential",
"Low speed while shielding",
"1 Upgrade Slots",
"4 Defense Slots",
"1 Ability Slot"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"name": "plate_boots",
"type": "tconstruct:tool",
"data": "armor/boots.json"
},
{
"name": "plate_shield",
"type": "tconstruct:tool",
"data": "armor/shield.json"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"tool": "tconstruct:travelers_shield",
"text": [
{ "text": "Unfortunately, makes a poor frisbee." },
{
"text": "Shields are important for defending yourself against attacks in the world, best to take one with when you go traveling.", "paragraph": true
}
],
"properties": [
"Low Durability",
"Low Block Potential",
"High speed while shielding",
"3 Upgrade Slots",
"2 Defense Slots",
"1 Ability Slot"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
"name": "travelers_boots",
"type": "tconstruct:tool",
"data": "armor/boots.json"
},
{
"name": "travelers_shield",
"type": "tconstruct:tool",
"data": "armor/shield.json"
}
]

0 comments on commit 728164d

Please sign in to comment.