11
This commit is contained in:
@@ -363,8 +363,8 @@ class Rindro_Anton_RewardC extends LenheartNewUI_Windows {
|
||||
}
|
||||
//绘制物品边框
|
||||
if (OpenRealXrate >= 0.6) {
|
||||
local Rarity = AllItemInfoObject[CardInfo.item].Rarity;
|
||||
local Name = AllItemInfoObject[CardInfo.item].Name;
|
||||
local Rarity = Rindro_ItemInfoObject[CardInfo.item].Rarity;
|
||||
local Name = Rindro_ItemInfoObject[CardInfo.item].Name;
|
||||
L_sq_DrawImg("interface2/raid/anton/reward/anton_reward.img", 5 + Rarity, X + 156 + (160 * i), Y + 378, 1, sq_RGBA(255, 255, 255, CradAlphaOffset), OpenRealXrate, 1.0);
|
||||
|
||||
//绘制物品
|
||||
@@ -459,7 +459,7 @@ class Rindro_Anton_RewardC extends LenheartNewUI_Windows {
|
||||
//奖励对象
|
||||
local CardInfo = TeamReward[i];
|
||||
if (CardInfo.Flag && CardInfo.item != -1) {
|
||||
local Rarity = AllItemInfoObject[CardInfo.item].Rarity;
|
||||
local Rarity = Rindro_ItemInfoObject[CardInfo.item].Rarity;
|
||||
//物品出现光
|
||||
if (!CardInfo.grade) {
|
||||
if (Rarity <= 2) { //低于紫色闪紫光
|
||||
|
||||
Reference in New Issue
Block a user