* Scythe

* Update entities.ftl
This commit is contained in:
Ed
2024-07-07 12:55:03 +03:00
committed by GitHub
parent b6d6e2de8c
commit 20d6ccffdb
9 changed files with 53 additions and 1 deletions

View File

@@ -394,6 +394,9 @@ ent-CP14BaseThrowableSpear = метательное копьё
ent-CP14BaseTwoHandedSword = двуручный меч
.desc = Мощное оружие, требующее огромной силы и умения для эффективного использования.
ent-CP14TwoHandedSwordScythe = коса
.desc = Большая двуручная коса. Что вы будете косить ею? Пшено, или головы своих врагов?
ent-CP14WeaponRevolverNavy = револьвер "Марин"
.desc = Увесистый капсюльный револьвер серии "Марин". В настоящее время револьверы серии "Марин" стоят баснословные деньги, и их могут позволить себе исключительно преуспевающие моряки и торговцы.

View File

@@ -47,4 +47,19 @@
- type: CP14SkillRequirement
fuckupChance: 0.5
requiredSkills:
- Warcraft
- Warcraft
- type: entity
id: CP14TwoHandedSwordScythe
parent: CP14BaseTwoHandedSword
name: scythe
description: A large, two-handed scythe. What will you mow with it? Millet or heads?
components:
- type: Sprite
sprite: _CP14/Objects/Weapons/Melee/TwoHandedSword/scythe.rsi
state: icon
- type: Clothing
sprite: _CP14/Objects/Weapons/Melee/TwoHandedSword/scythe.rsi
- type: Tag
tags:
- CP14HerbalGathering

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,34 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB