diff --git a/README.md b/README.md
index 49630f1..02ba3a9 100644
--- a/README.md
+++ b/README.md
@@ -136,9 +136,15 @@ I'm still struggling to find a command-line tool to extract in-game assets. But
| Static Image | Operator: chararts/ ; Skin: skinpack/ | Texture2D |
| Background | arts/ui/homebackground/wrapper/ | Sprite |
| Voice Clips | audio/sound_beta_2/voice{_*}/ | AudioClip |
-| Voice Lines* | gamedata/excel/charword_table.ab | TextAsset |
+| Voice Lines3 | gamedata/excel/charword_table.ab | TextAsset |
+| Portrait Images1 | arts/charportraits | Texture2D |
+| Home Music2 | audio/sound_beta_2/music | Texture2D |
-*: Data is encryped, decryped version can be obtained from [ArknightsGameData](https://github.com/Kengxxiao/ArknightsGameData)
+1: `portrait_hub` is required to locate the image
+
+2: `gamedata/excel/display_meta_table.json`3 is required to locate the music
+
+3: Data is encryped, decryped version can be obtained from [ArknightsGameData](https://github.com/Kengxxiao/ArknightsGameData)
## Supported Operators