Пачка несвязанных обновлений (#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:
23
LICENSE.TXT
23
LICENSE.TXT
@@ -1,21 +1,8 @@
|
||||
MIT License
|
||||
CC-BY-NC-SA
|
||||
|
||||
Copyright (c) 2024 TheShuEd (Github)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
This work is licensed under the Creative Commons
|
||||
Attribution-NonCommercial-ShareAlike 3.0 United States License. To view a copy
|
||||
of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/us/ or
|
||||
send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|
||||
|
||||
@@ -30,9 +30,10 @@ We are not currently accepting translations of the game on our main repository.
|
||||
[More detailed instructions on building the project.](https://docs.spacestation14.com/en/general-development/setup.html)
|
||||
|
||||
## License
|
||||
[](https://creativecommons.org/licenses/by-nc-sa/3.0/)
|
||||
|
||||
All code for the content repository is licensed under [MIT](https://github.com/crystallpunk-14/crystall-punk-14/blob/master/LICENSE.TXT).
|
||||
All CrystallPunk14 codebase contributions are licensed under [Creative Commons BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/3.0/). See LICENSE for more details.
|
||||
|
||||
Most assets are licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) unless stated otherwise. Assets have their license and the copyright in the metadata file. [Example](https://github.com/crystallpunk-14/crystall-punk-14/blob/master/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json).
|
||||
Most visual assets are licensed under [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/) unless stated otherwise. Assets have their license and the copyright in the metadata file. [Example](https://github.com/crystallpunk-14/crystall-punk-14/blob/master/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json).
|
||||
|
||||
Note that some assets are licensed under the non-commercial [CC-BY-NC-SA 3.0](https://creativecommons.org/licenses/by-nc-sa/3.0/) or similar non-commercial licenses and will need to be removed if you wish to use this project commercially.
|
||||
**Important:** This means that code from CrystallPunk14 cannot be ported to others codebases. If you wish to port a specific feature, you must get the developer(s) to sublicense it to you under a license like AGPLv3. This also applies in the opposite direction for features ported from other codebases.
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
- type: Tag
|
||||
id: CPKey
|
||||
id: CPKey
|
||||
|
||||
- type: Tag
|
||||
id: CPCoin
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 315 B |
Binary file not shown.
|
After Width: | Height: | Size: 312 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "Created by TheShuEd (Discord) for CrystallPunk",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -17,6 +17,14 @@
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "Created by TheShuEd (Discord) for CrystallPunk",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 332 B |
Binary file not shown.
|
After Width: | Height: | Size: 346 B |
@@ -17,6 +17,14 @@
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "equipped-BELT2",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"copyright": "Created by TheShuEd (Discord) for CrystallPunk",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
|
||||
Reference in New Issue
Block a user