-
Notifications
You must be signed in to change notification settings - Fork 21
Лечение КПБ и мелкие фиксы #39
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
796b2bf
Rotatable was removed
MrFolium 6864b52
Update sprites and healing values
MrFolium 49969a2
added new prototype
MrFolium 73affe6
changed values
MrFolium a5e1757
Added break toggle, fix crash, Use in Hand support
MrFolium 3f7bc31
aghost fix
MrFolium 1f60501
Applicator Syndicate was cleaned
MrFolium 86a151a
added tech disk
MrFolium 0c0257a
locale
MrFolium ee7d66d
lathes fix and recipe
MrFolium a4cbfe1
removed powercell, lathes fix
MrFolium 98a5691
fix
MrFolium 2e7e351
review fix
MrFolium 6468f7a
brainrot fix
MrFolium 6432cf7
review fix
MrFolium cd72900
Update phaethon_dynasty.yml
Pcolik505 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
Resources/Locale/ru-RU/ss14-ru/prototypes/_LuaM/objects/power/powercells.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| ent-ExperimentalPowerCellCombat = экспериментальная боевая батарея | ||
| .desc = экспериментальная батарея оснащеная частичной защитой от скачков напряжения. | ||
| .suffix = Полная | ||
| ent-ExperimentalPowerCellCombatPrinted = экспериментальная боевая батарея | ||
| .desc = { ent-ExperimentalPowerCellCombat.desc } | ||
| .suffix = Пустрая |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Resources/Locale/ru-RU/ss14-ru/prototypes/_Mono/objects/power/powercells.ftl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ | |
| - type: Anchorable | ||
| flags: | ||
| - Anchorable | ||
| - type: Rotatable | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Не удалить, а закомментить. |
||
| # - type: Rotatable Commented by LuaM | ||
| - type: Clickable | ||
| - type: Sprite | ||
| sprite: Structures/catwalk.rsi | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
Resources/Prototypes/_LuaM/Entities/Objects/Power/powercells.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| - type: entity | ||
| name: experimental combat power cell | ||
| description: A rechargeable standardized power cell. This combat brand is equipped with partial protection from power spikes. | ||
| id: ExperimentalPowerCellCombat | ||
| suffix: Full | ||
| parent: PowerCellHigh | ||
| components: | ||
| - type: BatterySelfRecharger | ||
| autoRecharge: true | ||
| autoRechargeRate: 12 # takes 1 minute to charge itself back to full | ||
| - type: Sprite | ||
| sprite: _LuaM/Objects/Power/power_cells.rsi | ||
| layers: | ||
| - map: [ "enum.PowerCellVisualLayers.Base" ] | ||
| state: experimental | ||
| - map: [ "enum.PowerCellVisualLayers.Unshaded" ] | ||
| state: o2 | ||
| shader: unshaded | ||
| - type: EmpResistance | ||
| coefficient: 0.0001 | ||
|
|
||
|
|
||
| - type: entity | ||
| id: ExperimentalPowerCellCombatPrinted | ||
| suffix: Empty | ||
| parent: ExperimentalPowerCellCombat | ||
| components: | ||
| - type: Sprite | ||
| layers: | ||
| - map: [ "enum.PowerCellVisualLayers.Base" ] | ||
| state: experimental | ||
| - map: [ "enum.PowerCellVisualLayers.Unshaded" ] | ||
| state: o2 | ||
| shader: unshaded | ||
| visible: false | ||
| - type: Battery | ||
| maxCharge: 480 | ||
| startingCharge: 0 |
19 changes: 19 additions & 0 deletions
19
...s/Prototypes/_LuaM/Entities/Objects/Specific/Science/TechDisks_civ.yml/tech_disks_civ.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| - type: entity | ||
| parent: TechDiskBase | ||
| id: TechDiskCombatSilicon | ||
| name: combat silicon technology tech disk | ||
| description: A disk capable of adding advanced combat silicon technology to a server's recipes. | ||
| components: | ||
| - type: Sprite | ||
| layers: | ||
| - state: icon | ||
| map: ["enum.DamageStateVisualLayers.Base"] | ||
| color: "#2d6f8c" | ||
| - state: label | ||
| - state: protect | ||
| - state: design | ||
| shader: unshaded | ||
| - type: TechnologyDisk | ||
| recipes: | ||
| - NaniteApplicatorSyndicate | ||
| - ExperimentalPowerCellCombat |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.