-
Notifications
You must be signed in to change notification settings - Fork 69
[add]РНД ребаланс сканера и анти абуз плат ИИ система #147
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
Open
liegend
wants to merge
14
commits into
ArcaneSS14:master
Choose a base branch
from
liegend:rnd
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
96d0197
ZZZZ
liegend b3a4025
id
liegend 706f5af
ммммм
liegend 41ebe31
Merge branch 'master' into rnd
liegend da8a7df
4
liegend 771958e
5
liegend a18d9dc
павапвсм
liegend c293bbb
новая система
liegend 57b4824
Update ExperimentalLawProviderComponent.cs
liegend d308bea
Update SiliconLawSystem.cs
liegend 87f446e
так
liegend 3571dbb
ZZZ
liegend 9b01d82
Merge branch 'master' into rnd
liegend 6f429bc
Update SiliconLawSystem.cs
liegend 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| research-experiment-scanning-reagent-gun-name = Сканирование оружия | ||
| research-experiment-scanning-reagent-gun-desc = Сборка оружия позволяет узнать их слабые стороны и пересобрать в будущем. Отсканируйте 2 эксземпляра. | ||
| research-experiment-scanning-riotshield-name = Композитный щит подавления | ||
| research-experiment-scanning-riotshield-desc = Щит содержит слоистый композит, способный рассеивать энергию. Для усиления защиты нужен анализ структуры. Соберите щит и отсканируйте его. | ||
|
liegend marked this conversation as resolved.
|
||
| research-experiment-scanning-ripley-name = Тяжёлый экзоскелет Рипли | ||
| research-experiment-scanning-ripley-desc = Механический экзоскелет Рипли использует сервоприводы нового поколения. Для улучшения маневренности необходим анализ гидравлики. Соберите Рипли и отсканируйте его. | ||
| research-experiment-scanning-clothing-name = Сканирование одежды | ||
| research-experiment-scanning-clothing-desc = Анализ тканей одежды позволяет улучшить их износостойкость. Отсканируйте 5 экземпляров. | ||
| research-experiment-scanning-implants-name = Сканирование имплантов | ||
| research-experiment-scanning-implants-desc = Анализ имплантации позволяет улучшить их износостойкость. Отсканируйте 3 экземпляров. | ||
| research-experiment-scanning-machines-name = Сканирование машин | ||
| research-experiment-scanning-machines-desc = Анализ машин позволяет улучшить их эффективность и надёжность. Отсканируйте 2 экземпляров. | ||
| research-experiment-scanning-bots-name = Сканирование ботов | ||
| research-experiment-scanning-bots-desc = Изучение конструкции ботов позволяет улучшить их автономность. Отсканируйте 3 экземпляра. | ||
| research-experiment-scanning-humanoids-name = Сканирование гуманоидов | ||
| research-experiment-scanning-humanoids-desc = Изучение анатомии гуманоидов позволяет улучшить медицинские процедуры. Отсканируйте 5 экземпляров. | ||
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,2 @@ | ||
| experimental-law-provider-already-used = Экспериментальный закон уже был использован и не может быть активирован повторно. | ||
| experimental-law-provider-already-subverted = Невозможно применить экспериментальные законы: законы целевого ИИ/борга уже были изменены. |
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,127 @@ | ||
| - type: researchExperiment | ||
| id: ScanningRandomGun | ||
| name: research-experiment-scanning-reagent-gun-name | ||
| description: research-experiment-scanning-reagent-gun-desc | ||
| category: Scanning | ||
| objective: !type:ScanDifferentEntitiesExperimentObjective | ||
| requiredComponents: | ||
| - Gun | ||
| target: 2 | ||
| reward: | ||
| pointRewards: | ||
| - type: General | ||
| amount: 5000 | ||
| - type: Experimental | ||
| amount: 500 | ||
|
|
||
| - type: researchExperiment | ||
| id: ScanningRandomBlocking | ||
| name: research-experiment-scanning-riotshield-name | ||
| description: research-experiment-scanning-riotshield-desc | ||
| category: Scanning | ||
| objective: !type:ScanDifferentEntitiesExperimentObjective | ||
| requiredComponents: | ||
| - Blocking | ||
| target: 3 | ||
| reward: | ||
| pointRewards: | ||
| - type: General | ||
| amount: 5000 | ||
| - type: Experimental | ||
| amount: 500 | ||
|
|
||
| - type: researchExperiment | ||
| id: ScanningRandomRipley | ||
| name: research-experiment-scanning-ripley-name | ||
| description: research-experiment-scanning-ripley-desc | ||
| category: Scanning | ||
| objective: !type:ScanDifferentEntitiesExperimentObjective | ||
| requiredComponents: | ||
| - MechAir | ||
| target: 1 | ||
| reward: | ||
| pointRewards: | ||
| - type: General | ||
| amount: 8000 | ||
| - type: Experimental | ||
| amount: 500 | ||
|
|
||
| - type: researchExperiment | ||
| id: ScanningClothing | ||
| name: research-experiment-scanning-clothing-name | ||
| description: research-experiment-scanning-clothing-desc | ||
|
liegend marked this conversation as resolved.
|
||
| category: Scanning | ||
| objective: !type:ScanDifferentEntitiesExperimentObjective | ||
| requiredComponents: | ||
| - Clothing | ||
| target: 5 | ||
| reward: | ||
| pointRewards: | ||
| - type: General | ||
| amount: 3000 | ||
| - type: Experimental | ||
| amount: 600 | ||
|
|
||
| - type: researchExperiment | ||
| id: ScanningImplanter | ||
|
coderabbitai[bot] marked this conversation as resolved.
|
||
| name: research-experiment-scanning-clothing-name | ||
| description: research-experiment-scanning-clothing-desc | ||
| category: Scanning | ||
| objective: !type:ScanDifferentEntitiesExperimentObjective | ||
| requiredComponents: | ||
| - Implanter | ||
| target: 3 | ||
| reward: | ||
| pointRewards: | ||
| - type: General | ||
| amount: 4500 | ||
| - type: Experimental | ||
| amount: 600 | ||
|
|
||
| - type: researchExperiment | ||
| id: ScanningVehicle | ||
| name: research-experiment-scanning-machines-name | ||
| description: research-experiment-scanning-machines-desc | ||
| category: Scanning | ||
| objective: !type:ScanDifferentEntitiesExperimentObjective | ||
| requiredComponents: | ||
| - Vehicle | ||
| target: 2 | ||
| reward: | ||
| pointRewards: | ||
| - type: General | ||
| amount: 4500 | ||
| - type: Experimental | ||
| amount: 600 | ||
|
|
||
| - type: researchExperiment | ||
| id: ScanningBots | ||
| name: research-experiment-scanning-bots-name | ||
| description: research-experiment-scanning-bots-desc | ||
| category: Scanning | ||
| objective: !type:ScanDifferentEntitiesExperimentObjective | ||
| requiredComponents: | ||
| - HTN | ||
| target: 3 | ||
| reward: | ||
| pointRewards: | ||
| - type: General | ||
| amount: 4500 | ||
| - type: Experimental | ||
| amount: 600 | ||
|
|
||
| - type: researchExperiment | ||
| id: ScanningHumanoids | ||
| name: research-experiment-scanning-humanoids-name | ||
| description: research-experiment-scanning-humanoids-desc | ||
| category: Scanning | ||
| objective: !type:ScanDifferentEntitiesExperimentObjective | ||
| requiredComponents: | ||
| - HumanoidAppearance | ||
| target: 5 | ||
| reward: | ||
| pointRewards: | ||
| - type: General | ||
| amount: 4000 | ||
| - type: Experimental | ||
| amount: 400 | ||
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
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.