Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ncr rifle #77

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Resources/Locale/ru-RU/_Nuclear14/undecidedloadout.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,10 @@ undecided-loadout-category-bos-scribe-engineer-description =
Включает: лазерный пистолет AEP-7, 2 микроядерных батареи, утилитарный пояс,
инженерную форму скриптера, пожарный топор, стимулятор и сухпаёк.

undecided-loadout-category-ncr-ranger-sniper-name = Набор Рейнджера Снайпера
undecided-loadout-category-ncr-ranger-sniper-description =
Ящик со всем необходимым для становления снайпером Новой Калифорнийской Республики.
Включает: Винтовка НКР, 4 коробки .50 калибра, боевой нож, стимпанк, стандартный набор пропитания



Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ ent-KitRecruitSpear = набор легионера-рекрута копьен
ent-KitRecruitMelee = рукопашный набор легионера-рекрута
.desc = { ent-KitCenturionBestiary.desc }
ent-KitRecruitHealer = набор легионера-рекрута лекаря
.desc = { ent-KitCenturionBestiary.desc }
.desc = { ent-KitCenturionBestiary.desc }
ent-KitRangerSniper = набор рейнджера снайпера
.desc = Набор для снайпера-рейнджера, подходит для стрельбы по одиночным целям.
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,13 @@
state: base
content:
- KitRecruitHealer

- type: UndecideLodoutBackSet
id: RangerSniperSet
name: undecided-loadout-category-ncr-ranger-sniper-name
description: undecided-loadout-category-ncr-ranger-sniper-description
sprite:
sprite: Corvax/Object/Misc/kits.rsi
state: base
content:
- KitRangerSniper
Original file line number Diff line number Diff line change
Expand Up @@ -571,3 +571,23 @@
- id: FoodCondimentPacketMustard
sound:
path: /Audio/Effects/unwrap.ogg

- type: entity
name: ranger-sniper kit
parent: KitBase
id: KitRangerSniper
description: Set for ranger sniper, suitable for shooting single targets.
components:
- type: Sprite
sprite: _Nuclear14/Objects/Misc/kits.rsi
- type: Item
size: Huge
- type: SpawnItemsOnUse
items:
- id: ClothingBeltNCR
- id: N14Weapon50NcrRifle
- id: MagazineBox50
amount: 1
- id: N14BoxCardboardMREBoxKFilled
sound:
path: /Audio/Effects/unwrap.ogg
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
- RangerMarksmanSet
- RangerCQBSet
- RangerTrailmanSet
- RangerSniperSet # Corvax-N14
- type: ActivatableUI
key: enum.UndecidedLoadoutBackpackUIKey.Key
- type: UserInterface
Expand Down Expand Up @@ -472,4 +473,4 @@
sprite: _Nuclear14/Objects/Misc/kits.rsi
state: rifleman
content:
- KitAssaultBoSMidwest
- KitAssaultBoSMidwest
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@
proto: N14Cartridge50
- type: Wieldable
- type: GunWieldBonus
minAngle: -23
maxAngle: -104
minAngle: -25 # Corvax-N14
maxAngle: -80 # Corvax-N14
- type: Gun
minAngle: 24
maxAngle: 105
minAngle: 25 # Corvax-N14
maxAngle: 80 # Corvax-N14
angleIncrease: 4
angleDecay: 16
fireRate: 1.2
Expand Down
Loading