Table of Contents

Class DropItemTests

Namespace
GrindFest
Assembly
GrindFest.dll

Simple drop tests to verify DropInto works correctly with different item types. Isolates the drop mechanism from crafting recipes.

public class DropItemTests : DevTest
Inheritance
object
DropItemTests
Inherited Members

Methods

DropHeavyThenInventory()

Drop heavy item first, then inventory item. All items given before drops. Heavy equipped, non-heavy in inventory.

DropOneHeavyItem()

Drop a single equipped heavy item (iron ingot) on the anvil. Simplest case: one heavy item, already equipped.

DropOneInventoryItem()

Drop a single inventory item (sword) on the anvil. Tests the equip-from-inventory-then-drop path.

DropTwoInventoryItems()

Drop two inventory items sequentially. Both given to hero before any drops — same pattern as SocketGem (which passes).