Skip to content

Commit

Permalink
Merge pull request #832 from Darkmajia/dino-wars
Browse files Browse the repository at this point in the history
dino wars
  • Loading branch information
hivehum authored Nov 28, 2024
2 parents ff5838f + 142c8ea commit e1cd8d5
Show file tree
Hide file tree
Showing 51 changed files with 979 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Locale/en-US/_Impstation/accent/dinosaur.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
accent-words-dino-1 = Roar!
accent-words-dino-2 = Grrr...
accent-words-dino-3 = Raaaawr!
accent-words-dino-4 = Rrrr!
accent-words-dino-5 = Rawr?
accent-words-dino-6 = Grrraaawr!
accent-words-dino-7 = Roaaar...
accent-words-dino-8 = Rooooar!
accent-words-dino-9 = Grrrrr!
accent-words-dino-10 = Raaarrr!
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ ghost-role-information-goblin-knight-name = Sir Gollylad
ghost-role-information-goblin-knight-description = You are Sir Gollylad, the most gallant and pure-of-heart among the Goblin Knights. Your charge is someone aboard the station. You forget who, exactly, so... Anyone will do. Find someone, and protect them with your life.
ghost-role-information-goblin-castaway-name = Goblin Castaway
ghost-role-information-dino-name = Dinosaur
ghost-role-information-dino-description = A paleozoic soldier, ready to live or die for the Dino Wars.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reagent-name-dino-blood = dinosaur blood
reagent-desc-dino-blood = The thick, viscous lifeblood of a prehistoric behemoth. You can almost sense the raw power coursing through it.
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ reagent-desc-thumperdrink = A delicious blend of fruit juice and liquor, from th
reagent-name-thegrease = the grease
reagent-desc-thegrease = A dubious liquid with a film on top, it looks homemade and.. Very greasy.
reagent-name-clevergirl = clever girl
reagent-desc-clevergirl = A sly and cunning cocktail, as brilliant as it is dangerous. Approach with caution, for it's smarter than you think.
13 changes: 13 additions & 0 deletions Resources/Prototypes/_Impstation/Accents/dino_replacements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- type: accent
id: dino
fullReplacements:
- accent-words-dino-1
- accent-words-dino-2
- accent-words-dino-3
- accent-words-dino-4
- accent-words-dino-5
- accent-words-dino-6
- accent-words-dino-7
- accent-words-dino-8
- accent-words-dino-9
- accent-words-dino-10
13 changes: 13 additions & 0 deletions Resources/Prototypes/_Impstation/Damage/modifier_sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,16 @@
id: Mouse
coefficients:
Shock: 1.4 #so mice can still be oneshot with non-lethal shotgun shell changes

- type: damageModifierSet
id: Dinosaur
coefficients:
Blunt: 0.6
Slash: 0.7
Piercing: 1.3
Cold: 1.4
Poison: 0.8
Structural: 2.0
flatReductions:
Blunt: 5
Piercing: 5
Loading

0 comments on commit e1cd8d5

Please sign in to comment.