Skip to content

Commit

Permalink
Merge pull request #193 from dvir001/Space-Dragon
Browse files Browse the repository at this point in the history
Dungeon Fix
  • Loading branch information
Cheackraze committed Aug 13, 2023
2 parents a9c7dc7 + c842c91 commit 8ed6532
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Resources/Prototypes/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@
- type: Tag
tags:
- CannotSuicide
- type: ReplacementAccent
accent: genericAggressive

- type: entity
name: Ravager
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/Entities/Mobs/Player/dragon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@
spawned:
- id: FoodMeatDragon
amount: 1
- type: SalvageMobRestrictions
2 changes: 1 addition & 1 deletion Resources/Prototypes/Procedural/salvage_factions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
configs:
DefenseStructure: XenoWardingTower
Mining: Xenos
Megafauna: MobXenoQueen
Megafauna: MobXenoQueenDungeon

- type: salvageFaction
id: Carps
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Procedural/salvage_rewards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
CrateMaterialSteel: 1.0
# things the station might want
CrateEngineeringAMEJar: 0.25
CrateFoodPizzaLarge: 0.25
CrateFoodSoftdrinks: 0.25
#CrateFoodPizzaLarge: 0.25
#CrateFoodSoftdrinks: 0.25
CrateFunATV: 0.25
CrateFunInstrumentsVariety: 0.25
CrateSalvageEquipment: 0.25
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/_NF/Entities/Mobs/NPCs/xeno.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: entity
name: Queen
parent: MobXenoQueen
id: MobXenoQueenDungeon
components:
- type: Tag
tags:
- CannotSuicide
- type: SalvageMobRestrictions
- type: ReplacementAccent
accent: xeno

0 comments on commit 8ed6532

Please sign in to comment.