primeiro commit
All checks were successful
Build and Push Image / Build and push image (push) Successful in 3m5s

This commit is contained in:
2024-04-29 21:38:53 -03:00
commit e11bf493a1
2532 changed files with 55878 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
[
(1.0, Item("common.items.modular.weapon.secondary.axe.short")),
(1.0, Item("common.items.modular.weapon.secondary.axe.medium")),
(1.0, Item("common.items.modular.weapon.secondary.axe.long")),
]

View File

@@ -0,0 +1,5 @@
[
(1.0, Item("common.items.modular.weapon.secondary.bow.short")),
(1.0, Item("common.items.modular.weapon.secondary.bow.medium")),
(1.0, Item("common.items.modular.weapon.secondary.bow.long")),
]

View File

@@ -0,0 +1,5 @@
[
(1.0, Item("common.items.modular.weapon.secondary.hammer.short")),
(1.0, Item("common.items.modular.weapon.secondary.hammer.medium")),
(1.0, Item("common.items.modular.weapon.secondary.hammer.long")),
]

View File

@@ -0,0 +1,5 @@
[
(1.0, Item("common.items.modular.weapon.secondary.sceptre.light")),
(1.0, Item("common.items.modular.weapon.secondary.sceptre.medium")),
(1.0, Item("common.items.modular.weapon.secondary.sceptre.heavy")),
]

View File

@@ -0,0 +1,5 @@
[
(1.0, Item("common.items.modular.weapon.secondary.staff.light")),
(1.0, Item("common.items.modular.weapon.secondary.staff.medium")),
(1.0, Item("common.items.modular.weapon.secondary.staff.heavy")),
]

View File

@@ -0,0 +1,5 @@
[
(1.0, Item("common.items.modular.weapon.secondary.sword.short")),
(1.0, Item("common.items.modular.weapon.secondary.sword.medium")),
(1.0, Item("common.items.modular.weapon.secondary.sword.long")),
]

View File

@@ -0,0 +1,8 @@
[
(1.0, ModularWeaponPrimaryComponent(tool: Sword, material: Bronze, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Axe, material: Bronze, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Hammer, material: Bronze, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Bow, material: Wood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Staff, material: Wood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Sceptre, material: Wood, hands: None)),
]

View File

@@ -0,0 +1,8 @@
[
(1.0, ModularWeaponPrimaryComponent(tool: Sword, material: Iron, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Axe, material: Iron, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Hammer, material: Iron, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Bow, material: Bamboo, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Staff, material: Bamboo, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Sceptre, material: Bamboo, hands: None)),
]

View File

@@ -0,0 +1,8 @@
[
(1.0, ModularWeaponPrimaryComponent(tool: Sword, material: Steel, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Axe, material: Steel, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Hammer, material: Steel, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Bow, material: Hardwood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Staff, material: Hardwood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Sceptre, material: Hardwood, hands: None)),
]

View File

@@ -0,0 +1,8 @@
[
(1.0, ModularWeaponPrimaryComponent(tool: Sword, material: Cobalt, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Axe, material: Cobalt, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Hammer, material: Cobalt, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Bow, material: Ironwood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Staff, material: Ironwood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Sceptre, material: Ironwood, hands: None)),
]

View File

@@ -0,0 +1,8 @@
[
(1.0, ModularWeaponPrimaryComponent(tool: Sword, material: Bloodsteel, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Axe, material: Bloodsteel, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Hammer, material: Bloodsteel, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Bow, material: Frostwood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Staff, material: Frostwood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Sceptre, material: Frostwood, hands: None)),
]

View File

@@ -0,0 +1,8 @@
[
(1.0, ModularWeaponPrimaryComponent(tool: Sword, material: Orichalcum, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Axe, material: Orichalcum, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Hammer, material: Orichalcum, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Bow, material: Eldwood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Staff, material: Eldwood, hands: None)),
(1.0, ModularWeaponPrimaryComponent(tool: Sceptre, material: Eldwood, hands: None)),
]