Skip to content

Commit

Permalink
доделки
Browse files Browse the repository at this point in the history
  • Loading branch information
FaDeOkno committed Jan 5, 2025
1 parent 653fe03 commit 872f714
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ ent-ADTTendrilIcewingWatcher = { ent-ADTTendrilBase }
ent-ADTTendrilMagmawingWatcher = { ent-ADTTendrilBase }
.desc = { ent-ADTTendrilBase.desc }
tendril-destruction-popup = Земля под шипом обваливается!
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ent-ADTCrateNecropolis = суднук некрополя
ent-ADTCrateNecropolis = сундук некрополя
.desc = Сундук, состоящий из костей и мяса. Таит внутри себя неизведанные артефакты.
ent-ADTCrateNecropolisHeart = { ent-ADTCrateNecropolis }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
ADTCrateNecropolisRandom:
min: 1
max: 1
- !type:PlaySoundBehavior
sound:
path: /Audio/ADT/SoundGen/destruction_1.ogg
radius: 7
- !type:PopupBehavior
popup: tendril-destruction-popup
popupType: MediumCaution
- type: Physics
bodyType: Static
- type: Transform
Expand Down
14 changes: 8 additions & 6 deletions Resources/Prototypes/ADT/mining_shop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,22 @@
entries:
- id: ClothingBeltSalvageWebbing
price: 500
- id: ClothingOuterHardsuitSalvage
price: 3000
- id: ADTAdvancedOreBag
price: 500
- id: ADTWeaponCutter
price: 500
- id: ADTJaunter
price: 900
- id: ADTClothingOuterArmorMiner
price: 1000
- id: ClothingOuterHardsuitSalvage
price: 3000
- id: ADTClothingOuterArmorMinerHeavy
price: 3600
- id: ClothingOuterArmorMinerLight
price: 4000
- id: ADTWeaponCutter
price: 500
- id: ADTClothingJumpBoots
price: 2500
- id: ADTJaunter
price: 900

- type: miningShopSection
id: Upgrades
Expand Down

0 comments on commit 872f714

Please sign in to comment.