diff --git a/Dalamud/Game/ClientState/Objects/Types/Character.cs b/Dalamud/Game/ClientState/Objects/Types/Character.cs
index a1eb52edc..ac11bcdd0 100644
--- a/Dalamud/Game/ClientState/Objects/Types/Character.cs
+++ b/Dalamud/Game/ClientState/Objects/Types/Character.cs
@@ -61,6 +61,11 @@ public unsafe class Character : GameObject
///
public uint MaxCp => this.Struct->CharacterData.MaxCraftingPoints;
+ ///
+ /// Gets the shield percentage of this Chara.
+ ///
+ public byte ShieldPercentage => this.Struct->CharacterData.ShieldValue;
+
///
/// Gets the ClassJob of this Chara.
///