This commit is contained in:
2024-09-27 14:04:23 +08:00
parent 39d60b284e
commit b2133d8463
25 changed files with 1170 additions and 128 deletions

View File

@@ -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) { //低于紫色闪紫光