summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actInfoCommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/ActorSystem/actInfoCommon.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actInfoCommon.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actInfoCommon.cpp b/src/KingSystem/ActorSystem/actInfoCommon.cpp
index 8fd8fd54..7dfd0070 100644
--- a/src/KingSystem/ActorSystem/actInfoCommon.cpp
+++ b/src/KingSystem/ActorSystem/actInfoCommon.cpp
@@ -115,6 +115,14 @@ bool getWeaponCommonPoweredSharpAddSurfMaster(const al::ByamlIter& iter) {
return InfoData::getBoolByKey(iter, "weaponCommonPoweredSharpAddSurfMaster");
}
+const char* getArmorNextRankName(InfoData* data, const char* actor) {
+ return data->getString(actor, "armorNextRankName", sead::SafeString::cEmptyString);
+}
+
+int getItemStainColor(InfoData* data, const char* actor) {
+ return data->getInt(actor, "itemStainColor", -1);
+}
+
int getMonsterShopSellMamo(const al::ByamlIter& iter) {
return InfoData::getIntByKey(iter, "monsterShopSellMamo");
}