primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s
This commit is contained in:
11
veloren/assets/common/items/testing/test_bag_18_slot.ron
Normal file
11
veloren/assets/common/items/testing/test_bag_18_slot.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Test 18 slot bag",
|
||||
legacy_description: "Used for unit tests do not delete",
|
||||
kind: Armor((
|
||||
kind: Bag,
|
||||
stats: Direct(()),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [],
|
||||
slots: 18,
|
||||
)
|
||||
11
veloren/assets/common/items/testing/test_bag_9_slot.ron
Normal file
11
veloren/assets/common/items/testing/test_bag_9_slot.ron
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemDef(
|
||||
legacy_name: "Test 9 slot bag",
|
||||
legacy_description: "Used for unit tests do not delete",
|
||||
kind: Armor((
|
||||
kind: Bag,
|
||||
stats: Direct(()),
|
||||
)),
|
||||
quality: High,
|
||||
tags: [],
|
||||
slots: 9,
|
||||
)
|
||||
10
veloren/assets/common/items/testing/test_boots.ron
Normal file
10
veloren/assets/common/items/testing/test_boots.ron
Normal file
@@ -0,0 +1,10 @@
|
||||
ItemDef(
|
||||
legacy_name: "Testing Boots",
|
||||
legacy_description: "Hopefully this test doesn't break!",
|
||||
kind: Armor((
|
||||
kind: Foot,
|
||||
stats: Direct(()),
|
||||
)),
|
||||
quality: Low,
|
||||
tags: [],
|
||||
)
|
||||
Reference in New Issue
Block a user