Пачка несвязанных обновлений (#88)

* add coins, start ftl

* localization patch

* fixes

* localization patch

* tiefling

* Update structures.ftl

* add tag

* Update LICENSE.TXT

* Update README.md

* move dagger and sickle to belt slot

* fix license

* Update equipped-CLOAK.png
This commit is contained in:
Ed
2024-04-13 19:13:16 +03:00
committed by GitHub
parent a841fc9fcd
commit aeb4772c14
16 changed files with 61 additions and 33 deletions

View File

@@ -12,7 +12,15 @@
description: A small, multi-purpose, sharp blade. You can cut meat or throw it at a goblin.
components:
- type: Item
size: Normal
storedRotation: -45
- type: Clothing
equipDelay: 0.25
unequipDelay: 0.25
sprite: _CP14/Objects/Weapons/Melee/Dagger/dagger.rsi
quickEquip: false
slots:
- belt
- type: Sprite
sprite: _CP14/Objects/Weapons/Melee/Dagger/dagger.rsi
layers:

View File

@@ -11,7 +11,15 @@
description: Originally developed as a weapon against grass, the sickle suddenly proved itself good at the bloodier harvest as well.
components:
- type: Item
size: Normal
storedRotation: -45
- type: Clothing
equipDelay: 0.45
unequipDelay: 0.45
sprite: _CP14/Objects/Weapons/Melee/Sickle/sickle.rsi
quickEquip: false
slots:
- belt
- type: Sprite
sprite: _CP14/Objects/Weapons/Melee/Sickle/sickle.rsi
layers:

View File

@@ -12,6 +12,8 @@
sprite: _CP14/Objects/Weapons/Melee/TwoHandedSword/twoHandedSword.rsi
state: icon
- type: Clothing
equipDelay: 1
unequipDelay: 1
sprite: _CP14/Objects/Weapons/Melee/TwoHandedSword/twoHandedSword.rsi
quickEquip: false
slots:

View File

@@ -3,6 +3,9 @@
parent: BaseItem
abstract: true
components:
- type: Tag
tags:
- CPCoin
- type: Item
size: Tiny
- type: Stack
@@ -29,10 +32,10 @@
name: copper crown
description: The minimum unit of currency in the world of Eberron. One tenth of a silver sovereign.
suffix: 10 coins
components:
components:
- type: Sprite
sprite: /Textures/_CP14/Objects/Economy/cp_coin.rsi
layers:
layers:
- state: coin10
map: ["base"]
- type: Stack
@@ -66,10 +69,10 @@
name: silver sovereign
description: Equivalent to 10 copper crowns, and is 1 tenth of a gold galifar.
suffix: 10 coins
components:
components:
- type: Sprite
sprite: /Textures/_CP14/Objects/Economy/sp_coin.rsi
layers:
layers:
- state: coin10
map: ["base"]
- type: Stack
@@ -103,10 +106,10 @@
name: gold galifar
description: Equivalent to 10 silver sovereign, and is 1 tenth of a platinum coin.
suffix: 10 coins
components:
components:
- type: Sprite
sprite: /Textures/_CP14/Objects/Economy/gp_coin.rsi
layers:
layers:
- state: coin10
map: ["base"]
- type: Stack
@@ -140,10 +143,10 @@
name: platinum dragon
description: Equivalent to 10 gold galifar, and is the most expensive coin in Eberron's world.
suffix: 10 coins
components:
components:
- type: Sprite
sprite: /Textures/_CP14/Objects/Economy/pp_coin.rsi
layers:
layers:
- state: coin10
map: ["base"]
- type: Stack

View File

@@ -1,2 +1,5 @@
- type: Tag
id: CPKey
id: CPKey
- type: Tag
id: CPCoin