Skip to content

Commit

Permalink
Update InventoryTreasureType comments (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
LtRipley36706 authored Apr 8, 2023
1 parent 72ecd8e commit 60abfa0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ VALUES (4125, 1, 0x02000059) /* Setup */
| 10.00% chance of Kite Shield (91)
| 10.00% chance of Round Shield (93)
| 60.00% chance of nothing from this set */
, (4125, 33, 0x000000C1) /* InventoryTreasureType */;
, (4125, 33, 193) /* InventoryTreasureType - Loot Tier: 2 */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4125, 1, 60, 0, 0) /* Strength */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ VALUES (4126, 1, 0x02000059) /* Setup */
| 10.00% chance of Kite Shield (91)
| 10.00% chance of Round Shield (93)
| 60.00% chance of nothing from this set */
, (4126, 33, 0x000000C1) /* InventoryTreasureType */;
, (4126, 33, 193) /* InventoryTreasureType - Loot Tier: 2 */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4126, 1, 60, 0, 0) /* Strength */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ VALUES (4123, 1, 0x02000197) /* Setup */
| 20.00% chance of Kite Shield (91)
| 20.00% chance of Large Round Shield (94)
| 30.00% chance of nothing from this set */
, (4123, 33, 0x000000EE) /* InventoryTreasureType */;
, (4123, 33, 238) /* InventoryTreasureType - Loot Tier: 3 */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4123, 1, 120, 0, 0) /* Strength */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ VALUES (4124, 1, 0x02000197) /* Setup */
| 50.00% chance of Kite Shield (23685)
| 25.00% chance of Tower Shield (95)
| 25.00% chance of nothing from this set */
, (4124, 33, 0x000000EF) /* InventoryTreasureType */;
, (4124, 33, 239) /* InventoryTreasureType - Loot Tier: 3 */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4124, 1, 161, 0, 0) /* Strength */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ VALUES (4127, 1, 0x02000197) /* Setup */
| 50.00% chance of Kite Shield (23685)
| 25.00% chance of Tower Shield (95)
| 25.00% chance of nothing from this set */
, (4127, 33, 0x000000EF) /* InventoryTreasureType */;
, (4127, 33, 239) /* InventoryTreasureType - Loot Tier: 3 */;

INSERT INTO `weenie_properties_attribute` (`object_Id`, `type`, `init_Level`, `level_From_C_P`, `c_P_Spent`)
VALUES (4127, 1, 141, 0, 0) /* Strength */
Expand Down

0 comments on commit 60abfa0

Please sign in to comment.