Skip to content

Commit

Permalink
Oxe? Cupido?
Browse files Browse the repository at this point in the history
  • Loading branch information
LaryNevesPR committed Feb 14, 2025
1 parent 9cdd1db commit 2d49f22
Show file tree
Hide file tree
Showing 23 changed files with 153 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
components:
- type: Sprite
layers:
- state: wielded
map: [ arrow ]
- state: unwielded
map: [ base ]
- state: unwielded-arrow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

- type: entity
parent: BaseArrow
id: ArrowRegular
id: ArrowRegularr
name: arrow
description: You can feel the power of the steppe within you.
components:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- type: entity
parent: ClothingNeckBase
id: ClothingNeckCupidoAsa
name: Asas de Cupido
description: Oxe asas? Ata é um cupido. Cupido?
components:
- type: Sprite
sprite: _Andromeda/Clothing/Neck/Cupido/asas.rsi
54 changes: 54 additions & 0 deletions Resources/Prototypes/_Andromeda/Entities/Objects/Guns/Bow/bow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
- type: entity
name: bow
parent: BaseBow
id: CupidoBow
description: O ARCO DO CUPIDO?? ELE EXISTE???
components:
- type: Sprite
sprite: _Andromeda/Objects/Weapons/Guns/Bow/cupido.rsi
layers:
- state: unwielded
map: [ base ]
- state: unwielded-arrow
map: [ arrow ]
visible: false
- type: Appearance
- type: ItemMapper
spriteLayers:
- arrow
mapLayers:
arrow:
whitelist:
tags:
- Arrow
- type: GenericVisualizer
visuals:
enum.WieldableVisuals.Wielded:
arrow:
True: { state: wielded-arrow }
False: { state: unwielded-arrow }
base:
True: { state: wielded }
False: { state: unwielded }

- type: entity
parent: BaseArrow
id: ArrowCupido
name: Flecha do cupido
description: A lendária flecha do cupido. Seu amor está a uma flechada de distancia.
components:
- type: Sprite
sprite: _Andromeda/Objects/Weapons/Guns/Bow/flecha.rsi
layers:
- state: tail
color: red
- state: rod
color: brown
- state: tip
- state: solution1
map: ["enum.SolutionContainerLayers.Fill"]
visible: false
- type: Projectile
damage:
types:
Piercing: 1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Tavares",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Tavares",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "unwielded"
},
{
"name": "unwielded-arrow"
},
{
"name": "wielded"
},
{
"name": "wielded-arrow"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "tgstation at a373b4cb08298523d40acc14f9c390a0c403fc31, sprites modified and cut into layers by mirrorcult",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "tail"
},
{
"name": "rod"
},
{
"name": "tip"
},
{
"name": "solution1"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d49f22

Please sign in to comment.