====== RoleParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | teamType | ''u8'' | ''0x0'' | Team type | This field uses the following enum: TEAM_TYPE | | pad10 | ''dummy8'' | ''0x1'' | | This field is padding. | | phantomParamId | ''s32'' | ''0x4'' | Phantom parameter ID when pledge rank is 0 | | | spEffectID0 | ''s32'' | ''0x8'' | Resident special effect 0 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID1 | ''s32'' | ''0xc'' | Resident special effect 1 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID2 | ''s32'' | ''0x10'' | Resident special effect 2 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID3 | ''s32'' | ''0x14'' | Resident special effect 3 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID4 | ''s32'' | ''0x18'' | Resident special effect 4 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID5 | ''s32'' | ''0x1c'' | Resident special effect 5 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID6 | ''s32'' | ''0x20'' | Resident special effect 6 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID7 | ''s32'' | ''0x24'' | Resident special effect 7 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID8 | ''s32'' | ''0x28'' | Resident special effect 8 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID9 | ''s32'' | ''0x2c'' | Resident special effect 9 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | sosSignSfxId | ''s32'' | ''0x30'' | SOS sign SFX ID issued by another person | | | mySosSignSfxId | ''s32'' | ''0x34'' | SOS sign SFX ID issued by me | | | summonStartAnimId | ''s32'' | ''0x38'' | Anime ID to play when the player is summoned and the game starts | | | itemlotParamId | ''u32'' | ''0x3c'' | Acquisition reward item lottery parameter ID_for map (not -1) | This field refers to the following params: [[ac6-refmat:param:ItemLotParam_map]] | | voiceChatGroup | ''u8'' | ''0x40'' | Voice chat group | This field uses the following enum: VOICE_CHAT_GROUP_Type | | roleNameColor | ''u8'' | ''0x41'' | The color of the role name text displayed on the FE of the network PC | This field uses the following enum: ROLE_NAME_COLOR_TYPE | | pad1 | ''dummy8'' | ''0x42'' | | This field is padding. | | roleNameId | ''s32'' | ''0x44'' | Text ID of the role name to be displayed on the FE of the network PC | This field refers to the following text files: Modern_Menu_Text | | teamTypeByGiantNut | ''u8'' | ''0x48'' | | | | pad3 | ''dummy8'' | ''0x49'' | | | | phantomParamId_vowRank1 | ''s32'' | ''0x4c'' | Phantom parameter ID when pledge rank is 1 | This field refers to the following params: [[ac6-refmat:param:PhantomParam]] | | phantomParamId_vowRank2 | ''s32'' | ''0x50'' | Phantom parameter ID when pledge rank is 2 | This field refers to the following params: [[ac6-refmat:param:PhantomParam]] | | phantomParamId_vowRank3 | ''s32'' | ''0x54'' | Phantom parameter ID when pledge rank is 3 | This field refers to the following params: [[ac6-refmat:param:PhantomParam]] | | spEffectID_vowRank0 | ''s32'' | ''0x58'' | Special effect ID for SFX when pledge rank 0 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID_vowRank1 | ''s32'' | ''0x5c'' | Special effect ID for SFX when pledge rank 1 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID_vowRank2 | ''s32'' | ''0x60'' | Special effect ID for SFX when pledge rank 2 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | spEffectID_vowRank3 | ''s32'' | ''0x64'' | Special effect ID for SFX when pledge rank 3 | This field refers to the following params: [[ac6-refmat:param:SpEffectParam]] | | signPhantomId | ''s32'' | ''0x68'' | Multiplayer pledge ghost body sign phantom ID designation for illusion | | | pad2 | ''dummy8'' | ''0x6c'' | | This field is padding. | ===== Enums ===== ==== TEAM_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | None | | | ''1'' | Guest | | | ''2'' | Host | | | ''3'' | Wingman | | | ''4'' | Junior Wingman | | | ''5'' | Enemy | | | ''6'' | Strong Enemy | | | ''7'' | Third Force | | | ''8'' | Beserker | | | ''9'' | Character for Object Destruction | | | ''10'' | Character for Object Destruction (Wingman) | | | ''11'' | Character for Object Destruction (Enemy) | | | ''12'' | Object | | | ''13'' | Third Force (Ally) | | | ''14'' | Gimmick Battery (Ally) | | ==== VOICE_CHAT_GROUP_Type ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Hostile | | | ''1'' | Friendly | | ==== ROLE_NAME_COLOR_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''1'' | Friendly | | | ''2'' | Hostile | |