Initial commit: Item Interaction Ecosystem plugin (UE5.7)
Server-authoritative, data-driven item/inventory/interaction/carry/equipment/ world-slot/placement/crafting framework. 8 modules, compiles against UE 5.7. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
8
Docs/ExampleData/DT_ItemProperties.csv
Normal file
8
Docs/ExampleData/DT_ItemProperties.csv
Normal file
@ -0,0 +1,8 @@
|
||||
Name,ItemId,PropertyTag,DefaultValue,Min,Max,ReplicationPolicy,bSave
|
||||
raw_meat_freshness,raw_meat,Property.Freshness,1.0,0,1,OwnerOnly,true
|
||||
raw_meat_contamination,raw_meat,Property.Contamination,0,0,1,OwnerOnly,true
|
||||
flashlight_battery,flashlight,Property.BatteryCharge,1.0,0,1,OwnerOnly,true
|
||||
axe_durability,axe,Property.Durability,1.0,0,1,OwnerOnly,true
|
||||
fuel_canister_fuel,fuel_canister,Property.FuelAmount,10.0,0,20,OwnerOnly,true
|
||||
car_battery_charge,car_battery,Property.Charge,0.65,0,1,OwnerOnly,true
|
||||
generator_fuel,generator_small,Property.FuelAmount,0,0,40,Everyone,true
|
||||
|
Reference in New Issue
Block a user