]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Bows & arrows (#19771)
authorKara <lunarautomaton6@gmail.com>
Fri, 22 Sep 2023 09:45:21 +0000 (02:45 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 09:45:21 +0000 (02:45 -0700)
commitf8d194b11751469e2cfc37f84cb8dc5440dd3273
tree9800c4ca08ccb4fdb1579ec316137b46dfc281ff
parent1ba1ab6d61c086cb64017d24dbdf3a1966d3179f
Bows & arrows (#19771)
51 files changed:
Content.Client/Storage/Components/StorageContainerVisualsComponent.cs [new file with mode: 0644]
Content.Client/Storage/Systems/StorageContainerVisualsSystem.cs [new file with mode: 0644]
Content.Server/Item/ItemSystem.cs
Content.Server/Projectiles/ProjectileSystem.cs
Content.Shared/Projectiles/EmbeddableProjectileComponent.cs
Content.Shared/Projectiles/ProjectileComponent.cs
Content.Shared/Projectiles/SharedProjectileSystem.cs
Content.Shared/Storage/Components/ItemMapperComponent.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
Content.Shared/Storage/SharedStorageComponent.cs [new file with mode: 0644]
Content.Shared/Storage/StorageComponent.cs
Content.Shared/Throwing/ThrowingSystem.cs
Content.Shared/Weapons/Marker/SharedDamageMarkerSystem.cs
Content.Shared/Weapons/Reflect/SharedReflectSystem.cs
Content.Shared/Wieldable/Components/WieldableComponent.cs
Content.Shared/Wieldable/WieldableSystem.cs
Resources/Audio/Items/attributions.yml
Resources/Audio/Items/bow_pull.ogg [new file with mode: 0644]
Resources/Audio/Weapons/Guns/Misc/arrow_nock.ogg [new file with mode: 0644]
Resources/Audio/Weapons/Guns/Misc/attributions.yml [new file with mode: 0644]
Resources/Prototypes/Catalog/Fills/Lockers/misc.yml
Resources/Prototypes/Entities/Clothing/Belt/quiver.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Weapons/Guns/Bow/bow.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/arrows.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_arrow.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Construction/Graphs/weapons/improvised_bow.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Construction/weapons.yml
Resources/Prototypes/tags.yml
Resources/Textures/Clothing/Belt/quiver.rsi/equipped-BELT.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/quiver.rsi/fill-1.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/quiver.rsi/fill-2.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/quiver.rsi/fill-3.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/quiver.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Clothing/Belt/quiver.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/equipped-BACKPACK.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/unwielded-arrow.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/unwielded.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/wielded-arrow.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/wielded-inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/wielded-inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Bow/bow.rsi/wielded.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Projectiles/arrows.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Projectiles/arrows.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Projectiles/arrows.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Projectiles/arrows.rsi/rod.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Projectiles/arrows.rsi/solution.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Projectiles/arrows.rsi/tail.png [new file with mode: 0644]
Resources/Textures/Objects/Weapons/Guns/Projectiles/arrows.rsi/tip.png [new file with mode: 0644]