tweak: Changed default AI laws (#128)

This commit is contained in:
Nair Sark
2024-02-27 17:00:28 +05:00
committed by GitHub
parent e856e3de2f
commit f5a888a260
4 changed files with 39 additions and 4 deletions

View File

@@ -22,6 +22,30 @@
- Crewsimov3
obeysTo: laws-owner-crew
# Asimov
- type: siliconLaw
id: Asimov1
order: 1
lawString: law-asimov-1
- type: siliconLaw
id: Asimov2
order: 2
lawString: law-asimov-2
- type: siliconLaw
id: Asimov3
order: 3
lawString: law-asimov-3
- type: siliconLawset
id: Asimov
laws:
- Asimov1
- Asimov2
- Asimov3
obeysTo: laws-owner-humans
# Corporate
- type: siliconLaw
id: Corporate1
@@ -168,7 +192,8 @@
weights:
# its crewsimov by default dont be lame
Crewsimov: 0.25
Asimov: 1
Corporate: 1
NTDefault: 1
NTDefault: 0.5 # Дефолтный
Drone: 0.5
Ninja: 0.25