標準UI更新メモ(パッチ 2018.10.30)

ただの覚え書き。
先日(米国時間で10/30だったかな?)のパッチでのUserInterface/Default.zip(SAクライアントのデフォルトUI)更新内容。

Pub.103に関連する更新の様で、バフ・デバフ用アイコン画像・定義の追加です。

# リアル都合で投稿が遅くなっちゃいました、すみません。

Iconsディレクトリ

Buffs_Debuffs/green/ アイコン追加

24038_Mondo.dds 24038_Mondo.dds 追加。

Buffs_Debuffs/red/ アイコン追加

02385_Discord.dds 02385_Discord.dds 追加。

icons.xml

更新。

***************
*** 352,354 ****
  		<Icon id="02382" texture="Icons/Buffs_Debuffs/green/02382_Perseverance.dds" name="Perseverance" />
! 		<Icon id="02385" texture="Icons/Buffs_Debuffs/green/20497_Basstastic.dds" name="Basstastic" />
  		<Icon id="30012" texture="Icons/Buffs_Debuffs/green/30012_Agility.dds" name="Agility" />
--- 352,354 ----
  		<Icon id="02382" texture="Icons/Buffs_Debuffs/green/02382_Perseverance.dds" name="Perseverance" />
! 		<Icon id="20497" texture="Icons/Buffs_Debuffs/green/20497_Basstastic.dds" name="Basstastic" />
  		<Icon id="30012" texture="Icons/Buffs_Debuffs/green/30012_Agility.dds" name="Agility" />
***************
*** 468,469 ****
--- 468,470 ----
  		<Icon id="24036" texture="Icons/Buffs_Debuffs/green/24036_Potion.dds" name="PotionGF Buff" />
+ 		<Icon id="24038" texture="Icons/Buffs_Debuffs/green/24038_Mondo.dds" name="Morph Totem Buff" />
  
***************
*** 550,552 ****
  		<Icon id="49989" texture="Icons/Buffs_Debuffs/red/00049989_broken_bone_buff.dds" name="Broken bone debuff" />
- 		<Icon id="49989" texture="Icons/Buffs_Debuffs/red/00049989_broken_bone_buff.dds" name="Broken bone debuff" />
  
--- 551,552 ----
***************
*** 554,556 ****
  		<Icon id="24035" texture="Icons/Buffs_Debuffs/red/00024035_Feint.dds" name="Feint debuff" />
! 
  
--- 554,557 ----
  		<Icon id="24035" texture="Icons/Buffs_Debuffs/red/00024035_Feint.dds" name="Feint debuff" />
! 		<!--New as of Pub 103-->
! 		<Icon id="2385" texture="Icons/Buffs_Debuffs/red/02385_Discord.dds" name="Discord debuff" />
  

 

Sourceディレクトリ

BuffDebuffWindow.lua

更新。

***************
*** 132,133 ****
--- 132,134 ----
  [1187] = true; -- AB_POTION_GLORIOUS_FORTUNE_BUFF
+ [1188] = true; -- AB_TOTEM_TRANSFORM
  }

 

標準UIの更新内容は以上です。
ちなみに、これらに伴うClifeUI(拙作のカスタムUI)の更新はありません。

 

コメントを残す

※ 送信されたコメントは、管理者の承認後に公開されます。