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,12 @@
ItemDef(
legacy_name: "Assassin Belt",
legacy_description: "Only the best for a member of the creed.",
kind: Armor((
kind: Belt,
stats: FromSet("Assassin"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Assassin Chest",
legacy_description: "Only the best for a member of the creed.",
kind: Armor((
kind: Chest,
stats: FromSet("Assassin"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Assassin Boots",
legacy_description: "Only the best for a member of the creed.",
kind: Armor((
kind: Foot,
stats: FromSet("Assassin"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Assassin Gloves",
legacy_description: "Only the best for a member of the creed.",
kind: Armor((
kind: Hand,
stats: FromSet("Assassin"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,13 @@
ItemDef(
legacy_name: "Dark Assassin Mask",
legacy_description: "A general assassination mask preventing the wearer from being identified.",
kind: Armor((
kind: Head,
stats: Direct((
)),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Assassin Pants",
legacy_description: "Only the best for a member of the creed.",
kind: Armor((
kind: Pants,
stats: FromSet("Assassin"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)

View File

@@ -0,0 +1,12 @@
ItemDef(
legacy_name: "Assassin Shoulder Guard",
legacy_description: "Only the best for a member of the creed.",
kind: Armor((
kind: Shoulder,
stats: FromSet("Assassin"),
)),
quality: Moderate,
tags: [
Material(Leather),
],
)