diff --git a/About/About.xml b/About/About.xml
index 2b35c54..7dc6653 100644
--- a/About/About.xml
+++ b/About/About.xml
@@ -13,18 +13,18 @@ This mod was inspired by the wonderful Mr Samuel Streamer and his Biotech series
== Features ==
-- Subcores and mechs store scanned pawn name as pattern
-- Pattern is shown in the tooltip for subcores and mechs
-- Scanning a pawn saves their pattern to the subcore
-- Subcores from traders get a random pattern
-- Pattern is kept when disassembling mechs
-- Pattern is 'Unknown' for existing or spawned subcores
+- Subcores and mechs store info about scanned pawns
+- Info is shown in the tooltip for subcores and mechs
+- Scanning a pawn saves their info to the subcore
+- Subcores from traders get random info generated
+- Stored info is kept when disassembling mechs
+- Info is 'Unknown' for existing or spawned subcores
== Existing Saves ==
This mod is safe to add or remove from saves!
-See the workshop page for how to add patterns to your save!
+See the workshop page for how to add data to your save!
== Bugs and Requests ==
diff --git a/Images/MechInfo.png b/Images/MechInfo.png
new file mode 100644
index 0000000..bce48b1
Binary files /dev/null and b/Images/MechInfo.png differ
diff --git a/Images/MechPattern.png b/Images/MechPattern.png
deleted file mode 100644
index 432cfae..0000000
Binary files a/Images/MechPattern.png and /dev/null differ
diff --git a/Images/Settings.png b/Images/Settings.png
new file mode 100644
index 0000000..722b648
Binary files /dev/null and b/Images/Settings.png differ
diff --git a/Images/SubcoreInfo.png b/Images/SubcoreInfo.png
new file mode 100644
index 0000000..86d67eb
Binary files /dev/null and b/Images/SubcoreInfo.png differ
diff --git a/Images/SubcoreMechPattern.png b/Images/SubcoreMechPattern.png
deleted file mode 100644
index 025c1da..0000000
Binary files a/Images/SubcoreMechPattern.png and /dev/null differ
diff --git a/Images/SubcorePattern.png b/Images/SubcorePattern.png
deleted file mode 100644
index d9b758d..0000000
Binary files a/Images/SubcorePattern.png and /dev/null differ
diff --git a/Languages/English/Keyed/SubcoreInfo.xml b/Languages/English/Keyed/SubcoreInfo.xml
index 088ad1a..d1ddda4 100644
--- a/Languages/English/Keyed/SubcoreInfo.xml
+++ b/Languages/English/Keyed/SubcoreInfo.xml
@@ -1,6 +1,5 @@
SubcoreInfo
- Pattern
Unknown
\ No newline at end of file
diff --git a/README.md b/README.md
index e62a01e..cc0a085 100644
--- a/README.md
+++ b/README.md
@@ -2,31 +2,34 @@
Track which unfortunate pawn your subcores came from!
-![Mech Pattern](./Images/MechPattern.png)
-![Subcore Pattern](./Images/SubcorePattern.png)
+![Subcore Info](./Images/SubcoreInfo.png)
+![Mech Info](./Images/MechInfo.png)
+![Settings](./Images/Settings.png)
**This mod was inspired by the wonderful Mr Samuel Streamer and his Biotech series!**
## Features
-- Subcores and mechs store scanned pawn name as pattern
-- Pattern is shown in the tooltip for subcores and mechs
-- Scanning a pawn saves their pattern to the subcore
-- Subcores from traders get a random pattern
-- Pattern is kept when disassembling mechs
-- Pattern is 'Unknown' for existing or spawned subcores
+- Subcores and mechs store info about scanned pawns
+- Info is shown in the tooltip for subcores and mechs
+- Scanning a pawn saves their info to the subcore
+- Subcores from traders get random info generated
+- Stored info is kept when disassembling mechs
+- Info is 'Unknown' for existing or spawned subcores
## Existing Saves
This mod is safe to add or remove from saves!
-Use this to give patterns to existing mechs or subcores in your save file:
+Use this to add data to existing mechs or subcores in your save file:
```xml
Poor
Unfortunate
Pawn
+Supreme Leader
+Some Faction
```
## Bugs and Requests